Added Android code
[wl-app.git] / Android / app / src / main / res / layout / navigation_support_item.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3               android:layout_width="match_parent"
4               android:layout_height="wrap_content"
5               android:layout_marginBottom="15dp"
6               android:layout_marginTop="15dp"
7               android:gravity="center">
8
9     <Button
10         android:id="@+id/btnSupportUs"
11         style="@style/RoundedButton.Orange"
12         android:text="@string/become_a_friend"/>
13
14 </LinearLayout>