0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 03:52:27 +02:00

Improve padding on import dialog

This commit is contained in:
Arne Schwabe 2023-04-18 14:03:36 +02:00
parent 6871a5a473
commit b3211c1dcd

View File

@ -35,6 +35,7 @@
android:visibility="gone" />
<TextView
android:layout_marginTop="@dimen/stdpadding"
android:id="@+id/compatmode_label"
style="@style/item"
android:text="@string/compat_mode_label"
@ -51,6 +52,7 @@
tools:visibility="visible" />
<TextView
android:layout_marginTop="@dimen/stdpadding"
android:id="@+id/tls_profile_label"
style="@style/item"
android:text="@string/tls_profile"
@ -83,6 +85,7 @@
tools:visibility="visible" />
<CheckBox
android:layout_marginTop="@dimen/stdpadding"
android:id="@+id/importpkcs12"
android:layout_width="fill_parent"
android:layout_height="wrap_content"