Commit aa00075b authored by iman Fauzi's avatar iman Fauzi

add style

parent b2192b90
......@@ -14,6 +14,12 @@
<item name="actionBarStyle">@style/ThemeActionBar</item>
</style>
<style name="AppTheme.appbar" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="ThemeActionBar" parent="Widget.MaterialComponents.Light.ActionBar.Solid">
<item name="android:background"> @null </item>
<!-- Support library compatibility -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment