From 36936a1439a2400d16c2ace536ae319f11cb9312 Mon Sep 17 00:00:00 2001 From: Luciano Pacheco Date: Thu, 14 Nov 2024 17:48:18 +1100 Subject: DocumentsUI: Move the styles, layout and theme for flag M3 disabled This is a preparation to allow customizing the Material3 behind a flag without changing the current layout and styles. Test: Manual build, deploy apk and start it on DUT with flag on/off Flag: com.android.documentsui.flags.use_material3 Bug: 377771271 Change-Id: Ifdea578323a613456ffcc2e146adaf6892d91ff2 --- res/color/doc_list_item_subtitle_color.xml | 22 --- .../fragment_pick_button_background_color.xml | 20 -- res/color/fragment_pick_button_text_color.xml | 20 -- res/color/horizontal_breadcrumb_color.xml | 21 --- res/color/item_action_icon.xml | 22 --- res/color/item_details.xml | 21 --- res/color/item_doc_grid_border.xml | 27 --- res/color/item_doc_grid_tint.xml | 24 --- res/color/item_root_icon.xml | 24 --- res/color/item_root_primary_text.xml | 22 --- res/color/item_root_secondary_text.xml | 25 --- res/color/profile_tab_selector.xml | 23 --- res/color/search_chip_background_color.xml | 22 --- res/color/search_chip_ripple_color.xml | 38 ---- res/color/search_chip_stroke_color.xml | 23 --- res/color/search_chip_text_color.xml | 22 --- res/color/sort_list_text.xml | 22 --- .../color/doc_list_item_subtitle_color.xml | 22 +++ .../fragment_pick_button_background_color.xml | 20 ++ .../color/fragment_pick_button_text_color.xml | 20 ++ .../color/horizontal_breadcrumb_color.xml | 21 +++ .../color/item_action_icon.xml | 22 +++ .../color/item_details.xml | 21 +++ .../color/item_doc_grid_border.xml | 27 +++ .../color/item_doc_grid_tint.xml | 24 +++ .../color/item_root_icon.xml | 24 +++ .../color/item_root_primary_text.xml | 22 +++ .../color/item_root_secondary_text.xml | 25 +++ .../color/profile_tab_selector.xml | 23 +++ .../color/search_chip_background_color.xml | 22 +++ .../color/search_chip_ripple_color.xml | 38 ++++ .../color/search_chip_stroke_color.xml | 23 +++ .../color/search_chip_text_color.xml | 22 +++ .../color/sort_list_text.xml | 22 +++ .../layout-sw720dp/column_headers.xml | 122 ++++++++++++ .../layout-sw720dp/directory_app_bar.xml | 55 ++++++ .../layout-sw720dp/item_doc_list.xml | 186 ++++++++++++++++++ .../layout-sw720dp/shared_cell_content.xml | 37 ++++ .../layout/apps_item.xml | 59 ++++++ .../layout/apps_row.xml | 46 +++++ .../layout/column_headers.xml | 20 ++ .../layout/dialog_delete_confirmation.xml | 25 +++ .../layout/dialog_file_name.xml | 42 +++++ .../layout/dialog_sorting.xml | 38 ++++ .../layout/directory_app_bar.xml | 66 +++++++ .../layout/directory_header.xml | 96 ++++++++++ .../layout/drag_shadow_layout.xml | 48 +++++ .../layout/drawer_layout.xml | 102 ++++++++++ .../layout/drop_badge.xml | 24 +++ .../layout/fixed_layout.xml | 111 +++++++++++ .../layout/fragment_directory.xml | 56 ++++++ .../layout/fragment_pick.xml | 60 ++++++ .../layout/fragment_roots.xml | 23 +++ .../layout/fragment_save.xml | 76 ++++++++ .../layout/fragment_search.xml | 34 ++++ .../layout/inspector_action_view.xml | 58 ++++++ .../layout/inspector_activity.xml | 119 ++++++++++++ .../layout/inspector_header.xml | 29 +++ .../layout/inspector_section_title.xml | 45 +++++ .../layout/item_dir_grid.xml | 116 ++++++++++++ .../layout/item_doc_grid.xml | 209 +++++++++++++++++++++ .../layout/item_doc_header_message.xml | 116 ++++++++++++ .../layout/item_doc_inflated_message.xml | 28 +++ .../layout/item_doc_inflated_message_content.xml | 45 +++++ .../item_doc_inflated_message_cross_profile.xml | 73 +++++++ .../layout/item_doc_list.xml | 163 ++++++++++++++++ .../layout/item_history.xml | 50 +++++ .../layout/item_photo_grid.xml | 141 ++++++++++++++ .../layout/item_root.xml | 92 +++++++++ .../layout/item_root_header.xml | 33 ++++ .../layout/item_root_spacer.xml | 29 +++ .../layout/navigation_breadcrumb_item.xml | 54 ++++++ .../layout/root_vertical_divider.xml | 34 ++++ .../layout/search_chip_item.xml | 35 ++++ .../layout/search_chip_row.xml | 34 ++++ .../layout/sort_list_item.xml | 25 +++ .../layout/table_key_value_row.xml | 50 +++++ .../values-h600dp-v31/dimens.xml | 19 ++ .../values-h600dp/dimens.xml | 19 ++ .../values-night-v31/colors.xml | 50 +++++ .../values-night-v31/styles.xml | 37 ++++ .../values-night/colors.xml | 40 ++++ .../values-night/themes.xml | 47 +++++ .../values-sw600dp/dimens.xml | 19 ++ .../values-sw720dp/colors.xml | 19 ++ .../values-sw720dp/dimens.xml | 31 +++ .../values-v31/colors.xml | 51 +++++ .../values-v31/dimens.xml | 29 +++ .../values-v31/styles.xml | 60 ++++++ .../values-v31/styles_text.xml | 28 +++ .../values/colors.xml | 72 +++++++ .../values/dimens.xml | 135 +++++++++++++ .../values/layouts.xml | 20 ++ .../values/styles.xml | 122 ++++++++++++ .../values/styles_text.xml | 153 +++++++++++++++ .../values/themes.xml | 113 +++++++++++ res/layout-sw720dp/column_headers.xml | 122 ------------ res/layout-sw720dp/directory_app_bar.xml | 55 ------ res/layout-sw720dp/item_doc_list.xml | 186 ------------------ res/layout-sw720dp/shared_cell_content.xml | 37 ---- res/layout/apps_item.xml | 59 ------ res/layout/apps_row.xml | 46 ----- res/layout/column_headers.xml | 20 -- res/layout/dialog_delete_confirmation.xml | 25 --- res/layout/dialog_file_name.xml | 42 ----- res/layout/dialog_sorting.xml | 38 ---- res/layout/directory_app_bar.xml | 66 ------- res/layout/directory_header.xml | 96 ---------- res/layout/drag_shadow_layout.xml | 48 ----- res/layout/drawer_layout.xml | 102 ---------- res/layout/drop_badge.xml | 24 --- res/layout/fixed_layout.xml | 111 ----------- res/layout/fragment_directory.xml | 56 ------ res/layout/fragment_pick.xml | 60 ------ res/layout/fragment_roots.xml | 23 --- res/layout/fragment_save.xml | 76 -------- res/layout/fragment_search.xml | 34 ---- res/layout/inspector_action_view.xml | 58 ------ res/layout/inspector_activity.xml | 119 ------------ res/layout/inspector_header.xml | 29 --- res/layout/inspector_section_title.xml | 45 ----- res/layout/item_dir_grid.xml | 116 ------------ res/layout/item_doc_grid.xml | 209 --------------------- res/layout/item_doc_header_message.xml | 116 ------------ res/layout/item_doc_inflated_message.xml | 28 --- res/layout/item_doc_inflated_message_content.xml | 45 ----- .../item_doc_inflated_message_cross_profile.xml | 73 ------- res/layout/item_doc_list.xml | 163 ---------------- res/layout/item_history.xml | 50 ----- res/layout/item_photo_grid.xml | 141 -------------- res/layout/item_root.xml | 92 --------- res/layout/item_root_header.xml | 33 ---- res/layout/item_root_spacer.xml | 29 --- res/layout/navigation_breadcrumb_item.xml | 54 ------ res/layout/root_vertical_divider.xml | 34 ---- res/layout/search_chip_item.xml | 35 ---- res/layout/search_chip_row.xml | 34 ---- res/layout/sort_list_item.xml | 25 --- res/layout/table_key_value_row.xml | 50 ----- res/values-h600dp-v31/dimens.xml | 19 -- res/values-h600dp/dimens.xml | 19 -- res/values-night-v31/colors.xml | 50 ----- res/values-night-v31/styles.xml | 37 ---- res/values-night/colors.xml | 40 ---- res/values-night/themes.xml | 47 ----- res/values-sw600dp/dimens.xml | 19 -- res/values-sw720dp/colors.xml | 19 -- res/values-sw720dp/dimens.xml | 31 --- res/values-v31/colors.xml | 51 ----- res/values-v31/dimens.xml | 29 --- res/values-v31/styles.xml | 60 ------ res/values-v31/styles_text.xml | 28 --- res/values/colors.xml | 72 ------- res/values/dimens.xml | 135 ------------- res/values/layouts.xml | 20 -- res/values/styles.xml | 122 ------------ res/values/styles_text.xml | 153 --------------- res/values/themes.xml | 113 ----------- 158 files changed, 4366 insertions(+), 4366 deletions(-) delete mode 100644 res/color/doc_list_item_subtitle_color.xml delete mode 100644 res/color/fragment_pick_button_background_color.xml delete mode 100644 res/color/fragment_pick_button_text_color.xml delete mode 100644 res/color/horizontal_breadcrumb_color.xml delete mode 100644 res/color/item_action_icon.xml delete mode 100644 res/color/item_details.xml delete mode 100644 res/color/item_doc_grid_border.xml delete mode 100644 res/color/item_doc_grid_tint.xml delete mode 100644 res/color/item_root_icon.xml delete mode 100644 res/color/item_root_primary_text.xml delete mode 100644 res/color/item_root_secondary_text.xml delete mode 100644 res/color/profile_tab_selector.xml delete mode 100644 res/color/search_chip_background_color.xml delete mode 100644 res/color/search_chip_ripple_color.xml delete mode 100644 res/color/search_chip_stroke_color.xml delete mode 100644 res/color/search_chip_text_color.xml delete mode 100644 res/color/sort_list_text.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/doc_list_item_subtitle_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/horizontal_breadcrumb_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_action_icon.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_details.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_border.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_tint.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_icon.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_primary_text.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_secondary_text.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/profile_tab_selector.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_background_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_ripple_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_stroke_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_text_color.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/color/sort_list_text.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/column_headers.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/directory_app_bar.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/item_doc_list.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/shared_cell_content.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_item.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_row.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/column_headers.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_delete_confirmation.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_file_name.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_sorting.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_app_bar.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_header.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/drag_shadow_layout.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/drop_badge.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_directory.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_roots.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_save.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_search.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_action_view.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_activity.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_header.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_section_title.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_dir_grid.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_grid.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_header_message.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message_content.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message_cross_profile.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_list.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_history.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_photo_grid.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_root.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_root_header.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/item_root_spacer.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/navigation_breadcrumb_item.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/root_vertical_divider.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/search_chip_item.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/search_chip_row.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/sort_list_item.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/layout/table_key_value_row.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-h600dp-v31/dimens.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-h600dp/dimens.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-night-v31/colors.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-night-v31/styles.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-night/colors.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-night/themes.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-sw600dp/dimens.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-sw720dp/colors.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-sw720dp/dimens.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-v31/colors.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-v31/dimens.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-v31/styles.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values-v31/styles_text.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values/colors.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values/dimens.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values/layouts.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values/styles.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values/styles_text.xml create mode 100644 res/flag(!com.android.documentsui.flags.use_material3)/values/themes.xml delete mode 100644 res/layout-sw720dp/column_headers.xml delete mode 100644 res/layout-sw720dp/directory_app_bar.xml delete mode 100644 res/layout-sw720dp/item_doc_list.xml delete mode 100644 res/layout-sw720dp/shared_cell_content.xml delete mode 100644 res/layout/apps_item.xml delete mode 100644 res/layout/apps_row.xml delete mode 100644 res/layout/column_headers.xml delete mode 100644 res/layout/dialog_delete_confirmation.xml delete mode 100644 res/layout/dialog_file_name.xml delete mode 100644 res/layout/dialog_sorting.xml delete mode 100644 res/layout/directory_app_bar.xml delete mode 100644 res/layout/directory_header.xml delete mode 100644 res/layout/drag_shadow_layout.xml delete mode 100644 res/layout/drawer_layout.xml delete mode 100644 res/layout/drop_badge.xml delete mode 100644 res/layout/fixed_layout.xml delete mode 100644 res/layout/fragment_directory.xml delete mode 100644 res/layout/fragment_pick.xml delete mode 100644 res/layout/fragment_roots.xml delete mode 100644 res/layout/fragment_save.xml delete mode 100644 res/layout/fragment_search.xml delete mode 100644 res/layout/inspector_action_view.xml delete mode 100644 res/layout/inspector_activity.xml delete mode 100644 res/layout/inspector_header.xml delete mode 100644 res/layout/inspector_section_title.xml delete mode 100644 res/layout/item_dir_grid.xml delete mode 100644 res/layout/item_doc_grid.xml delete mode 100644 res/layout/item_doc_header_message.xml delete mode 100644 res/layout/item_doc_inflated_message.xml delete mode 100644 res/layout/item_doc_inflated_message_content.xml delete mode 100644 res/layout/item_doc_inflated_message_cross_profile.xml delete mode 100644 res/layout/item_doc_list.xml delete mode 100644 res/layout/item_history.xml delete mode 100644 res/layout/item_photo_grid.xml delete mode 100644 res/layout/item_root.xml delete mode 100644 res/layout/item_root_header.xml delete mode 100644 res/layout/item_root_spacer.xml delete mode 100644 res/layout/navigation_breadcrumb_item.xml delete mode 100644 res/layout/root_vertical_divider.xml delete mode 100644 res/layout/search_chip_item.xml delete mode 100644 res/layout/search_chip_row.xml delete mode 100644 res/layout/sort_list_item.xml delete mode 100644 res/layout/table_key_value_row.xml delete mode 100644 res/values-h600dp-v31/dimens.xml delete mode 100644 res/values-h600dp/dimens.xml delete mode 100644 res/values-night-v31/colors.xml delete mode 100644 res/values-night-v31/styles.xml delete mode 100644 res/values-night/colors.xml delete mode 100644 res/values-night/themes.xml delete mode 100644 res/values-sw600dp/dimens.xml delete mode 100644 res/values-sw720dp/colors.xml delete mode 100644 res/values-sw720dp/dimens.xml delete mode 100644 res/values-v31/colors.xml delete mode 100644 res/values-v31/dimens.xml delete mode 100644 res/values-v31/styles.xml delete mode 100644 res/values-v31/styles_text.xml delete mode 100644 res/values/colors.xml delete mode 100644 res/values/dimens.xml delete mode 100644 res/values/layouts.xml delete mode 100644 res/values/styles.xml delete mode 100644 res/values/styles_text.xml delete mode 100644 res/values/themes.xml diff --git a/res/color/doc_list_item_subtitle_color.xml b/res/color/doc_list_item_subtitle_color.xml deleted file mode 100644 index 5f5896e7a..000000000 --- a/res/color/doc_list_item_subtitle_color.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - diff --git a/res/color/fragment_pick_button_background_color.xml b/res/color/fragment_pick_button_background_color.xml deleted file mode 100644 index cf6d480ea..000000000 --- a/res/color/fragment_pick_button_background_color.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/color/fragment_pick_button_text_color.xml b/res/color/fragment_pick_button_text_color.xml deleted file mode 100644 index e4e1edc48..000000000 --- a/res/color/fragment_pick_button_text_color.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/color/horizontal_breadcrumb_color.xml b/res/color/horizontal_breadcrumb_color.xml deleted file mode 100644 index d5a852c0a..000000000 --- a/res/color/horizontal_breadcrumb_color.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - diff --git a/res/color/item_action_icon.xml b/res/color/item_action_icon.xml deleted file mode 100644 index 5de0cb678..000000000 --- a/res/color/item_action_icon.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - diff --git a/res/color/item_details.xml b/res/color/item_details.xml deleted file mode 100644 index 970e55d76..000000000 --- a/res/color/item_details.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - diff --git a/res/color/item_doc_grid_border.xml b/res/color/item_doc_grid_border.xml deleted file mode 100644 index 592d07634..000000000 --- a/res/color/item_doc_grid_border.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - diff --git a/res/color/item_doc_grid_tint.xml b/res/color/item_doc_grid_tint.xml deleted file mode 100644 index 878afb175..000000000 --- a/res/color/item_doc_grid_tint.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/res/color/item_root_icon.xml b/res/color/item_root_icon.xml deleted file mode 100644 index 456d1b4a2..000000000 --- a/res/color/item_root_icon.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/res/color/item_root_primary_text.xml b/res/color/item_root_primary_text.xml deleted file mode 100644 index 62a620c85..000000000 --- a/res/color/item_root_primary_text.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - diff --git a/res/color/item_root_secondary_text.xml b/res/color/item_root_secondary_text.xml deleted file mode 100644 index 632135ce8..000000000 --- a/res/color/item_root_secondary_text.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - diff --git a/res/color/profile_tab_selector.xml b/res/color/profile_tab_selector.xml deleted file mode 100644 index 53aef1f6a..000000000 --- a/res/color/profile_tab_selector.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - diff --git a/res/color/search_chip_background_color.xml b/res/color/search_chip_background_color.xml deleted file mode 100644 index c94d155a5..000000000 --- a/res/color/search_chip_background_color.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/res/color/search_chip_ripple_color.xml b/res/color/search_chip_ripple_color.xml deleted file mode 100644 index 0f78a0722..000000000 --- a/res/color/search_chip_ripple_color.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/res/color/search_chip_stroke_color.xml b/res/color/search_chip_stroke_color.xml deleted file mode 100644 index be169354e..000000000 --- a/res/color/search_chip_stroke_color.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/color/search_chip_text_color.xml b/res/color/search_chip_text_color.xml deleted file mode 100644 index 4e6e3a9d7..000000000 --- a/res/color/search_chip_text_color.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/res/color/sort_list_text.xml b/res/color/sort_list_text.xml deleted file mode 100644 index cbe8da6fe..000000000 --- a/res/color/sort_list_text.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/doc_list_item_subtitle_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/doc_list_item_subtitle_color.xml new file mode 100644 index 000000000..5f5896e7a --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/doc_list_item_subtitle_color.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml new file mode 100644 index 000000000..cf6d480ea --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml new file mode 100644 index 000000000..e4e1edc48 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml @@ -0,0 +1,20 @@ + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/horizontal_breadcrumb_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/horizontal_breadcrumb_color.xml new file mode 100644 index 000000000..d5a852c0a --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/horizontal_breadcrumb_color.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_action_icon.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_action_icon.xml new file mode 100644 index 000000000..5de0cb678 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_action_icon.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_details.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_details.xml new file mode 100644 index 000000000..970e55d76 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_details.xml @@ -0,0 +1,21 @@ + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_border.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_border.xml new file mode 100644 index 000000000..592d07634 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_border.xml @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_tint.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_tint.xml new file mode 100644 index 000000000..878afb175 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_doc_grid_tint.xml @@ -0,0 +1,24 @@ + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_icon.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_icon.xml new file mode 100644 index 000000000..456d1b4a2 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_icon.xml @@ -0,0 +1,24 @@ + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_primary_text.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_primary_text.xml new file mode 100644 index 000000000..62a620c85 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_primary_text.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_secondary_text.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_secondary_text.xml new file mode 100644 index 000000000..632135ce8 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/item_root_secondary_text.xml @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/profile_tab_selector.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/profile_tab_selector.xml new file mode 100644 index 000000000..53aef1f6a --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/profile_tab_selector.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_background_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_background_color.xml new file mode 100644 index 000000000..c94d155a5 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_background_color.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_ripple_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_ripple_color.xml new file mode 100644 index 000000000..0f78a0722 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_ripple_color.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_stroke_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_stroke_color.xml new file mode 100644 index 000000000..be169354e --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_stroke_color.xml @@ -0,0 +1,23 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_text_color.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_text_color.xml new file mode 100644 index 000000000..4e6e3a9d7 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/search_chip_text_color.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/color/sort_list_text.xml b/res/flag(!com.android.documentsui.flags.use_material3)/color/sort_list_text.xml new file mode 100644 index 000000000..cbe8da6fe --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/color/sort_list_text.xml @@ -0,0 +1,22 @@ + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/column_headers.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/column_headers.xml new file mode 100644 index 000000000..60be5dc10 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/column_headers.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/directory_app_bar.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/directory_app_bar.xml new file mode 100644 index 000000000..928659793 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/directory_app_bar.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/item_doc_list.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/item_doc_list.xml new file mode 100644 index 000000000..01cdd8c66 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/item_doc_list.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/shared_cell_content.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/shared_cell_content.xml new file mode 100644 index 000000000..9346933fd --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout-sw720dp/shared_cell_content.xml @@ -0,0 +1,37 @@ + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_item.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_item.xml new file mode 100644 index 000000000..61241f761 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_item.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_row.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_row.xml new file mode 100644 index 000000000..0b8504a9a --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/apps_row.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/column_headers.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/column_headers.xml new file mode 100644 index 000000000..bee221203 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/column_headers.xml @@ -0,0 +1,20 @@ + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_delete_confirmation.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_delete_confirmation.xml new file mode 100644 index 000000000..80879ad00 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_delete_confirmation.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_file_name.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_file_name.xml new file mode 100644 index 000000000..7f2a9592b --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_file_name.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_sorting.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_sorting.xml new file mode 100644 index 000000000..d8cb7364c --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/dialog_sorting.xml @@ -0,0 +1,38 @@ + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_app_bar.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_app_bar.xml new file mode 100644 index 000000000..ad80ec201 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_app_bar.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_header.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_header.xml new file mode 100644 index 000000000..af730829f --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/directory_header.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/drag_shadow_layout.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/drag_shadow_layout.xml new file mode 100644 index 000000000..591e81375 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/drag_shadow_layout.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml new file mode 100644 index 000000000..d08c17d9f --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/drop_badge.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/drop_badge.xml new file mode 100644 index 000000000..e17fa1ce0 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/drop_badge.xml @@ -0,0 +1,24 @@ + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml new file mode 100644 index 000000000..fb2cb2452 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_directory.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_directory.xml new file mode 100644 index 000000000..015039a6a --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_directory.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml new file mode 100644 index 000000000..cba4ecb9a --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_roots.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_roots.xml new file mode 100644 index 000000000..af7861992 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_roots.xml @@ -0,0 +1,23 @@ + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_save.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_save.xml new file mode 100644 index 000000000..0f46b2a9c --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_save.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_search.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_search.xml new file mode 100644 index 000000000..02baffdd3 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/fragment_search.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_action_view.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_action_view.xml new file mode 100644 index 000000000..422638348 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_action_view.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_activity.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_activity.xml new file mode 100644 index 000000000..8763351c9 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_activity.xml @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_header.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_header.xml new file mode 100644 index 000000000..94a092790 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_header.xml @@ -0,0 +1,29 @@ + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_section_title.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_section_title.xml new file mode 100644 index 000000000..358b9613c --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/inspector_section_title.xml @@ -0,0 +1,45 @@ + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_dir_grid.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_dir_grid.xml new file mode 100644 index 000000000..bd690d4d3 --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_dir_grid.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_grid.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_grid.xml new file mode 100644 index 000000000..d654571eb --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_grid.xml @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_header_message.xml b/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_header_message.xml new file mode 100644 index 000000000..4b2cf355f --- /dev/null +++ b/res/flag(!com.android.documentsui.flags.use_material3)/layout/item_doc_header_message.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + +