|
35 | 35 | android:showDividers="middle"> |
36 | 36 |
|
37 | 37 | <com.goodayapps.widget.AvatarView |
38 | | - android:id="@+id/avatar111" |
| 38 | + android:id="@+id/korra_avatar" |
39 | 39 | style="@style/AvatarStyleHelper" |
40 | 40 | android:layout_width="@dimen/avatar_size" |
41 | 41 | android:layout_height="@dimen/avatar_size" |
42 | 42 | android:scaleType="centerCrop" |
43 | | - android:src="@drawable/ic_bell" |
44 | 43 | app:avBorderColor="#FF0000" |
45 | 44 | app:avBorderColorSecondary="#FF9D00" |
46 | | - app:avBorderGradientAngle="135" |
47 | 45 | app:avBorderWidth="5dp" |
48 | 46 | app:iconDrawableScale="1" |
49 | 47 | app:placeholderText="OMG" /> |
|
53 | 51 | style="@style/AvatarStyleHelper" |
54 | 52 | android:layout_width="@dimen/avatar_size" |
55 | 53 | android:layout_height="@dimen/avatar_size" |
56 | | - app:avBackgroundColor="@android:color/transparent" |
57 | 54 | android:scaleType="centerCrop" |
58 | 55 | android:src="@drawable/ic_bell" |
| 56 | + android:tint="@color/colorPrimary" |
| 57 | + app:avBackgroundColor="@android:color/transparent" |
| 58 | + app:avBorderColor="#FF0000" |
| 59 | + app:avBorderColorSecondary="#FF9D00" |
| 60 | + app:avBorderGradientAngle="135" |
| 61 | + app:avBorderWidth="5dp" |
| 62 | + app:iconDrawableScale=".3" |
| 63 | + app:placeholderText="OMG" /> |
| 64 | + |
| 65 | + <com.goodayapps.widget.AvatarView |
| 66 | + style="@style/AvatarStyleHelper" |
| 67 | + android:layout_width="@dimen/avatar_size" |
| 68 | + android:layout_height="@dimen/avatar_size" |
| 69 | + android:src="@drawable/ic_baseline_cloud_circle_24" |
59 | 70 | app:avBorderColor="#FF0000" |
60 | 71 | app:avBorderColorSecondary="#FF9D00" |
61 | 72 | app:avBorderGradientAngle="135" |
62 | 73 | app:avBorderWidth="5dp" |
63 | | - app:iconDrawableScale=".5" |
| 74 | + app:iconDrawableScale=".3" |
64 | 75 | app:placeholderText="OMG" /> |
65 | 76 |
|
66 | | - <!-- |
67 | | - <com.goodayapps.widget.AvatarView |
68 | | - style="@style/AvatarStyleHelper" |
69 | | - android:layout_width="@dimen/avatar_size" |
70 | | - android:layout_height="@dimen/avatar_size" |
71 | | - android:src="@drawable/ic_baseline_cloud_circle_24" |
72 | | - app:avBorderColor="#FF0000" |
73 | | - app:avBorderColorSecondary="#FF9D00" |
74 | | - app:avBorderGradientAngle="135" |
75 | | - app:avBorderWidth="5dp" |
76 | | - app:iconDrawableScale=".3" |
77 | | - app:placeholderText="OMG" /> |
78 | | -
|
79 | | - <com.goodayapps.widget.AvatarView |
80 | | - style="@style/AvatarStyleHelper" |
81 | | - android:layout_width="@dimen/avatar_size" |
82 | | - android:layout_height="@dimen/avatar_size" |
83 | | - android:src="@drawable/ic_more" |
84 | | - app:avBorderColor="#FF0000" |
85 | | - app:avBorderColorSecondary="#FF9D00" |
86 | | - app:avBorderGradientAngle="135" |
87 | | - app:avBorderWidth="5dp" |
88 | | - app:iconDrawableScale=".3" |
89 | | - app:placeholderText="OMG" /> |
90 | | -
|
91 | | - <com.goodayapps.widget.AvatarView |
92 | | - style="@style/AvatarStyleHelper" |
93 | | - android:layout_width="@dimen/avatar_size" |
94 | | - android:layout_height="@dimen/avatar_size" |
95 | | - android:src="@drawable/ic_launcher_foreground" |
96 | | - app:avArchesAngle="0" |
97 | | - app:avArchesCount="4" |
98 | | - app:avArchesDegreeArea="90" |
99 | | - app:avArchesType="single" |
100 | | - app:avAvatarMargin="5dp" |
101 | | - app:avBackgroundColor="@color/colorPrimary" |
102 | | - app:avBorderColor="#4D8989A8" |
103 | | - app:avBorderWidth="5dp" |
104 | | - app:avTextSizePercentage=".7" |
105 | | - app:avVolumetricType="none" |
106 | | - app:iconDrawableScale=".7" |
107 | | - app:placeholderText="AV" /> |
108 | | -
|
109 | | - <com.goodayapps.widget.AvatarView |
110 | | - style="@style/AvatarStyleHelper" |
111 | | - android:layout_width="@dimen/avatar_size" |
112 | | - android:layout_height="@dimen/avatar_size" |
113 | | - android:src="@drawable/avatar1" |
114 | | - app:avBackgroundColor="@color/colorPrimary" |
115 | | - app:avBorderColor="@color/colorAccent" |
116 | | - app:avBorderWidth="5dp" /> |
117 | | -
|
118 | | - <com.goodayapps.widget.AvatarView |
119 | | - style="@style/AvatarStyleHelper" |
120 | | - android:layout_width="@dimen/avatar_size" |
121 | | - android:layout_height="@dimen/avatar_size" |
122 | | - android:fontFamily="@font/font_19849" |
123 | | - app:avBackgroundColor="@color/colorPrimary" |
124 | | - app:avBorderColor="@color/colorAccent" |
125 | | - app:avBorderWidth="5dp" |
126 | | - app:iconDrawableScale=".7" |
127 | | - app:placeholderText="AV" />--> |
| 77 | + <com.goodayapps.widget.AvatarView |
| 78 | + style="@style/AvatarStyleHelper" |
| 79 | + android:layout_width="@dimen/avatar_size" |
| 80 | + android:layout_height="@dimen/avatar_size" |
| 81 | + android:src="@drawable/ic_more" |
| 82 | + app:avArchesAngle="360" |
| 83 | + app:avArchesCount="15" |
| 84 | + app:avArchesDegreeArea="360" |
| 85 | + app:avAvatarMargin="8dp" |
| 86 | + app:avBorderColor="#FF0000" |
| 87 | + app:avBorderColorSecondary="#FF9D00" |
| 88 | + app:avBorderGradientAngle="135" |
| 89 | + app:avBorderWidth="5dp" |
| 90 | + app:iconDrawableScale=".3" |
| 91 | + app:placeholderText="OMG" /> |
| 92 | + |
| 93 | + <com.goodayapps.widget.AvatarView |
| 94 | + style="@style/AvatarStyleHelper" |
| 95 | + android:layout_width="@dimen/avatar_size" |
| 96 | + android:layout_height="@dimen/avatar_size" |
| 97 | + android:src="@drawable/ic_launcher_foreground" |
| 98 | + app:avArchesAngle="0" |
| 99 | + app:avArchesCount="4" |
| 100 | + app:avArchesDegreeArea="90" |
| 101 | + app:avArchesType="single" |
| 102 | + app:avAvatarMargin="5dp" |
| 103 | + app:avBackgroundColor="@color/colorPrimary" |
| 104 | + app:avBorderColor="#4D8989A8" |
| 105 | + app:avBorderWidth="5dp" |
| 106 | + app:avTextSizePercentage=".7" |
| 107 | + app:avVolumetricType="none" |
| 108 | + app:iconDrawableScale=".7" |
| 109 | + app:placeholderText="AV" /> |
| 110 | + |
| 111 | + <com.goodayapps.widget.AvatarView |
| 112 | + style="@style/AvatarStyleHelper" |
| 113 | + android:layout_width="@dimen/avatar_size" |
| 114 | + android:layout_height="@dimen/avatar_size" |
| 115 | + android:src="@drawable/avatar1" |
| 116 | + app:avBackgroundColor="@color/colorPrimary" |
| 117 | + app:avBorderColor="@color/colorAccent" |
| 118 | + app:avBorderWidth="5dp" /> |
| 119 | + |
| 120 | + <com.goodayapps.widget.AvatarView |
| 121 | + style="@style/AvatarStyleHelper" |
| 122 | + android:layout_width="@dimen/avatar_size" |
| 123 | + android:layout_height="@dimen/avatar_size" |
| 124 | + android:fontFamily="@font/font_19849" |
| 125 | + app:avBackgroundColor="@color/colorPrimary" |
| 126 | + app:avBorderColor="@color/colorAccent" |
| 127 | + app:avBorderWidth="5dp" |
| 128 | + app:iconDrawableScale=".7" |
| 129 | + app:placeholderText="AV" /> |
| 130 | + |
| 131 | + <com.goodayapps.widget.AvatarView |
| 132 | + android:id="@+id/blur_hash_avatar" |
| 133 | + style="@style/AvatarStyleHelper" |
| 134 | + android:layout_width="@dimen/avatar_size" |
| 135 | + android:layout_height="@dimen/avatar_size" |
| 136 | + android:fontFamily="@font/font_19849" |
| 137 | + android:scaleType="centerCrop" |
| 138 | + app:avBorderColor="#FF0000" |
| 139 | + app:avBorderColorSecondary="#FF9D00" |
| 140 | + app:avBorderWidth="5dp" |
| 141 | + app:iconDrawableScale="1" |
| 142 | + app:placeholderText="OMG" /> |
128 | 143 | </GridLayout> |
129 | 144 |
|
130 | 145 | <LinearLayout |
|
0 commit comments