Advertisement
keneduck

Untitled

Jul 15th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 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_width="wrap_content"
  4. android:layout_height="match_parent"
  5. android:orientation="horizontal" >
  6.  
  7. <ListView
  8. android:id="@+id/activity_googlecards_listview"
  9. android:layout_width="330dp"
  10. android:layout_height="match_parent"
  11. android:background="#e2e2e2"
  12. android:clipToPadding="false"
  13. android:divider="@null"
  14. android:dividerHeight="16dp"
  15. android:fadingEdge="none"
  16. android:padding="16dp"
  17. android:scrollbarStyle="outsideOverlay" />
  18.  
  19. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement