Migrated SVG generation to apk-build
This commit is contained in:
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user