Fix color bugs

This commit is contained in:
Finn M Glas 2020-06-17 23:35:58 +02:00
parent c141623029
commit fc754b8c9a
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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">