diff options
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/eip_service_fragment.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/layout-xlarge/eip_service_fragment.xml b/app/src/main/res/layout-xlarge/eip_service_fragment.xml index bfa1105c..7fcaacbc 100644 --- a/app/src/main/res/layout-xlarge/eip_service_fragment.xml +++ b/app/src/main/res/layout-xlarge/eip_service_fragment.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" +<com.wefika.flowlayout.FlowLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" @@ -20,6 +20,12 @@ android:textAppearance="?android:attr/textAppearanceLarge" android:textSize="26sp" /> + <Button + android:id="@+id/vpn.main.button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + /> + <view android:id="@+id/vpn.Status.Image" android:layout_width="@dimen/progress_button" @@ -41,4 +47,4 @@ android:layout_marginLeft="@dimen/add_button_margin" /> -</RelativeLayout> +</com.wefika.flowlayout.FlowLayout> |