Migrated SVG generation to apk-build

This commit is contained in:
soraefir
2024-04-01 15:53:10 +02:00
parent aa057328d9
commit 3ea1a86590
274 changed files with 6947 additions and 668 deletions

View File

@ -14,13 +14,13 @@
app:layout_constraintTop_toTopOf="parent" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/add_group"
android:id="@+id/addGroup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="32dp"
android:layout_marginEnd="32dp"
android:layout_weight="1"
android:text="@string/group_add"
android:contentDescription="TODO" android:text="@string/group_add"
android:src="@drawable/add"
android:backgroundTint="@color/blue"
app:layout_constraintBottom_toBottomOf="parent"

View File

@ -6,7 +6,6 @@
<androidx.core.widget.NestedScrollView
android:id="@+id/sv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"

View File

@ -5,13 +5,8 @@
<color name="lightgray">#FF93A9BE</color>
<color name="white">#FFFFFFFF</color>
<color name="orange">#F59331</color>
<color name="yellow">#F5F531</color>
<color name="green">#93F531</color>
<color name="turquoise">#31F593</color>
<color name="blue">#3193F5</color>
<color name="purple">#9331F5</color>
<color name="pink">#F53193</color>
<color name="red">#F53131</color>

View File

@ -5,8 +5,6 @@
<string name="action_settings">Settings</string>
<string name="action_stat">Stats</string>
<string name="action_edit">Edit</string>
<string name="welcome">Welcome!</string>
<string name="change_lang">Change language</string>
<string name="key_theme">App theme</string>
<string name="system">System</string>
<string name="light">Light</string>