mirror of
https://github.com/videolan/vlc-android
synced 2024-11-24 10:23:25 +08:00
Improve the Info activity collapsed title style
This commit is contained in:
parent
064ebf2ed0
commit
8c2b2b5531
@ -76,6 +76,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true"
|
||||
vlc:expandedTitleTextAppearance="@style/TextAppearance.Design.CollapsingToolbar.Expanded.Shadow"
|
||||
vlc:title="@{item.title}"
|
||||
vlc:theme="@style/Toolbar.VLC"
|
||||
vlc:contentScrim="?attr/background_actionbar"
|
||||
|
@ -492,7 +492,7 @@
|
||||
<item name="colorControlNormal">@color/grey700</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.Design.CollapsingToolbar.Expanded.Shadow">
|
||||
<style name="TextAppearance.Design.CollapsingToolbar.Expanded.Shadow" parent="TextAppearance.MaterialComponents.Headline5">
|
||||
<item name="android:shadowDy">0</item>
|
||||
<item name="android:shadowDx">0</item>
|
||||
<item name="android:shadowRadius">4</item>
|
||||
|
Loading…
Reference in New Issue
Block a user