diff options
author | cyBerta <cyberta@riseup.net> | 2022-08-05 18:15:25 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-08-05 18:15:25 +0200 |
commit | f0899797c8907d1ebcba205dad69f2a8a6594bcd (patch) | |
tree | aaad402387f6510ef796c3eeade78f33ebf27a70 /app/src/main/res/layout | |
parent | 66d9dd4b2b46ed98e811c31152b2d04e3ccbe771 (diff) |
revert gateway selection during gateway pinning
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/d_obfuscation_proxy.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/src/main/res/layout/d_obfuscation_proxy.xml b/app/src/main/res/layout/d_obfuscation_proxy.xml index e8f61ebd..92d51fec 100644 --- a/app/src/main/res/layout/d_obfuscation_proxy.xml +++ b/app/src/main/res/layout/d_obfuscation_proxy.xml @@ -57,24 +57,6 @@ android:id="@+id/cert_field" android:layout_width="match_parent" android:layout_height="wrap_content"/> - - <TextView - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:text="Gateway Host Name" - android:textStyle="bold" - android:paddingTop="@dimen/activity_margin" - android:textAppearance="@android:style/TextAppearance.DeviceDefault" /> - <!--<androidx.appcompat.widget.AppCompatEditText - android:id="@+id/gateway_ip_field" - android:layout_width="match_parent" - android:layout_height="wrap_content"/>--> - <androidx.appcompat.widget.AppCompatSpinner - android:id="@+id/gateway_host" - android:layout_width="match_parent" - android:layout_height="wrap_content" - /> - <se.leap.bitmaskclient.base.views.IconSwitchEntry android:id="@+id/kcp_switch" android:layout_width="match_parent" |