|
46 | 46 | android:layout_width="60dp"
|
47 | 47 | android:layout_height="60dp"
|
48 | 48 | android:layout_marginLeft="8dp"
|
49 |
| - android:paddingRight="10dp" |
50 | 49 | app:highlightEnable="false"
|
51 | 50 | app:avatar_backgroundColor="#8E24AA"
|
52 | 51 | app:avatar_text="B"
|
|
67 | 66 | android:layout_width="60dp"
|
68 | 67 | android:layout_height="60dp"
|
69 | 68 | android:layout_marginLeft="8dp"
|
70 |
| - android:padding="0dp" |
71 | 69 | android:src="@drawable/figure2"
|
72 | 70 | app:avatar_state="IMAGE"
|
73 | 71 | app:avatar_backgroundColor="#1976D2"
|
|
97 | 95 | android:layout_height="170dp"
|
98 | 96 | android:layout_marginRight="8dp"
|
99 | 97 | android:src="@drawable/figure"
|
100 |
| - app:highlightColor="#801970ea" |
| 98 | + app:highlightColor="#80fb1743" |
101 | 99 | app:strokeColor="@color/colorAccent"
|
102 | 100 | app:strokeWidth="2px"/>
|
103 | 101 |
|
104 | 102 | <com.github.abdularis.civ.CircleImageView
|
105 | 103 | android:layout_width="160dp"
|
106 |
| - android:layout_height="180dp" |
107 |
| - android:background="@color/colorAccent" |
108 |
| - android:paddingTop="30dp" |
109 |
| - android:paddingBottom="30dp" |
| 104 | + android:layout_height="160dp" |
110 | 105 | android:src="@drawable/figure2"
|
111 | 106 | android:onClick="onCircleImageClick"
|
112 | 107 | app:strokeColor="@color/colorAccent"/>
|
|
0 commit comments