Dynamic colors [1/2]
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="@color/colorScrim" />
|
||||
<solid android:color="?colorControlHighlight" />
|
||||
<padding
|
||||
android:bottom="@dimen/margin_medium"
|
||||
android:left="@dimen/margin_medium"
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="15dp" />
|
||||
<solid android:color="?colorShimmer" />
|
||||
<solid android:color="?colorControlHighlight" />
|
||||
</shape>
|
||||
|
||||
|
||||
@@ -20,6 +20,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="8dp" />
|
||||
<solid android:color="?colorShimmer" />
|
||||
<solid android:color="?colorControlHighlight" />
|
||||
</shape>
|
||||
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
<corners android:radius="15dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/colorScrim" />
|
||||
android:color="?colorControlHighlight" />
|
||||
</shape>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="?colorAccent"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="?colorAccent"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:tint="@color/colorAccent"
|
||||
android:tint="?colorAccent"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:tint="?attr/colorAccent"
|
||||
android:tint="?colorAccent"
|
||||
android:viewportWidth="960"
|
||||
android:viewportHeight="960">
|
||||
<path
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
android:shape="ring"
|
||||
android:thickness="8dp"
|
||||
android:useLevel="false">
|
||||
<solid android:color="@color/colorStroke" />
|
||||
<solid android:color="?colorControlNormal" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user