diff options
| author | cyberta <cyberta@riseup.net> | 2026-04-13 07:53:10 +0200 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-04-15 23:56:05 +0000 |
| commit | 5570ed02196695bedf28c76eccb08581057cdedb (patch) | |
| tree | 502f1f9be2a690c21217bbb1213d72b8974a66d6 /app | |
| parent | d09f3be086473e38100277dc575c7d1d7567e41b (diff) | |
improve warning layout at the top of the application list
Diffstat (limited to 'app')
| -rw-r--r-- | app/src/main/res/layout/allowed_vpn_apps.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/allowed_vpn_apps.xml b/app/src/main/res/layout/allowed_vpn_apps.xml index c9e74cf3..2bdbcc62 100644 --- a/app/src/main/res/layout/allowed_vpn_apps.xml +++ b/app/src/main/res/layout/allowed_vpn_apps.xml @@ -16,8 +16,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" + android:background="@color/amber200" android:textStyle="bold" - android:textColor="@color/colorWarning" android:textAppearance="?android:attr/textAppearanceMedium" android:paddingStart="@dimen/activity_horizontal_margin" android:paddingEnd="@dimen/activity_horizontal_margin" @@ -27,7 +27,7 @@ <View android:layout_width="match_parent" - android:layout_height="1dp" + android:layout_height="1.5dp" android:background="?android:attr/listDivider"/> <androidx.recyclerview.widget.RecyclerView |
