uopspop

Untitled

Oct 9th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:app="http://schemas.android.com/apk/res-auto"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent"
  5.    android:background="#cceecc"
  6.    android:orientation="vertical">
  7.  
  8.     <TextView
  9.        android:layout_width="match_parent"
  10.        android:layout_height="wrap_content"
  11.        android:text="Partner info here"
  12.        style="@style/text_style_black"/>
  13.  
  14. </LinearLayout>
Add Comment
Please, Sign In to add comment