Fix labels/assignees ui

This commit is contained in:
M M Arif
2022-08-01 13:44:50 +05:00
parent 75f7835b24
commit 2ad095defc
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<CheckBox
android:id="@+id/assigneesSelection"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:checked="false"
android:textColor="?attr/primaryTextColor"
@@ -34,7 +34,7 @@
<TextView
android:id="@+id/assigneesName"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:paddingStart="64dp"

View File

@@ -9,7 +9,7 @@
<CheckBox
android:id="@+id/labelSelection"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:checked="false"
android:textColor="?attr/primaryTextColor"
@@ -34,7 +34,7 @@
<TextView
android:id="@+id/labelText"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:paddingStart="64dp"