mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-28 20:28:46 +00:00
Android TV: Implement game selector activity in new Android TV UI
This commit is contained in:
parent
3801f89125
commit
7c14996e3e
11 changed files with 358 additions and 30 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue