summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorKris Giesing <kgiesing@google.com>2014-11-21 21:51:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-11-21 21:51:05 +0000
commit16324f64e543cad54a7ebe714ae894112eb14667 (patch)
tree6fe15aeefc75d8a8d2def562cea82b63185c7444 /samples
parent0ae607613a3fa81c595e0f681abd41c4d26df887 (diff)
parent445965e57d9dd3b08a30fa495f7944d456921442 (diff)
Merge "Update sample app to support right-to-left layouts" into lmp-mr1-dev
Diffstat (limited to 'samples')
-rw-r--r--samples/SupportLeanbackDemos/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/SupportLeanbackDemos/AndroidManifest.xml b/samples/SupportLeanbackDemos/AndroidManifest.xml
index 68016c52a..e9fc37c63 100644
--- a/samples/SupportLeanbackDemos/AndroidManifest.xml
+++ b/samples/SupportLeanbackDemos/AndroidManifest.xml
@@ -10,6 +10,7 @@
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:banner="@drawable/ic_launcher"
+ android:supportsRtl="true"
android:theme="@style/Theme.Example.Leanback">
<activity android:name="MainActivity"