summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_export_dialog.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-17 23:40:33 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-17 23:40:33 -0700
commitbcbf7c98a521b9ee4a7d03e00dcfc469c9b3a398 (patch)
tree85d07b2095695fe79235ab16e627f8b22c7bfd8d /res/layout/filtershow_export_dialog.xml
parenta3fcd50080c0546ebd5f0caf932eef02fabdd7ad (diff)
parent8de528917bf03cca93ac2a3dd19b7a5719d1a26e (diff)
downloadandroid_packages_apps_Gallery2-bcbf7c98a521b9ee4a7d03e00dcfc469c9b3a398.tar.gz
android_packages_apps_Gallery2-bcbf7c98a521b9ee4a7d03e00dcfc469c9b3a398.tar.bz2
android_packages_apps_Gallery2-bcbf7c98a521b9ee4a7d03e00dcfc469c9b3a398.zip
Merge branch 'cm-12.1' of git://github.com/CyanogenMod/android_packages_apps_Gallery2 into cm-13.0
Change-Id: Ib8caa024d2e6feca332e3645038f226fd5a910a2
Diffstat (limited to 'res/layout/filtershow_export_dialog.xml')
-rw-r--r--res/layout/filtershow_export_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/filtershow_export_dialog.xml b/res/layout/filtershow_export_dialog.xml
index 4e13f39da..8dc5fc386 100644
--- a/res/layout/filtershow_export_dialog.xml
+++ b/res/layout/filtershow_export_dialog.xml
@@ -40,7 +40,7 @@
<TextView
android:text="@string/size"
- android:layout_marginLeft="8dp"
+ android:layout_marginStart="8dp"
android:layout_gravity="start|center_vertical"/>
<EditText
@@ -61,7 +61,7 @@
<TextView
android:id="@+id/estimadedSize"
- android:layout_marginRight="8dp"
+ android:layout_marginEnd="8dp"
android:layout_gravity="end|center_vertical"/>
<LinearLayout