summaryrefslogtreecommitdiffstats
path: root/res/layout/app_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/app_row.xml')
-rw-r--r--res/layout/app_row.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/app_row.xml b/res/layout/app_row.xml
index 8ec5ec79..4a534e60 100644
--- a/res/layout/app_row.xml
+++ b/res/layout/app_row.xml
@@ -38,7 +38,7 @@
android:padding="4.0dip"
android:layout_width="48.0dip"
android:layout_height="48.0dip"
- android:layout_marginLeft="12.0dip"
+ android:layout_marginStart="12.0dip"
android:scaleType="fitCenter"
/>
<TextView
@@ -47,7 +47,7 @@
android:gravity="start|center"
android:layout_width="match_parent"
android:layout_height="48.0dip"
- android:layout_marginLeft="12.0dip"
+ android:layout_marginStart="12.0dip"
android:maxLines="2"
/>
</LinearLayout> \ No newline at end of file