Dynamic colors [1/2]

This commit is contained in:
Rahul Patel
2024-08-31 02:33:07 +05:30
parent 4107eed2d9
commit 3546ed8a54
119 changed files with 676 additions and 2321 deletions

View File

@@ -55,7 +55,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/margin_normal"
android:layout_toEndOf="@id/img_icon"
android:background="?colorShimmer"
android:background="?colorControlHighlight"
android:maxLines="1"
android:textAppearance="@style/TextAppearance.Aurora.Line2" />
@@ -69,7 +69,7 @@
android:layout_centerVertical="true"
android:layout_marginTop="@dimen/margin_xxsmall"
android:layout_marginBottom="@dimen/margin_xxsmall"
android:background="?colorShimmer"
android:background="?colorControlHighlight"
android:maxLines="2"
android:textAppearance="@style/TextAppearance.Aurora.Line3" />