summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-09-05 21:37:26 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-05 21:37:26 +0000
commit56960fbd39706278dbcb9d6ee95e16fa6eff6c6e (patch)
tree577756d2928759c40f20a3d27fdaf435c197f3fd
parent5d7acbd8bedbccfd64d9d790d0b3c2492acdc219 (diff)
parent4cff92ac5b6d4a42a8b05eaeb7526d1928667132 (diff)
downloadframeworks_base-56960fbd39706278dbcb9d6ee95e16fa6eff6c6e.zip
frameworks_base-56960fbd39706278dbcb9d6ee95e16fa6eff6c6e.tar.gz
frameworks_base-56960fbd39706278dbcb9d6ee95e16fa6eff6c6e.tar.bz2
Merge "Fixing some minor RTL bugs in print dialog" into klp-dev
-rw-r--r--packages/PrintSpooler/res/layout/print_job_config_activity_content_editing.xml1
-rw-r--r--packages/PrintSpooler/res/layout/spinner_dropdown_item.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/packages/PrintSpooler/res/layout/print_job_config_activity_content_editing.xml b/packages/PrintSpooler/res/layout/print_job_config_activity_content_editing.xml
index 252dd81..abf3c03 100644
--- a/packages/PrintSpooler/res/layout/print_job_config_activity_content_editing.xml
+++ b/packages/PrintSpooler/res/layout/print_job_config_activity_content_editing.xml
@@ -67,7 +67,6 @@
android:layout_marginEnd="6dip"
android:layout_row="1"
android:layout_column="0"
- android:layout_gravity="start|bottom"
style="@style/PrintOptionTextViewStyle"
android:labelFor="@id/copies_edittext"
android:text="@string/label_copies">
diff --git a/packages/PrintSpooler/res/layout/spinner_dropdown_item.xml b/packages/PrintSpooler/res/layout/spinner_dropdown_item.xml
index d14c064..48189bd 100644
--- a/packages/PrintSpooler/res/layout/spinner_dropdown_item.xml
+++ b/packages/PrintSpooler/res/layout/spinner_dropdown_item.xml
@@ -21,7 +21,7 @@
android:paddingEnd="8dip"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:orientation="vertical"
- android:gravity="left|center_vertical">
+ android:gravity="start|center_vertical">
<TextView
android:id="@+id/title"