Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ListView
- android:id="@+id/list_search"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@+id/linear_header"
- android:layout_marginLeft="@dimen/home_btn_width"
- android:layout_marginRight="@dimen/home_btn_width"
- android:listSelector="@drawable/drawer_list_bg"
- android:scrollbarSize="10dp"
- android:scrollbarThumbVertical="@drawable/custom_scroll_style"></ListView>
- <ListView
- android:id="@+id/list_slidermenu"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_above="@+id/adView"
- android:layout_below="@+id/linear_header"
- android:layout_gravity="start"
- android:divider="#000"
- android:dividerHeight="1dp"
- android:listSelector="@drawable/drawer_list_bg"
- android:scrollbarSize="10dp"
- android:scrollbarThumbVertical="@drawable/custom_scroll_style" />
Add Comment
Please, Sign In to add comment