summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/res/layout/fragment_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/src/main/res/layout/fragment_main.xml')
-rw-r--r--remoteExample/src/main/res/layout/fragment_main.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/remoteExample/src/main/res/layout/fragment_main.xml b/remoteExample/src/main/res/layout/fragment_main.xml
index 0cc953f6..6b8102e2 100644
--- a/remoteExample/src/main/res/layout/fragment_main.xml
+++ b/remoteExample/src/main/res/layout/fragment_main.xml
@@ -47,12 +47,12 @@
android:layout_alignParentLeft="true"
tools:text="TextView" />
- <Button
+ <Button
android:id="@+id/getMyIP"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
android:layout_below="@+id/startVPN"
+ android:layout_alignParentLeft="true"
android:text="@string/show_my_ip" />
<Button
@@ -92,4 +92,12 @@
android:layout_toRightOf="@+id/addNewProfile"
android:text="@string/addNewEdit" />
+ <CheckBox
+ android:id="@+id/startafterAdding"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@+id/startembedded"
+ android:layout_marginTop="4dp"
+ android:text="@string/start_profile_after_adding" />
+
</RelativeLayout>