-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
設定画面を右側に寄せて透過させる"LeanbackSettingsFragment"に差し替え。
- Loading branch information
daigorian
committed
Jun 23, 2021
1 parent
a05b1af
commit ca80cef
Showing
9 changed files
with
115 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/src/main/java/com/daigorian/epcltvapp/SettingsActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
<resources> | ||
|
||
<style name="Theme.Epcltvapp" parent="@style/Theme.Leanback" > | ||
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Leanback</item> | ||
<item name="android:colorPrimary">@color/background_epgstation</item> | ||
</style> | ||
|
||
<style name="LeanbackPreferences" parent="Theme.Leanback"> | ||
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Leanback</item> | ||
<item name="android:windowIsTranslucent">true</item> | ||
<item name="android:windowBackground">@android:color/transparent</item> | ||
<item name="android:backgroundDimEnabled">true</item> | ||
<item name="android:colorPrimary">@color/background_epgstation</item> | ||
</style> | ||
|
||
<style name="CustomizedSearchActivity" parent="Theme.Leanback"> | ||
</style> | ||
|
||
</resources> |