summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-07-14 00:42:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-14 00:42:26 +0000
commitbf74bf11cd6a59fd3f393d850071e1b079fb2eee (patch)
tree3cead3619e9a265f6f2e0c82fdddf956a6b2da6a
parent42bef58dc150756a864075419eba5ffb0f764c20 (diff)
parent33fc1716c60a411f6b3c12c57cc29fc56f610732 (diff)
downloadandroid_packages_apps_Camera2-bf74bf11cd6a59fd3f393d850071e1b079fb2eee.tar.gz
android_packages_apps_Camera2-bf74bf11cd6a59fd3f393d850071e1b079fb2eee.tar.bz2
android_packages_apps_Camera2-bf74bf11cd6a59fd3f393d850071e1b079fb2eee.zip
am 33fc1716: am 801d5289: am cc4f1804: am 6bb610be: am ad510fdd: Merge "Set ModeListView to LTR layout" into ub-camera-haleakala
* commit '33fc1716c60a411f6b3c12c57cc29fc56f610732': Set ModeListView to LTR layout
-rw-r--r--res/layout/mode_list_layout.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/mode_list_layout.xml b/res/layout/mode_list_layout.xml
index 3713f27ad..535212f06 100644
--- a/res/layout/mode_list_layout.xml
+++ b/res/layout/mode_list_layout.xml
@@ -20,6 +20,7 @@
android:fillViewport="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layoutDirection="ltr"
android:background="@null"
android:visibility="invisible" >
<LinearLayout