summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/res/layout
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2014-09-09 21:26:24 -0700
committerSvetoslav <svetoslavganov@google.com>2014-09-09 21:30:35 -0700
commit3ab1ec05491d5da8eea070889c03b6ea4f2af5bc (patch)
treedfd0ecbaf40b97e46473873bb287b42489463611 /packages/PrintSpooler/res/layout
parentcd7955f66c3b1c47b477ae197ec15c586cec784e (diff)
downloadframeworks_base-3ab1ec05491d5da8eea070889c03b6ea4f2af5bc.zip
frameworks_base-3ab1ec05491d5da8eea070889c03b6ea4f2af5bc.tar.gz
frameworks_base-3ab1ec05491d5da8eea070889c03b6ea4f2af5bc.tar.bz2
RTL support for print UI.
bug:16966145 Change-Id: I488d11f1941545630d52eea4c4d48c43667c6067
Diffstat (limited to 'packages/PrintSpooler/res/layout')
-rw-r--r--packages/PrintSpooler/res/layout/print_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PrintSpooler/res/layout/print_activity.xml b/packages/PrintSpooler/res/layout/print_activity.xml
index 30b9629..6b8aa47 100644
--- a/packages/PrintSpooler/res/layout/print_activity.xml
+++ b/packages/PrintSpooler/res/layout/print_activity.xml
@@ -98,7 +98,7 @@
android:id="@+id/print_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginEnd="16dip"
+ android:layout_marginStart="16dip"
android:elevation="@dimen/preview_controls_elevation"
android:background="@drawable/print_button">
</ImageButton>