6fdf0266cf
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
14 lines
505 B
XML
14 lines
505 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
|
|
<item name="colorAccent">@color/accent</item>
|
|
</style>
|
|
|
|
<style name="fab_label" parent="TextAppearance.AppCompat.Inverse">
|
|
<item name="android:background">@drawable/fab_label_background</item>
|
|
<item name="android:textColor">@color/fab_label_text_color</item>
|
|
</style>
|
|
|
|
</resources>
|