Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent" android:layout_height="match_parent"
  3. android:translationZ="5dp"
  4. android:cropToPadding="false">
  5.  
  6. <ImageView
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:id="@+id/imageView4"
  10. android:background="@color/background_white"
  11. android:layout_alignBottom="@+id/PostUpvote"
  12. android:layout_alignParentRight="true"
  13. android:layout_alignParentEnd="true"
  14. android:layout_alignParentTop="true"
  15. android:layout_alignParentLeft="true"
  16. android:layout_alignParentStart="true"
  17. android:translationZ="2dp"
  18.  
  19. />
  20.  
  21. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  22. android:orientation="vertical" android:layout_width="match_parent"
  23. android:layout_height="match_parent">
  24.  
  25. <ListView
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:id="@+id/listView"
  29. android:layout_gravity="center_horizontal"
  30. android:background="@color/background_white"
  31. android:dividerHeight="10sp"
  32. android:translationZ="2dp"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement