activity_bservices.xml 703 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@drawable/bg_main"
  7. tools:context="com.modular.booking.activity.services.BServicesActivity">
  8. <com.handmark.pulltorefresh.library.PullToRefreshListView
  9. android:id="@+id/mListView"
  10. android:layout_below="@+id/voiceSearchView"
  11. android:dividerHeight="0.1dp"
  12. android:background="@color/transparent"
  13. android:divider="@color/item_line"
  14. style="@style/ListViewBasic" />
  15. </RelativeLayout>