mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-15 18:25:59 -07:00
Changed the background color of the player
This commit is contained in:
parent
40cbf289af
commit
e79d492af2
3 changed files with 10 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/cardColor"
|
||||
android:background="@color/colorPrimary"
|
||||
android:clipChildren="false"
|
||||
android:foreground="?attr/selectableItemBackground"
|
||||
android:orientation="horizontal"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue