|
|
|
@ -3,14 +3,17 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/widget_background"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:paddingStart="6dp"
|
|
|
|
|
android:paddingEnd="6dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/title"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:paddingTop="6dp"
|
|
|
|
|
android:paddingBottom="6dp"
|
|
|
|
|
android:text="@string/title_folder_unified"
|
|
|
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
|
|
|
android:textColor="@color/colorWidgetForeground"
|
|
|
|
|