diff options
| author | Kris Giesing <kgiesing@google.com> | 2014-11-21 21:51:04 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-11-21 21:51:05 +0000 |
| commit | 16324f64e543cad54a7ebe714ae894112eb14667 (patch) | |
| tree | 6fe15aeefc75d8a8d2def562cea82b63185c7444 /samples | |
| parent | 0ae607613a3fa81c595e0f681abd41c4d26df887 (diff) | |
| parent | 445965e57d9dd3b08a30fa495f7944d456921442 (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.xml | 1 |
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" |
