|
24 | 24 | android:id="@+id/avatarView0" |
25 | 25 | android:layout_width="@dimen/avatar_size" |
26 | 26 | android:layout_height="@dimen/avatar_size" |
| 27 | + android:src="@drawable/ic_round_bug_report" |
| 28 | + android:visibility="gone" |
27 | 29 | app:avBorderColor="#FF0000" |
28 | 30 | app:avBorderColorSecondary="#FF9D00" |
29 | | - app:avBorderWidth="5dp" |
30 | 31 | app:avBorderGradientAngle="135" |
31 | | - app:placeholderText="OMG" |
32 | | - android:src="@drawable/ic_round_bug_report" /> |
| 32 | + app:avBorderWidth="5dp" |
| 33 | + app:placeholderText="OMG" /> |
33 | 34 |
|
34 | 35 | <com.goodayapps.widget.AvatarView |
35 | 36 | android:id="@+id/avatarView1" |
36 | 37 | android:layout_width="@dimen/avatar_size" |
37 | 38 | android:layout_height="@dimen/avatar_size" |
38 | 39 | android:src="@drawable/ic_launcher_foreground" |
| 40 | + app:avArchesAngle="0" |
| 41 | + app:avArchesCount="4" |
| 42 | + app:avArchesDegreeArea="90" |
39 | 43 | app:avAvatarMargin="5dp" |
40 | 44 | app:avBackgroundColor="@color/colorPrimary" |
41 | 45 | app:avBorderColor="#4D8989A8" |
|
50 | 54 | android:layout_width="@dimen/avatar_size" |
51 | 55 | android:layout_height="@dimen/avatar_size" |
52 | 56 | android:src="@drawable/avatar1" |
| 57 | + android:visibility="gone" |
53 | 58 | app:avBackgroundColor="@color/colorPrimary" |
54 | 59 | app:avBorderColor="@color/colorAccent" |
55 | 60 | app:avBorderWidth="5dp" /> |
|
59 | 64 | android:layout_width="@dimen/avatar_size" |
60 | 65 | android:layout_height="@dimen/avatar_size" |
61 | 66 | android:fontFamily="@font/font_19849" |
| 67 | + android:visibility="gone" |
62 | 68 | app:avBackgroundColor="@color/colorPrimary" |
63 | 69 | app:avBorderColor="@color/colorAccent" |
64 | 70 | app:avBorderWidth="5dp" |
|
221 | 227 | android:layout_width="match_parent" |
222 | 228 | android:layout_height="wrap_content" |
223 | 229 | android:layout_weight="1.5" |
224 | | - android:text="avLabelBgWidth" |
| 230 | + android:text="archesCount" |
225 | 231 | android:textColor="@android:color/white" |
226 | 232 | tools:ignore="HardcodedText" /> |
227 | 233 |
|
228 | 234 | <SeekBar |
229 | | - android:id="@+id/avLabelBgWidth" |
| 235 | + android:id="@+id/archesCount" |
230 | 236 | android:layout_width="match_parent" |
231 | 237 | android:layout_height="wrap_content" |
232 | 238 | android:layout_weight="1" |
233 | 239 | android:max="15" |
234 | | - android:progress="5" /> |
| 240 | + android:progress="0" /> |
| 241 | + </LinearLayout> |
| 242 | + |
| 243 | + <LinearLayout |
| 244 | + android:layout_width="match_parent" |
| 245 | + android:layout_height="wrap_content" |
| 246 | + android:orientation="horizontal"> |
| 247 | + |
| 248 | + <androidx.appcompat.widget.AppCompatTextView |
| 249 | + android:layout_width="match_parent" |
| 250 | + android:layout_height="wrap_content" |
| 251 | + android:layout_weight="1.5" |
| 252 | + android:ellipsize="end" |
| 253 | + android:maxLines="1" |
| 254 | + android:text="archesDegreeArea" |
| 255 | + android:textColor="@android:color/white" |
| 256 | + tools:ignore="HardcodedText" /> |
| 257 | + |
| 258 | + <SeekBar |
| 259 | + android:id="@+id/archesDegreeArea" |
| 260 | + android:layout_width="match_parent" |
| 261 | + android:layout_height="wrap_content" |
| 262 | + android:layout_weight="1" |
| 263 | + android:max="360" |
| 264 | + android:progress="0" /> |
235 | 265 | </LinearLayout> |
236 | 266 |
|
237 | 267 | <LinearLayout |
|
245 | 275 | android:layout_weight="1.5" |
246 | 276 | android:ellipsize="end" |
247 | 277 | android:maxLines="1" |
248 | | - android:text="avLabelTextAngle" |
| 278 | + android:text="archesAngle" |
249 | 279 | android:textColor="@android:color/white" |
250 | 280 | tools:ignore="HardcodedText" /> |
251 | 281 |
|
252 | 282 | <SeekBar |
253 | | - android:id="@+id/avAngle" |
| 283 | + android:id="@+id/archesAngle" |
254 | 284 | android:layout_width="match_parent" |
255 | 285 | android:layout_height="wrap_content" |
256 | 286 | android:layout_weight="1" |
|
0 commit comments