Android TV: Implement game selector activity in new Android TV UI

This commit is contained in:
sigmabeta
2015-07-14 22:35:52 -04:00
committed by sigmabeta
parent 3801f89125
commit 7c14996e3e
11 changed files with 358 additions and 30 deletions

View File

@ -1,7 +1,8 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
// Leanback support requires >22
compileSdkVersion 22
buildToolsVersion "22.0.1"
lintOptions {
@ -80,6 +81,9 @@ dependencies {
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:design:22.2.0'
// Android TV UI libraries.
compile 'com.android.support:leanback-v17:22.2.0'
// For showing the banner as a circle a-la Material Design Guidelines
compile 'de.hdodenhof:circleimageview:1.2.2'