Colors and adaptable icon

This commit is contained in:
Michael Mikovsky
2025-03-07 11:17:02 -07:00
parent 18748301cd
commit c78fa58754
5 changed files with 5 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

@@ -8,6 +8,7 @@
android:id="@+id/minus_button" android:id="@+id/minus_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6"
android:text="-" /> android:text="-" />
<TextView <TextView
@@ -22,6 +23,7 @@
android:id="@+id/plus_button" android:id="@+id/plus_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAppearance="@style/TextAppearance.MaterialComponents.Headline6"
android:text="+" /> android:text="+" />
</LinearLayout> </LinearLayout>
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/> <background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon> </adaptive-icon>
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/> <background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_robologo" />
</adaptive-icon> </adaptive-icon>
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="main_200">#FFBBFC86</color> <color name="main_200">#FFA0E044</color>
<color name="main_500">#FF62EE00</color> <color name="main_500">#FF62EE00</color>
<color name="main_700">#FF37B300</color> <color name="main_700">#FF37B300</color>
<color name="teal_200">#FF03DAC5</color> <color name="teal_200">#FF03DAC5</color>