Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 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"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:minWidth="25px"
  7. android:minHeight="25px"
  8. android:background="#ffa95d5d">
  9. <LinearLayout
  10. android:orientation="horizontal"
  11. android:minWidth="25px"
  12. android:minHeight="25px"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:id="@+id/linearLayout1">
  16. <ImageView
  17. android:src="@drawable/jb"
  18. android:layout_width="261.2dp"
  19. android:layout_height="103.4dp"
  20. android:id="@+id/imageView1"
  21. android:layout_marginRight="0.0dp"
  22. android:scaleType="fitXY" />
  23. <ImageView
  24. android:src="@drawable/basket_shopping_2"
  25. android:layout_width="48.5dp"
  26. android:layout_height="match_parent"
  27. android:id="@+id/imageView2" />
  28. </LinearLayout>
  29. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement