We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e1858 commit d319631Copy full SHA for d319631
sample/src/main/res/layout/activity_main.xml
@@ -47,6 +47,7 @@
47
android:layout_height="60dp"
48
android:layout_marginLeft="8dp"
49
android:paddingRight="10dp"
50
+ app:highlightEnable="false"
51
app:avatar_backgroundColor="#8E24AA"
52
app:avatar_text="B"
53
app:avatar_textSize="22sp"
@@ -96,6 +97,7 @@
96
97
android:layout_height="170dp"
98
android:layout_marginRight="8dp"
99
android:src="@drawable/figure"
100
+ app:highlightColor="#801970ea"
101
app:strokeColor="@color/colorAccent"
102
app:strokeWidth="2px"/>
103
0 commit comments