Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed May 14, 2024
1 parent 31330f2 commit 1b5b881
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,6 @@ dependencies {
implementation("org.nanohttpd:nanohttpd:2.3.1")

implementation("com.google.zxing:core:3.5.3")

implementation("androidx.leanback:leanback:1.0.0")
}
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:logo="@drawable/logo0"
android:networkSecurityConfig="@xml/network"
android:supportsRtl="true"
android:theme="@style/Theme.MyTV0"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<resources>

<style name="Theme.MyTV0" parent="@style/Theme.Leanback">
</style>
</resources>

0 comments on commit 1b5b881

Please sign in to comment.