Revert "Black theme update (#673)"

This reverts commit 5f9a2a54

Reason:
1. also affects the other themes
2. too much black for my taste
This commit is contained in:
Karim Abou Zeid 2019-06-21 17:38:37 +02:00
commit 0f344c9bee
5 changed files with 2 additions and 5 deletions

View file

@ -76,7 +76,6 @@
android:id="@+id/player_panel_content" android:id="@+id/player_panel_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?cardBackgroundColor"
android:orientation="vertical"> android:orientation="vertical">
<View <View

View file

@ -101,7 +101,6 @@
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:layout_marginTop="8dp" android:layout_marginTop="8dp"
app:cardBackgroundColor="?cardBackgroundColor" app:cardBackgroundColor="?cardBackgroundColor"
sothree:cardCornerRadius="5dp"
app:cardElevation="@dimen/card_elevation" app:cardElevation="@dimen/card_elevation"
app:cardUseCompatPadding="false"> app:cardUseCompatPadding="false">

View file

@ -10,7 +10,7 @@
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/progress_container_height" android:layout_height="@dimen/progress_container_height"
android:background="@android:color/black"> android:background="@color/twenty_percent_black_overlay">
<TextView <TextView
android:id="@+id/player_song_current_progress" android:id="@+id/player_song_current_progress"

View file

@ -100,7 +100,6 @@
android:id="@+id/player_panel_content" android:id="@+id/player_panel_content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="?cardBackgroundColor"
android:orientation="vertical"> android:orientation="vertical">
<View <View

View file

@ -63,7 +63,7 @@
<item name="android:windowBackground">@android:color/black</item> <item name="android:windowBackground">@android:color/black</item>
<item name="dividerColor">#18FFFFFF</item> <item name="dividerColor">#18FFFFFF</item>
<item name="defaultFooterColor">@color/md_grey_800</item> <item name="defaultFooterColor">@color/md_grey_800</item>
<item name="cardBackgroundColor">@android:color/black</item> <item name="cardBackgroundColor">@color/md_grey_900</item>
<item name="md_background_color">@color/md_grey_900</item> <item name="md_background_color">@color/md_grey_900</item>
</style> </style>