am 6bb610be: am ad510fdd: Merge "Set ModeListView to LTR layout" into ub-camera-haleakala
* commit '6bb610be1aa27864d4049732f330e277623a9381':
Set ModeListView to LTR layout
diff --git a/res/layout/mode_list_layout.xml b/res/layout/mode_list_layout.xml
index 3713f27..535212f 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