Advertisement
Guest User

header

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="match_parent"
  4. android:layout_height="30dp"
  5. android:background="@color/green_bckg">
  6.  
  7. <TextView
  8. android:id="@+id/header_title"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:text="test"
  12. android:textSize="20dp"
  13. android:textStyle="bold"
  14. android:textAlignment="center"
  15. />
  16.  
  17.  
  18. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement