整理工程
This commit is contained in:
21
app_dashboard/src/main/res/values/themes.xml
Normal file
21
app_dashboard/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Base application theme. -->
|
||||
<style name="Base.Theme.DashBoardClient" parent="Theme.Material3.Dark.NoActionBar">
|
||||
<!-- Customize your light theme here. -->
|
||||
<!-- <item name="colorPrimary">@color/my_light_primary</item> -->
|
||||
</style>
|
||||
|
||||
<style name="Theme.Dashboard" parent="Base.Theme.DashBoardClient" />
|
||||
|
||||
<style name="Theme.Dashboard.Fullscreen" parent="Theme.Dashboard">
|
||||
<item name="android:actionBarStyle">@style/Widget.Theme.Dashboard.ActionBar.Fullscreen
|
||||
</item>
|
||||
<item name="android:windowActionBarOverlay">true</item>
|
||||
<item name="android:windowBackground">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="ThemeOverlay.DashBoardClient.FullscreenContainer" parent="">
|
||||
<item name="fullscreenBackgroundColor">@color/light_blue_600</item>
|
||||
<item name="fullscreenTextColor">@color/light_blue_A200</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user