Fix RTL layout
Fix: 271123651
Test: manual reproduce and confirm fix
Change-Id: I338994a31c925b6cd2ccc15a0967389ac3e9a8c6
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml
index 2efa1d4..ffe63de 100644
--- a/res/layout/radio_info.xml
+++ b/res/layout/radio_info.xml
@@ -19,7 +19,9 @@
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:layoutDirection="locale"
+ android:textDirection="locale">
<LinearLayout style="@style/info_layout"
android:descendantFocusability="beforeDescendants"