Netflix 2025 UI/UX modernization: colors, themes, card animations, Glide TV optimization

This commit is contained in:
tvmon-dev
2026-04-16 13:26:47 +09:00
parent 3d6437be35
commit a2677a3294
10 changed files with 244 additions and 125 deletions

View File

@@ -63,6 +63,9 @@ dependencies {
implementation 'androidx.tv:tv-material:1.0.0-alpha10'
implementation 'com.google.android.material:material:1.11.0'
// LeakCanary for memory leak detection (TV-optimized with Toast notifications)
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0'