aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/layout/activity_vpn_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/layout/activity_vpn_settings.xml')
-rw-r--r--app/res/layout/activity_vpn_settings.xml27
1 files changed, 18 insertions, 9 deletions
diff --git a/app/res/layout/activity_vpn_settings.xml b/app/res/layout/activity_vpn_settings.xml
index 4378baa..e90f611 100644
--- a/app/res/layout/activity_vpn_settings.xml
+++ b/app/res/layout/activity_vpn_settings.xml
@@ -14,25 +14,34 @@
android:background="@color/black"
android:textColor="@color/ThemeLight"
android:textIsSelectable="false"
- android:textSize="9pt" />
+ android:textSize="7pt" />
- <Spinner
- android:id="@+id/spin_vpn_profile"
+ <RelativeLayout
+ android:id="@+id/layout_vpn_profile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/lbl_vpn_settings"
android:layout_margin="10dp"
- android:background="@drawable/button_bg"
- android:inputType="text"
- android:padding="1pt"
- android:textColor="@color/ThemeLight"
- android:textSize="10pt" />
+ android:background="@drawable/repwifi_button">
+ android:textAlignment="center"
+
+ <Spinner
+ android:id="@+id/spin_vpn_profile"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:inputType="text"
+ android:textAlignment="center"
+ android:gravity="center"
+ android:textSize="10pt"
+ android:popupBackground="@color/ThemeLight" />
+
+ </RelativeLayout>
<Button
android:id="@+id/btn_save_vpn_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_below="@id/spin_vpn_profile"
+ android:layout_below="@id/layout_vpn_profile"
android:layout_centerHorizontal="true"
android:layout_marginTop="25dp"
android:background="@drawable/repwifi_button"