Guest User

Untitled

a guest
Apr 28th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <ListView
  2. android:id="@+id/list_search"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_below="@+id/linear_header"
  6. android:layout_marginLeft="@dimen/home_btn_width"
  7. android:layout_marginRight="@dimen/home_btn_width"
  8. android:listSelector="@drawable/drawer_list_bg"
  9. android:scrollbarSize="10dp"
  10. android:scrollbarThumbVertical="@drawable/custom_scroll_style"></ListView>
  11.  
  12. <ListView
  13. android:id="@+id/list_slidermenu"
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent"
  16. android:layout_above="@+id/adView"
  17. android:layout_below="@+id/linear_header"
  18. android:layout_gravity="start"
  19. android:divider="#000"
  20. android:dividerHeight="1dp"
  21. android:listSelector="@drawable/drawer_list_bg"
  22. android:scrollbarSize="10dp"
  23. android:scrollbarThumbVertical="@drawable/custom_scroll_style" />
Add Comment
Please, Sign In to add comment