summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorDake Gu <dake@google.com>2015-10-01 14:32:05 -0700
committerDake Gu <dake@google.com>2015-10-01 14:36:25 -0700
commitab2a8a7dae6fae5bc97240c47a68d6a7b93221b1 (patch)
treea216823737504197efe36908b26995696f468ab3 /samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml
parent8ab0d48a61987446c782d2d5816c522b2768adc6 (diff)
downloadandroid_development-ab2a8a7dae6fae5bc97240c47a68d6a7b93221b1.tar.gz
android_development-ab2a8a7dae6fae5bc97240c47a68d6a7b93221b1.tar.bz2
android_development-ab2a8a7dae6fae5bc97240c47a68d6a7b93221b1.zip
Supportleanbackshowcase: Polishing
Support staggered slide in/out transition for VerticalGrid. Move background from layout file to windowBackground in theme. Defining background on view conflicts with transitions. Change-Id: If823f492fd5bdd0b16c1d1e735f4214f925f3ae3
Diffstat (limited to 'samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml')
-rw-r--r--samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml b/samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml
index 756ef94e7..cc84e9cc7 100644
--- a/samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml
+++ b/samples/SupportLeanbackShowcase/app/src/main/AndroidManifest.xml
@@ -47,7 +47,7 @@
android:theme="@style/Theme.Example.LeanbackBrowse"></activity>
<activity
android:name=".app.grid.GridExampleActivity"
- android:theme="@style/Theme.Example.Leanback"></activity>
+ android:theme="@style/Theme.Example.LeanbackVerticalGrid"></activity>
<activity
android:name=".app.media.VideoExampleActivity"
android:theme="@style/Theme.Example.Leanback"></activity>