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.xml30
1 files changed, 20 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>