summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/external_widget_drop_list_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw720dp/external_widget_drop_list_item.xml')
-rw-r--r--res/layout-sw720dp/external_widget_drop_list_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw720dp/external_widget_drop_list_item.xml b/res/layout-sw720dp/external_widget_drop_list_item.xml
index a24ad3ace..48e333b3a 100644
--- a/res/layout-sw720dp/external_widget_drop_list_item.xml
+++ b/res/layout-sw720dp/external_widget_drop_list_item.xml
@@ -24,7 +24,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:layout_marginLeft="20dp"
+ android:layout_marginStart="20dp"
android:maxWidth="32dp"
android:maxHeight="32dp"
android:scaleType="fitCenter"
@@ -33,7 +33,7 @@
android:id="@+id/provider"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginLeft="5dp"
+ android:layout_marginStart="5dp"
android:gravity="center_vertical"
android:textSize="18sp" />
</LinearLayout>