|
5 | 5 | android:layout_width="match_parent" |
6 | 6 | android:layout_height="match_parent" |
7 | 7 | android:layout_marginBottom="1dp" |
| 8 | + android:paddingBottom="30dp" |
8 | 9 | android:background="?attr/background" |
9 | 10 | android:fillViewport="true"> |
10 | 11 |
|
|
347 | 348 | android:layout_marginBottom="16dp" |
348 | 349 | android:letterSpacing="0.03" |
349 | 350 | android:text="Actions" |
350 | | - android:textAppearance="?attr/textAppearanceSubtitle1" |
| 351 | + android:textAppearance="?attr/textAppearanceHeadline6" |
351 | 352 | android:textColor="?attr/primaryTextColor" |
352 | 353 | android:textStyle="bold" /> |
353 | 354 |
|
|
379 | 380 | android:layout_width="24dp" |
380 | 381 | android:layout_height="24dp" |
381 | 382 | android:layout_marginBottom="4dp" |
| 383 | + android:alpha="0.5" |
382 | 384 | android:src="@drawable/ic_app_info_accent" |
383 | 385 | app:tint="?attr/primaryTextColor" /> |
384 | 386 |
|
|
388 | 390 | android:layout_height="wrap_content" |
389 | 391 | android:text="Apps(0)" |
390 | 392 | android:textAllCaps="false" |
391 | | - android:textColor="?attr/secondaryTextColor" |
| 393 | + android:textColor="?attr/primaryTextColor" |
392 | 394 | android:textSize="12sp" /> |
393 | 395 | </LinearLayout> |
394 | 396 |
|
|
413 | 415 | android:layout_width="24dp" |
414 | 416 | android:layout_height="24dp" |
415 | 417 | android:layout_marginBottom="4dp" |
| 418 | + android:alpha="0.5" |
416 | 419 | android:src="@drawable/ic_network_tunnel" |
417 | 420 | app:tint="?attr/primaryTextColor" /> |
418 | 421 |
|
|
421 | 424 | android:layout_height="wrap_content" |
422 | 425 | android:text="Relay" |
423 | 426 | android:textAllCaps="false" |
424 | | - android:textColor="?attr/secondaryTextColor" |
| 427 | + android:textColor="?attr/primaryTextColor" |
425 | 428 | android:textSize="12sp" /> |
426 | 429 | </LinearLayout> |
427 | 430 |
|
|
453 | 456 | android:layout_height="wrap_content" |
454 | 457 | android:text="Logs" |
455 | 458 | android:textAllCaps="false" |
456 | | - android:textColor="?attr/secondaryTextColor" |
| 459 | + android:textColor="?attr/primaryTextColor" |
457 | 460 | android:textSize="12sp" /> |
458 | 461 | </LinearLayout> |
459 | 462 |
|
|
0 commit comments