|
@@ -22,10 +22,11 @@
|
|
|
android:src="@drawable/folder" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_height="@dimen/min_list_item_size"
|
|
|
android:layout_marginStart="@dimen/standard_half_margin"
|
|
|
- android:gravity="center_vertical"
|
|
|
+ android:gravity="center_vertical|start"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
@@ -47,13 +48,6 @@
|
|
|
android:textSize="@dimen/two_line_primary_text_size"
|
|
|
tools:text="Folder abc" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/unset"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:contentDescription="@string/unset_internal_two_way_sync_description"
|
|
|
- android:src="@drawable/ic_close" />
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
@@ -111,4 +105,12 @@
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/unset"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:contentDescription="@string/unset_internal_two_way_sync_description"
|
|
|
+ android:src="@drawable/ic_close" />
|
|
|
+
|
|
|
</LinearLayout>
|