Resource house keeping + color cleanup

This commit is contained in:
Rahul Patel
2024-07-22 23:12:04 +05:30
parent bf7e8bf347
commit 2b65eeb742
120 changed files with 337 additions and 1133 deletions

View File

@@ -24,9 +24,9 @@
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/title"
android:backgroundTint="?colorControlNormal"
android:layout_width="48dp"
android:layout_height="2dp"
android:layout_centerInParent="true"
android:background="@drawable/divider_line" />
android:background="@drawable/divider_line"
android:backgroundTint="?colorControlNormal" />
</RelativeLayout>