Advertisement
Guest User

Untitled

a guest
Jun 18th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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="horizontal" android:layout_width="fill_parent"
  4. android:layout_height="fill_parent">
  5. <ImageView
  6. android:layout_width="100dp"
  7. android:layout_height="100dp"
  8. android:adjustViewBounds="true"
  9. android:id="@+id/icon"
  10. android:src="@drawable/lightblue"/>
  11. <TextView
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:textSize="20sp"
  15. android:textStyle="italic"
  16. android:paddingTop="0dp"
  17. android:paddingRight="50dp"
  18. android:id="@+id/Itemname"
  19. />
  20.  
  21. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement