promo image

This commit is contained in:
gagangoel290
2017-05-03 12:33:51 +05:30
parent 0c150a659f
commit a0587de83e
3 changed files with 25 additions and 6 deletions
@@ -0,0 +1,16 @@
<?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="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="5dp"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingTop="5dp"
android:text="Text"
android:textSize="15dp" />
</LinearLayout>