summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorwangjing <wangjing@codeaurora.org>2015-05-26 09:47:11 +0800
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 20:34:16 +0200
commit4cb1be68fac0bdb65666f15d26407f1109f75fb3 (patch)
treefdf04458beac8f70d042e8fa87260bb00dd34dc1 /res
parent86e5eb9db8b1291fab3d29e7606f532abdda2fd6 (diff)
downloadandroid_packages_apps_Gallery2-4cb1be68fac0bdb65666f15d26407f1109f75fb3.tar.gz
android_packages_apps_Gallery2-4cb1be68fac0bdb65666f15d26407f1109f75fb3.tar.bz2
android_packages_apps_Gallery2-4cb1be68fac0bdb65666f15d26407f1109f75fb3.zip
Gallery2: Change size of text in export dialog
The width for editable width is too big to show the whole word of 'Mb'. Change the size from 100 to 70, which is perfect for the text Change-Id: Iea10b149bea75eadcf2175e9c5f34c71a3aa81bf CRs-Fixed: 842098
Diffstat (limited to 'res')
-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 8dc5fc386..00add15a5 100644
--- a/res/layout/filtershow_export_dialog.xml
+++ b/res/layout/filtershow_export_dialog.xml
@@ -46,7 +46,7 @@
<EditText
android:id="@+id/editableWidth"
android:layout_gravity="right|center_vertical"
- android:layout_width="100dp"
+ android:layout_width="70dp"
android:inputType="number"/>
<TextView
@@ -56,7 +56,7 @@
<EditText
android:id="@+id/editableHeight"
android:layout_gravity="left|center_vertical"
- android:layout_width="100dp"
+ android:layout_width="70dp"
android:inputType="number"/>
<TextView