Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_support_us.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3             xmlns:tools="http://schemas.android.com/tools"
4             android:layout_width="match_parent"
5             android:layout_height="match_parent"
6             tools:ignore="SpUsage, ContentDescription">
7
8     <LinearLayout
9         android:layout_width="match_parent"
10         android:layout_height="wrap_content"
11         android:orientation="vertical"
12         android:padding="30dp">
13
14         <ImageView
15             android:layout_width="wrap_content"
16             android:layout_height="wrap_content"
17             android:layout_gravity="center"
18             android:layout_marginBottom="10dp"
19             android:src="@drawable/logo_wl_light"/>
20
21         <TextView
22             android:id="@+id/tvSupportUsText"
23             android:layout_width="match_parent"
24             android:layout_height="wrap_content"
25             android:layout_marginBottom="20dp"
26             android:text="@string/support_us_text"
27             android:textColor="@color/gray_dark"
28             android:textSize="16dp"
29             tools:ignore="SpUsage"/>
30
31         <TextView
32             android:layout_width="match_parent"
33             android:layout_height="wrap_content"
34             android:text="@string/support_us_header"
35             android:textColor="@color/gray_dark"
36             android:textSize="16dp"
37             tools:ignore="SpUsage"/>
38
39         <ImageView
40             android:layout_width="wrap_content"
41             android:layout_height="wrap_content"
42             android:layout_gravity="center"
43             android:layout_marginTop="20dp"
44             android:src="@drawable/logo_opp"/>
45
46     </LinearLayout>
47 </ScrollView>