Black theme update (#673)
* Playlist already added song prevention & AndroidSlidingUpPanel repo Update * Update color for black theme, now playing card to have a black color with some radius
This commit is contained in:
parent
18cdb4a72e
commit
5f9a2a5447
5 changed files with 5 additions and 2 deletions
|
|
@ -76,6 +76,7 @@
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,7 @@
|
||||||
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">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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="@color/twenty_percent_black_overlay">
|
android:background="@android:color/black">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/player_song_current_progress"
|
android:id="@+id/player_song_current_progress"
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,7 @@
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -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">@color/md_grey_900</item>
|
<item name="cardBackgroundColor">@android:color/black</item>
|
||||||
<item name="md_background_color">@color/md_grey_900</item>
|
<item name="md_background_color">@color/md_grey_900</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue