summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-03-21 20:16:22 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-04-27 16:21:50 +0000
commit7d2db2fcd4624687a429852f5c8cd174761a1468 (patch)
treec1c7669f2362d1e49ba77fd94c094eda07b4c439 /android/src/main/res
parent621ae7d59e36b8ead06f882570d164fc1d4b7e9d (diff)
downloadmullvadvpn-7d2db2fcd4624687a429852f5c8cd174761a1468.tar.xz
mullvadvpn-7d2db2fcd4624687a429852f5c8cd174761a1468.zip
Use the custom button widget for "Manage keys"
Diffstat (limited to 'android/src/main/res')
-rw-r--r--android/src/main/res/layout/wireguard_key.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/android/src/main/res/layout/wireguard_key.xml b/android/src/main/res/layout/wireguard_key.xml
index 3da8b796b6..5e4d200575 100644
--- a/android/src/main/res/layout/wireguard_key.xml
+++ b/android/src/main/res/layout/wireguard_key.xml
@@ -139,13 +139,13 @@
android:visibility="gone" />
</RelativeLayout>
</LinearLayout>
- <Button android:id="@+id/manage_keys"
- android:layout_weight="0"
- android:layout_marginTop="12dp"
- android:layout_marginBottom="24dp"
- android:layout_marginHorizontal="24dp"
- android:paddingHorizontal="8dp"
- android:text="@string/wireguard_manage_keys"
- android:drawableRight="@drawable/icon_extlink"
- style="@style/BlueButton" />
+ <net.mullvad.mullvadvpn.ui.Button android:id="@+id/manage_keys"
+ android:layout_weight="0"
+ android:layout_marginTop="12dp"
+ android:layout_marginBottom="24dp"
+ android:layout_marginHorizontal="24dp"
+ android:paddingHorizontal="8dp"
+ android:text="@string/wireguard_manage_keys"
+ android:drawableRight="@drawable/icon_extlink"
+ style="@style/BlueButton" />
</LinearLayout>