tab_bookmark.xml 518 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:id="@+id/tab1Layout"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent">
  7. <include layout="@layout/navigationbar" />
  8. <ListView
  9. android:id="@+id/listBookmark"
  10. android:background="@color/all_white"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent" />
  13. </LinearLayout>