summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/src/main/res')
-rw-r--r--remoteExample/src/main/res/layout/fragment_main.xml30
-rw-r--r--remoteExample/src/main/res/values/strings.xml1
2 files changed, 21 insertions, 10 deletions
diff --git a/remoteExample/src/main/res/layout/fragment_main.xml b/remoteExample/src/main/res/layout/fragment_main.xml
index eda36740..0cc953f6 100644
--- a/remoteExample/src/main/res/layout/fragment_main.xml
+++ b/remoteExample/src/main/res/layout/fragment_main.xml
@@ -63,23 +63,33 @@
android:layout_toRightOf="@+id/startVPN"
android:text="@string/disconnect" />
- <Button
+ <Button
android:id="@+id/startembedded"
style="?android:attr/buttonStyleSmall"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
android:layout_below="@+id/getMyIP"
+ android:layout_alignParentLeft="true"
android:text="@string/start_embedded" />
<Button
- android:id="@+id/addNewProfile"
- style="?android:attr/buttonStyleSmall"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/addNew"
- android:layout_alignTop="@+id/startembedded"
- android:layout_toRightOf="@+id/startembedded"
- android:layout_toEndOf="@+id/startembedded" />
+ android:id="@+id/addNewProfile"
+ style="?android:attr/buttonStyleSmall"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignTop="@+id/startembedded"
+ android:layout_toEndOf="@+id/startembedded"
+ android:layout_toRightOf="@+id/startembedded"
+ android:text="@string/addNew" />
+
+ <Button
+ android:id="@+id/addNewProfileEdit"
+ style="?android:attr/buttonStyleSmall"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignTop="@+id/addNewProfile"
+ android:layout_toEndOf="@+id/addNewProfile"
+ android:layout_toRightOf="@+id/addNewProfile"
+ android:text="@string/addNewEdit" />
</RelativeLayout>
diff --git a/remoteExample/src/main/res/values/strings.xml b/remoteExample/src/main/res/values/strings.xml
index 30e05648..5bb63fc3 100644
--- a/remoteExample/src/main/res/values/strings.xml
+++ b/remoteExample/src/main/res/values/strings.xml
@@ -16,6 +16,7 @@
<string name="disconnect">Disconnect</string>
<string name="start_embedded">Start embedded profile</string>
<string name="addNew">Add new Profile</string>
+ <string name="addNewEdit">Add editable profile</string>
</resources>