summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSascha Haeberling <haeberling@google.com>2013-08-23 13:29:42 -0700
committerSascha Haeberling <haeberling@google.com>2013-08-23 13:29:42 -0700
commit5996f43546b629a01166904943eda1f788078634 (patch)
tree7dd3169064a2aa27041c3d70cdd36b1804d4a3c7 /res
parent49798939f1bc58eaf5842bbc8bc5424284ab7930 (diff)
downloadandroid_packages_apps_Gallery2-5996f43546b629a01166904943eda1f788078634.tar.gz
android_packages_apps_Gallery2-5996f43546b629a01166904943eda1f788078634.tar.bz2
android_packages_apps_Gallery2-5996f43546b629a01166904943eda1f788078634.zip
I18N the Gallery's Details dialog.
Bug: 7141309 Change-Id: I9e658ea3972713fa39e76894f8ae7d8e3d5cdf2c
Diffstat (limited to 'res')
-rw-r--r--res/layout/details.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/details.xml b/res/layout/details.xml
index dfda0ee22..1fea0a0fb 100644
--- a/res/layout/details.xml
+++ b/res/layout/details.xml
@@ -19,5 +19,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:gravity="left"
+ android:gravity="start"
/>