diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-10-13 18:44:51 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-10-13 18:44:51 +0200 |
commit | 893ce60f739bb3432eecf540329b732debb38ed3 (patch) | |
tree | 06c61ad2e972ff3967aa41e42310e9333149f94e /main/src/ui/res/layout | |
parent | c164ce0807fd442fb1a06e92b090ea21d8a245c1 (diff) |
Fix Remote CN Preference style
Diffstat (limited to 'main/src/ui/res/layout')
-rw-r--r-- | main/src/ui/res/layout/tlsremote.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/res/layout/tlsremote.xml b/main/src/ui/res/layout/tlsremote.xml index 1e393d6b..a03b7357 100644 --- a/main/src/ui/res/layout/tlsremote.xml +++ b/main/src/ui/res/layout/tlsremote.xml @@ -7,7 +7,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:padding="@dimen/stdpadding" - android:theme="@style/Theme.AppCompat.Dialog.Alert"> + android:theme="@style/Theme.AppCompat.DayNight.Dialog.Alert"> <LinearLayout android:layout_width="wrap_content" |