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

@@ -40,7 +40,7 @@
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toStartOf="@id/img_action"
android:background="?colorShimmer"
android:background="?colorControlHighlight"
android:ellipsize="end"
android:maxLines="1" />
@@ -54,6 +54,6 @@
android:contentDescription="@string/expand"
android:padding="@dimen/padding_xsmall"
app:srcCompat="@drawable/ic_arrow_right"
app:tint="?colorShimmer" />
app:tint="?colorControlHighlight" />
</RelativeLayout>
</com.facebook.shimmer.ShimmerFrameLayout>