Android: Add details view for cheats

The details view only contains the name of the cheat for now.
This commit is contained in:
JosJuice
2021-08-04 22:38:14 +02:00
parent 93a1271386
commit 95879c2e76
9 changed files with 152 additions and 7 deletions

View File

@ -91,6 +91,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.3.1'
implementation 'androidx.fragment:fragment:1.3.6'
implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0-alpha03"
implementation 'com.google.android.material:material:1.4.0'
// Android TV UI libraries.