summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/res
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2026-03-09 23:59:50 +0100
committercyberta <cyberta@riseup.net>2026-03-09 23:59:50 +0100
commit733d1ae5bbb5356a228e42a013660743db1c7073 (patch)
tree550f2285ef072e7dcc482d648fccc09222a35791 /remoteExample/src/main/res
parentb1c21e7e1fbc0d09e3d121b89651482a0bb02efd (diff)
parent73ce3c99dde39207990d66c21be8201228cd1f09 (diff)
Merge branch 'schwabe_master' into ssh_new_master
Diffstat (limited to 'remoteExample/src/main/res')
-rw-r--r--remoteExample/src/main/res/layout/fragment_main.xml8
-rw-r--r--remoteExample/src/main/res/values/strings.xml1
2 files changed, 9 insertions, 0 deletions
diff --git a/remoteExample/src/main/res/layout/fragment_main.xml b/remoteExample/src/main/res/layout/fragment_main.xml
index 6b8102e2..0780bba4 100644
--- a/remoteExample/src/main/res/layout/fragment_main.xml
+++ b/remoteExample/src/main/res/layout/fragment_main.xml
@@ -64,6 +64,14 @@
android:text="@string/disconnect" />
<Button
+ android:id="@+id/setDefaultProfile"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignBottom="@+id/disconnect"
+ android:layout_toRightOf="@+id/disconnect"
+ android:text="@string/set_default" />
+
+ <Button
android:id="@+id/startembedded"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
diff --git a/remoteExample/src/main/res/values/strings.xml b/remoteExample/src/main/res/values/strings.xml
index 971f7de5..44c9ecc8 100644
--- a/remoteExample/src/main/res/values/strings.xml
+++ b/remoteExample/src/main/res/values/strings.xml
@@ -14,6 +14,7 @@
<string name="no_now">Not now</string>
<string name="show_my_ip">Show my IP</string>
<string name="disconnect">Disconnect</string>
+ <string name="set_default">Set Default</string>
<string name="start_embedded">Start embedded profile</string>
<string name="addNew">Add new Profile</string>
<string name="addNewEdit">Add editable profile</string>