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

@ -8,7 +8,6 @@
android:layout_height="fill_parent"
style="?header"
android:gravity="center_vertical" >
<TextView
android:layout_width="fill_parent"
@ -21,13 +20,13 @@
android:gravity="left|center_vertical"
android:textAppearance="?android:attr/textAppearanceMedium" />
<ImageButton
android:id="@+id/imageCheckAll"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_marginRight="1dp"
android:paddingLeft="2dp"
android:background="@drawable/uncheck_all"/>
<ImageButton
android:id="@+id/imageCheckAll"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
android:layout_marginRight="1dp"
android:paddingLeft="2dp"
android:background="@drawable/uncheck_all"/>
</LinearLayout>
</LinearLayout>