Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_support_us.xml
diff --git a/Android/app/src/main/res/layout/fragment_support_us.xml b/Android/app/src/main/res/layout/fragment_support_us.xml
new file mode 100644 (file)
index 0000000..aa0623b
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+            xmlns:tools="http://schemas.android.com/tools"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            tools:ignore="SpUsage, ContentDescription">
+
+    <LinearLayout
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:orientation="vertical"
+        android:padding="30dp">
+
+        <ImageView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="center"
+            android:layout_marginBottom="10dp"
+            android:src="@drawable/logo_wl_light"/>
+
+        <TextView
+            android:id="@+id/tvSupportUsText"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_marginBottom="20dp"
+            android:text="@string/support_us_text"
+            android:textColor="@color/gray_dark"
+            android:textSize="16dp"
+            tools:ignore="SpUsage"/>
+
+        <TextView
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:text="@string/support_us_header"
+            android:textColor="@color/gray_dark"
+            android:textSize="16dp"
+            tools:ignore="SpUsage"/>
+
+        <ImageView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="center"
+            android:layout_marginTop="20dp"
+            android:src="@drawable/logo_opp"/>
+
+    </LinearLayout>
+</ScrollView>
\ No newline at end of file