diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/basic_settings.xml | 8 | ||||
-rw-r--r-- | res/layout/log_silders.xml | 2 | ||||
-rw-r--r-- | res/xml/vpn_authentification.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index 25175876..550a21c5 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -107,7 +107,7 @@ android:orientation="vertical" android:visibility="gone" > - <de.blinkt.openvpn.FileSelectLayout + <de.blinkt.openvpn.views.FileSelectLayout android:id="@+id/caselect" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -121,13 +121,13 @@ android:orientation="vertical" android:visibility="gone" > - <de.blinkt.openvpn.FileSelectLayout + <de.blinkt.openvpn.views.FileSelectLayout android:id="@+id/certselect" android:layout_width="match_parent" android:layout_height="wrap_content" blinkt:title="@string/client_certificate_title" /> - <de.blinkt.openvpn.FileSelectLayout + <de.blinkt.openvpn.views.FileSelectLayout android:id="@+id/keyselect" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -165,7 +165,7 @@ android:orientation="vertical" android:visibility="gone" > - <de.blinkt.openvpn.FileSelectLayout + <de.blinkt.openvpn.views.FileSelectLayout android:id="@+id/pkcs12select" android:layout_width="match_parent" android:layout_height="wrap_content" diff --git a/res/layout/log_silders.xml b/res/layout/log_silders.xml index 1035cb4a..0ecb5daa 100644 --- a/res/layout/log_silders.xml +++ b/res/layout/log_silders.xml @@ -17,7 +17,7 @@ android:text="@string/log_verbosity_level"/> - <de.blinkt.openvpn.fragments.SeekBarTicks + <de.blinkt.openvpn.views.SeekBarTicks android:id="@+id/LogLevelSlider" android:layout_width="300dp" android:layout_height="wrap_content" diff --git a/res/xml/vpn_authentification.xml b/res/xml/vpn_authentification.xml index 727cae40..15a260c2 100644 --- a/res/xml/vpn_authentification.xml +++ b/res/xml/vpn_authentification.xml @@ -10,7 +10,7 @@ android:summary="@string/remote_tlscn_check_summary" android:title="@string/remote_tlscn_check_title" /> - <de.blinkt.openvpn.RemoteCNPreference + <de.blinkt.openvpn.views.RemoteCNPreference android:dependency="checkRemoteCN" android:key="remotecn" android:title="@string/enter_tlscn_title" /> |