change text color + small changes

This commit is contained in:
2022-03-28 14:02:10 +03:00
parent d519a2be14
commit 9b302d0461
17 changed files with 795 additions and 822 deletions

View File

@ -31,10 +31,10 @@
android:paddingLeft="3dp"
android:layout_weight="1"/>
<LinearLayout
android:id="@+id/linearLayoutChecked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:background="@drawable/checked">
</LinearLayout>
android:id="@+id/linearLayoutChecked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:background="@drawable/checked"
android:orientation="horizontal" />
</LinearLayout>