mine_hobby_select_activity.xml 956 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:orientation="vertical"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent">
  7. <android.support.design.widget.AppBarLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content">
  10. <com.sheishuo.app.common.views.BaseToolbar
  11. android:id="@+id/toolbar"
  12. android:layout_width="match_parent"
  13. android:layout_height="@dimen/action_bar_height"/>
  14. </android.support.design.widget.AppBarLayout>
  15. <LinearLayout
  16. android:id="@+id/mine_hobby_select_activity_hobby_layout"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:padding="16dp"
  20. android:orientation="vertical">
  21. </LinearLayout>
  22. </LinearLayout>