summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/eip_service_fragment.xml
blob: 9a39608090b8906521af27a2d3a29a2fa2f90c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<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"
    android:orientation="horizontal">

    <TextView
        android:id="@+id/eipLabel"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginLeft="10dp"
        android:layout_marginStart="10dp"
        android:layout_marginTop="12dp"
        android:text="@string/eip_service_label"
        android:textAppearance="?android:attr/textAppearanceMedium" />

    <Button
        android:id="@+id/vpn.main.button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textSize="12sp"
        />

    <view
        android:id="@+id/vpn.Status.Image"
        android:layout_width="32dp"
        android:layout_height="32dp"
        android:layout_marginLeft="3dp"
        android:layout_marginStart="3dp"
        android:color="@android:color/holo_blue_dark"
        class="mbanje.kurt.fabbutton.FabButton"
        android:layout_gravity="center"
        android:visibility="visible"
        android:layout_centerInParent="true"
        android:indeterminate="true"
        android:max="100"
        fbb_autoStart="true"
        fbb_progressColor="#ff170aff"
        fbb_progressWidthRatio="0.1"
        />

</com.wefika.flowlayout.FlowLayout>