Guest User

Untitled

a guest
Oct 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 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="wrap_content">
  5. <ImageView android:id="@+id/feed_image"
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:paddingTop="5dip"
  9. android:paddingRight="3dip" />
  10. <TextView android:id="@+id/job_text"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:textColor="#000a2c"
  14. android:paddingTop="5dip"
  15. android:paddingBottom="28dip"
  16. android:paddingLeft="8dip"
  17. android:paddingRight="8dip" />
  18. </LinearLayout>
  19.  
  20. <?xml version="1.0" encoding="utf-8"?>
  21. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  22. android:layout_width="fill_parent"
  23. android:layout_height="fill_parent"
  24. android:orientation="vertical" >
  25.  
  26. <ListView
  27. android:id="@+id/android:list"
  28. android:layout_width="fill_parent"
  29. android:layout_height="wrap_content"
  30. android:divider="#000a2c"
  31. android:dividerHeight="0px" />
  32.  
  33. </RelativeLayout>
Add Comment
Please, Sign In to add comment