1
0
Fork 1

Continue changing to Material 3

(cherry picked from commit 783c96fd30)
This commit is contained in:
12aw 2024-02-11 17:41:43 +01:00
parent 754ebed9a5
commit eaa0754368
4 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@
android:layout_marginTop="?attr/actionBarSize"
android:background="?attr/color_background_secondary"
android:elevation="@dimen/toolbar_elevation"
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
android:theme="@style/ThemeOverlay.Material3.Dark.ActionBar"
app:tabIndicatorColor="@color/white87"
app:tabMode="fixed"
app:tabSelectedTextColor="?attr/text_Color_Main"

View file

@ -25,7 +25,7 @@
android:layout_marginTop="?attr/actionBarSize"
android:background="?attr/color_background_secondary"
android:elevation="2dp"
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
android:theme="@style/ThemeOverlay.Material3.Dark.ActionBar"
app:tabGravity="fill"
app:tabMode="fixed"
app:tabSelectedTextColor="?attr/text_Color_Main"

View file

@ -25,7 +25,7 @@
android:layout_marginTop="?attr/actionBarSize"
android:background="?attr/color_background_secondary"
android:elevation="@dimen/toolbar_elevation"
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
android:theme="@style/ThemeOverlay.Material3.Dark.ActionBar"
app:tabIndicatorColor="@color/white87"
app:tabMode="fixed"
app:tabSelectedTextColor="?attr/text_Color_Main"

View file

@ -250,22 +250,22 @@
<item name="fontFamily">@font/notosansregular</item>
</style>
<style name="ShapeAppearanceOverlay.PhotoSquare" parent="ShapeAppearance.MaterialComponents.SmallComponent">
<style name="ShapeAppearanceOverlay.PhotoSquare" parent="ShapeAppearance.Material3.SmallComponent">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">5dp</item>
</style>
<style name="ShapeAppearanceOverlay.PhotoRound" parent="ShapeAppearance.MaterialComponents.SmallComponent">
<style name="ShapeAppearanceOverlay.PhotoRound" parent="ShapeAppearance.Material3.SmallComponent">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>
</style>
<style name="ShapeAppearanceOverlay.IncomingCall" parent="ShapeAppearance.MaterialComponents.SmallComponent">
<style name="ShapeAppearanceOverlay.IncomingCall" parent="ShapeAppearance.Material3.SmallComponent">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">@dimen/incoming_call_radius</item>
</style>
<style name="ShapeAppearanceOverlay.PhotoRoundBig" parent="ShapeAppearance.MaterialComponents.SmallComponent">
<style name="ShapeAppearanceOverlay.PhotoRoundBig" parent="ShapeAppearance.Material3.SmallComponent">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>
</style>