summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-07-13 23:01:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-13 23:01:40 +0000
commit801d5289e434f2d8c1ce85f9bda3d9cd41117d0a (patch)
treed1c6da166b81a3bf20714253d016aceac438baa8
parentc3b7039c31eea15b1e45471ce1fac1f336a47ad5 (diff)
parentcc4f1804cdd1bd41b1531883db25c28a55326f4c (diff)
downloadCamera2-801d5289e434f2d8c1ce85f9bda3d9cd41117d0a.tar.gz
am cc4f1804: am 6bb610be: am ad510fdd: Merge "Set ModeListView to LTR layout" into ub-camera-haleakala
* commit 'cc4f1804cdd1bd41b1531883db25c28a55326f4c': 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