diff options
author | cyberta <cyberta@riseup.net> | 2022-08-06 18:37:13 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-08-06 18:37:13 +0000 |
commit | b1cb49a2f78c80db0b3fa037a0b4e3c1c9c7dd61 (patch) | |
tree | 77effd84682014db0db950113cab239fa4370dc4 /app/src/main/res/layout | |
parent | 3bdbe09ffd7f4039f37af93b0da6b0965e09e0bd (diff) | |
parent | 598105bbaa383b27cadb682b76cdf00e5ad58369 (diff) |
Merge branch 'update_obfuscation_pinning_defaults' into 'master'
Update obfuscation pinning defaults
See merge request leap/bitmask_android!204
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" |