mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Fix color bugs
This commit is contained in:
parent
c141623029
commit
fc754b8c9a
2 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,8 @@ class ListActivity : AppCompatActivity() {
|
|||
list_container.setBackgroundColor(dominantColor)
|
||||
list_appbar.setBackgroundColor(dominantColor)
|
||||
list_close.setTextColor(vibrantColor)
|
||||
|
||||
list_tabs.setSelectedTabIndicatorColor(vibrantColor)
|
||||
}
|
||||
|
||||
// As older APIs somehow do not recognize the xml defined onClick
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
android:id="@+id/settings_actions_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:paddingLeft="32sp"
|
||||
android:paddingTop="16sp"
|
||||
android:paddingRight="32sp">
|
||||
|
|
Loading…
Add table
Reference in a new issue