item_home_header.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:orientation="vertical"
  5. android:layout_height="wrap_content">
  6. <com.develop.common.widget.HomeFilterSortSearchView
  7. android:id="@+id/function_view"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content" />
  10. <androidx.appcompat.widget.AppCompatTextView
  11. android:id="@+id/tv_food_category_name"
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:layout_marginStart="@dimen/convert_24px"
  15. android:layout_marginBottom="@dimen/convert_24px"
  16. android:textColor="@color/home_category_title"
  17. android:textSize="@dimen/convert_36px" />
  18. <com.develop.common.widget.CommonSearchLayout
  19. android:id="@+id/common_search_view"
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent" />
  22. <com.develop.common.widget.CategoryTabViewLayout
  23. android:id="@+id/category_tab_view"
  24. android:layout_width="match_parent"
  25. android:layout_height="wrap_content" />
  26. </LinearLayout>