Fix full theme shadow
This commit is contained in:
parent
8eaeed0497
commit
4bcf9b202e
8 changed files with 28 additions and 21 deletions
|
@ -24,8 +24,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 424
|
versionCode 425
|
||||||
versionName '3.5.200'
|
versionName '3.5.210'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ enum class NowPlayingScreen constructor(
|
||||||
BLUR_CARD(R.string.blur_card, R.drawable.np_blur_card, 9),
|
BLUR_CARD(R.string.blur_card, R.drawable.np_blur_card, 9),
|
||||||
CARD(R.string.card, R.drawable.np_card, 6),
|
CARD(R.string.card, R.drawable.np_card, 6),
|
||||||
CIRCLE(R.string.circle, R.drawable.np_minimalistic_circle, 15),
|
CIRCLE(R.string.circle, R.drawable.np_minimalistic_circle, 15),
|
||||||
|
CLASSIC(R.string.classic, R.drawable.np_classic, 16),
|
||||||
COLOR(R.string.color, R.drawable.np_color, 5),
|
COLOR(R.string.color, R.drawable.np_color, 5),
|
||||||
FIT(R.string.fit, R.drawable.np_fit, 12),
|
FIT(R.string.fit, R.drawable.np_fit, 12),
|
||||||
FLAT(R.string.flat, R.drawable.np_flat, 1),
|
FLAT(R.string.flat, R.drawable.np_flat, 1),
|
||||||
|
@ -26,5 +27,4 @@ enum class NowPlayingScreen constructor(
|
||||||
PLAIN(R.string.plain, R.drawable.np_plain, 3),
|
PLAIN(R.string.plain, R.drawable.np_plain, 3),
|
||||||
SIMPLE(R.string.simple, R.drawable.np_simple, 8),
|
SIMPLE(R.string.simple, R.drawable.np_simple, 8),
|
||||||
TINY(R.string.tiny, R.drawable.np_tiny, 7),
|
TINY(R.string.tiny, R.drawable.np_tiny, 7),
|
||||||
CLASSIC(R.string.classic, R.drawable.np_classic, 16),
|
|
||||||
}
|
}
|
||||||
|
|
7
app/src/main/res/drawable/shadow_down_full_theme.xml
Normal file
7
app/src/main/res/drawable/shadow_down_full_theme.xml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<gradient
|
||||||
|
android:angle="270"
|
||||||
|
android:endColor="#00000000"
|
||||||
|
android:startColor="#80000000" />
|
||||||
|
</shape>
|
|
@ -3,5 +3,6 @@
|
||||||
<gradient
|
<gradient
|
||||||
android:angle="90"
|
android:angle="90"
|
||||||
android:endColor="@android:color/transparent"
|
android:endColor="@android:color/transparent"
|
||||||
|
android:centerColor="#80000000"
|
||||||
android:startColor="@color/md_black_1000" />
|
android:startColor="@color/md_black_1000" />
|
||||||
</shape>
|
</shape>
|
|
@ -42,6 +42,14 @@
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
tools:layout="@layout/fragment_full_player_controls" />
|
tools:layout="@layout/fragment_full_player_controls" />
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="0dp"
|
||||||
|
android:background="@drawable/shadow_down_full_theme"
|
||||||
|
app:layout_constraintBottom_toBottomOf="@id/playerToolbar"
|
||||||
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
app:layout_constraintTop_toTopOf="@id/statusBarContainer" />
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:id="@+id/statusBarContainer"
|
android:id="@+id/statusBarContainer"
|
||||||
|
@ -59,6 +67,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:navigationIcon="@drawable/ic_keyboard_arrow_down_black_24dp"
|
android:navigationIcon="@drawable/ic_keyboard_arrow_down_black_24dp"
|
||||||
|
android:paddingBottom="24dp"
|
||||||
app:contentInsetEndWithActions="0dp"
|
app:contentInsetEndWithActions="0dp"
|
||||||
app:contentInsetStart="0dp"
|
app:contentInsetStart="0dp"
|
||||||
app:contentInsetStartWithNavigation="0dp"
|
app:contentInsetStartWithNavigation="0dp"
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:itemHorizontalTranslationEnabled="false"
|
app:itemHorizontalTranslationEnabled="false"
|
||||||
app:itemIconTint="@drawable/bottom_navigation_item_colors"
|
app:itemIconTint="@drawable/bottom_navigation_item_colors"
|
||||||
app:itemTextAppearanceActive="@style/BottomSheetItemTextAppearanceActive"
|
app:itemTextAppearanceActive="@style/BottomSheetItemTextAppearance"
|
||||||
app:itemTextAppearanceInactive="@style/BottomSheetItemTextAppearanceInactive"
|
app:itemTextAppearanceInactive="@style/BottomSheetItemTextAppearance"
|
||||||
app:itemTextColor="@drawable/bottom_navigation_item_colors"
|
app:itemTextColor="@drawable/bottom_navigation_item_colors"
|
||||||
app:labelVisibilityMode="labeled"
|
app:labelVisibilityMode="labeled"
|
||||||
app:menu="@menu/bottom_navigation_main"
|
app:menu="@menu/bottom_navigation_main"
|
||||||
|
|
|
@ -18,17 +18,10 @@
|
||||||
<item name="android:hyphenationFrequency">none</item>
|
<item name="android:hyphenationFrequency">none</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BottomSheetItemTextAppearanceInactive" parent="Widget.MaterialComponents.BottomNavigationView.Colored">
|
<style name="BottomSheetItemTextAppearance" parent="Widget.MaterialComponents.BottomNavigationView.Colored">
|
||||||
<item name="android:breakStrategy">simple</item>
|
<item name="android:breakStrategy">simple</item>
|
||||||
<item name="android:hyphenationFrequency">none</item>
|
<item name="android:hyphenationFrequency">none</item>
|
||||||
<item name="android:fontFamily">@font/circular</item>
|
<item name="android:fontFamily">@font/circular</item>
|
||||||
<item name="android:textSize">14sp</item>
|
<item name="android:textSize">13sp</item>
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="BottomSheetItemTextAppearanceActive" parent="Widget.MaterialComponents.BottomNavigationView.Colored">
|
|
||||||
<item name="android:breakStrategy">simple</item>
|
|
||||||
<item name="android:hyphenationFrequency">none</item>
|
|
||||||
<item name="android:fontFamily">@font/circular</item>
|
|
||||||
<item name="android:textSize">14sp</item>
|
|
||||||
</style>
|
</style>
|
||||||
</resources>
|
</resources>
|
|
@ -62,7 +62,8 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="ToolbarTextAppearanceNormal.Library" parent="ToolbarTextAppearanceNormal">
|
<style name="ToolbarTextAppearanceNormal.Library" parent="ToolbarTextAppearanceNormal">
|
||||||
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Headline6</item>
|
<item name="android:textAppearance">@style/TextAppearance.MaterialComponents.Headline6
|
||||||
|
</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BigTitleTextAppearanceToolbar">
|
<style name="BigTitleTextAppearanceToolbar">
|
||||||
|
@ -83,15 +84,11 @@
|
||||||
<item name="android:layout_height">wrap_content</item>
|
<item name="android:layout_height">wrap_content</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BottomSheetItemTextAppearanceInactive" parent="Widget.MaterialComponents.BottomNavigationView.Colored">
|
<style name="BottomSheetItemTextAppearance" parent="Widget.MaterialComponents.BottomNavigationView.Colored">
|
||||||
<item name="android:fontFamily">@font/circular</item>
|
<item name="android:fontFamily">@font/circular</item>
|
||||||
<item name="android:textSize">14sp</item>
|
<item name="android:textSize">13sp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="BottomSheetItemTextAppearanceActive" parent="Widget.MaterialComponents.BottomNavigationView.Colored">
|
|
||||||
<item name="android:fontFamily">@font/circular</item>
|
|
||||||
<item name="android:textSize">14sp</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="Fab" parent="FabParent" />
|
<style name="Fab" parent="FabParent" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue