Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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:layout_height="match_parent"
  4. android:layout_width="match_parent"
  5. android:background="@color/colorAccent"
  6. android:orientation="vertical"
  7. android:padding="10dp"
  8. >
  9. <TextView
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:padding="8dp"
  13. android:layout_margin="8dp"
  14. android:text="Hello Ubuntu (16.06LTS)"
  15. android:background="@color/colorPrimary"/>
  16. <ImageView
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:padding="0dp"
  20. android:src="@mipmap/Ubuntu"
  21. android:layout_margin="0dp"
  22.  
  23. />
  24. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement