more tweaks to new layout
This commit is contained in:
parent
6a83a0d2f6
commit
cf50ec1433
|
@ -3,12 +3,14 @@
|
|||
<LinearLayout android:gravity="center_vertical|center_horizontal"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:backgroundTint="@color/panel_background"
|
||||
>
|
||||
|
||||
<LinearLayout android:gravity="center_vertical|center_horizontal"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#686868"
|
||||
android:background="@color/panel_background"
|
||||
>
|
||||
|
||||
<!--
|
||||
|
@ -107,20 +109,26 @@
|
|||
android:orientation="horizontal" android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="5dp"
|
||||
android:background="#686868"
|
||||
android:background="@color/panel_background"
|
||||
|
||||
>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnBrowser"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Open Browser" />
|
||||
android:text="Open Browser"
|
||||
android:enabled="false"
|
||||
/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnVPN"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Start VPN" />
|
||||
android:text="Start VPN"
|
||||
android:enabled="false"
|
||||
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
Loading…
Reference in New Issue