Added Android code
[wl-app.git] / Android / app / src / main / res / layout / navigation_support_item.xml
diff --git a/Android/app/src/main/res/layout/navigation_support_item.xml b/Android/app/src/main/res/layout/navigation_support_item.xml
new file mode 100644 (file)
index 0000000..dd95073
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+              android:layout_width="match_parent"
+              android:layout_height="wrap_content"
+              android:layout_marginBottom="15dp"
+              android:layout_marginTop="15dp"
+              android:gravity="center">
+
+    <Button
+        android:id="@+id/btnSupportUs"
+        style="@style/RoundedButton.Orange"
+        android:text="@string/become_a_friend"/>
+
+</LinearLayout>
\ No newline at end of file