From e612775922ec9f8cc4e5cb976bc62b3312a3de0e Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Tue, 21 Jul 2015 17:01:26 -0700 Subject: resolved conflicts for merge of 13ef17a3 to mnc-dr-dev b/22609402 Change-Id: I140cf972d57e14737a6f91c0b4a8ec6c7ff1af2b --- res/layout/add_list_item.xml | 25 ------- res/layout/all_apps.xml | 57 +++++++++++++++ res/layout/all_apps_button.xml | 2 +- res/layout/all_apps_container.xml | 38 ++++++++++ res/layout/all_apps_empty_search.xml | 28 ++++++++ res/layout/all_apps_icon.xml | 29 ++++++++ res/layout/all_apps_prediction_bar_icon.xml | 29 ++++++++ res/layout/all_apps_search_bar.xml | 72 +++++++++++++++++++ res/layout/app_icon.xml | 19 +++++ res/layout/application.xml | 19 ----- res/layout/apps_customize_application.xml | 21 ------ res/layout/apps_customize_pane.xml | 62 ---------------- res/layout/apps_customize_progressbar.xml | 22 ------ res/layout/apps_customize_widget.xml | 105 ---------------------------- res/layout/appwidget_error.xml | 13 ++-- res/layout/dummy_widget.xml | 35 ++++++++++ res/layout/folder_application.xml | 2 +- res/layout/folder_icon.xml | 4 +- res/layout/page_indicator_marker.xml | 4 +- res/layout/rename_folder.xml | 42 ----------- res/layout/search_drop_target_bar.xml | 19 +++-- res/layout/user_folder.xml | 98 +++++++++++++++++--------- res/layout/widget_cell.xml | 74 ++++++++++++++++++++ res/layout/widgets_list_row_view.xml | 67 ++++++++++++++++++ res/layout/widgets_view.xml | 51 ++++++++++++++ 25 files changed, 588 insertions(+), 349 deletions(-) delete mode 100644 res/layout/add_list_item.xml create mode 100644 res/layout/all_apps.xml create mode 100644 res/layout/all_apps_container.xml create mode 100644 res/layout/all_apps_empty_search.xml create mode 100644 res/layout/all_apps_icon.xml create mode 100644 res/layout/all_apps_prediction_bar_icon.xml create mode 100644 res/layout/all_apps_search_bar.xml create mode 100644 res/layout/app_icon.xml delete mode 100644 res/layout/application.xml delete mode 100644 res/layout/apps_customize_application.xml delete mode 100644 res/layout/apps_customize_pane.xml delete mode 100644 res/layout/apps_customize_progressbar.xml delete mode 100644 res/layout/apps_customize_widget.xml create mode 100644 res/layout/dummy_widget.xml delete mode 100644 res/layout/rename_folder.xml create mode 100644 res/layout/widget_cell.xml create mode 100644 res/layout/widgets_list_row_view.xml create mode 100644 res/layout/widgets_view.xml (limited to 'res/layout') diff --git a/res/layout/add_list_item.xml b/res/layout/add_list_item.xml deleted file mode 100644 index e937d7bc1..000000000 --- a/res/layout/add_list_item.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml new file mode 100644 index 000000000..1bf54eefb --- /dev/null +++ b/res/layout/all_apps.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/all_apps_button.xml b/res/layout/all_apps_button.xml index 9d6d82bb2..68cc10932 100644 --- a/res/layout/all_apps_button.xml +++ b/res/layout/all_apps_button.xml @@ -15,5 +15,5 @@ --> diff --git a/res/layout/all_apps_container.xml b/res/layout/all_apps_container.xml new file mode 100644 index 000000000..626edafab --- /dev/null +++ b/res/layout/all_apps_container.xml @@ -0,0 +1,38 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/all_apps_empty_search.xml b/res/layout/all_apps_empty_search.xml new file mode 100644 index 000000000..f60c4a09a --- /dev/null +++ b/res/layout/all_apps_empty_search.xml @@ -0,0 +1,28 @@ + + + + diff --git a/res/layout/all_apps_icon.xml b/res/layout/all_apps_icon.xml new file mode 100644 index 000000000..0985e95c0 --- /dev/null +++ b/res/layout/all_apps_icon.xml @@ -0,0 +1,29 @@ + + + + diff --git a/res/layout/all_apps_prediction_bar_icon.xml b/res/layout/all_apps_prediction_bar_icon.xml new file mode 100644 index 000000000..341d8ef4f --- /dev/null +++ b/res/layout/all_apps_prediction_bar_icon.xml @@ -0,0 +1,29 @@ + + + + diff --git a/res/layout/all_apps_search_bar.xml b/res/layout/all_apps_search_bar.xml new file mode 100644 index 000000000..cf30eac36 --- /dev/null +++ b/res/layout/all_apps_search_bar.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/app_icon.xml b/res/layout/app_icon.xml new file mode 100644 index 000000000..831cee5b0 --- /dev/null +++ b/res/layout/app_icon.xml @@ -0,0 +1,19 @@ + + + + diff --git a/res/layout/application.xml b/res/layout/application.xml deleted file mode 100644 index c21dea070..000000000 --- a/res/layout/application.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - diff --git a/res/layout/apps_customize_application.xml b/res/layout/apps_customize_application.xml deleted file mode 100644 index c56cdf3d2..000000000 --- a/res/layout/apps_customize_application.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml deleted file mode 100644 index e42576ffe..000000000 --- a/res/layout/apps_customize_pane.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/res/layout/apps_customize_progressbar.xml b/res/layout/apps_customize_progressbar.xml deleted file mode 100644 index 6aa90999c..000000000 --- a/res/layout/apps_customize_progressbar.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/res/layout/apps_customize_widget.xml b/res/layout/apps_customize_widget.xml deleted file mode 100644 index a8344e3ff..000000000 --- a/res/layout/apps_customize_widget.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout/appwidget_error.xml b/res/layout/appwidget_error.xml index 03d4ae424..708ece4e2 100644 --- a/res/layout/appwidget_error.xml +++ b/res/layout/appwidget_error.xml @@ -15,15 +15,12 @@ --> diff --git a/res/layout/dummy_widget.xml b/res/layout/dummy_widget.xml new file mode 100644 index 000000000..a0fa8fc3e --- /dev/null +++ b/res/layout/dummy_widget.xml @@ -0,0 +1,35 @@ + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/folder_application.xml b/res/layout/folder_application.xml index b48b61331..4d003313e 100644 --- a/res/layout/folder_application.xml +++ b/res/layout/folder_application.xml @@ -15,5 +15,5 @@ --> diff --git a/res/layout/folder_icon.xml b/res/layout/folder_icon.xml index fd45d7685..237af6890 100644 --- a/res/layout/folder_icon.xml +++ b/res/layout/folder_icon.xml @@ -26,9 +26,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:antialias="true" - android:src="@drawable/portal_ring_inner_holo"/> + android:src="@drawable/portal_ring_inner"/> - - - - - - - - - diff --git a/res/layout/search_drop_target_bar.xml b/res/layout/search_drop_target_bar.xml index af2d01634..4737ee1bc 100644 --- a/res/layout/search_drop_target_bar.xml +++ b/res/layout/search_drop_target_bar.xml @@ -17,8 +17,7 @@ + android:focusable="false" > @@ -37,8 +36,7 @@ + android:text="@string/delete_target_label" /> + + + + + + + \ No newline at end of file diff --git a/res/layout/user_folder.xml b/res/layout/user_folder.xml index ed8d43e46..ecf7def48 100644 --- a/res/layout/user_folder.xml +++ b/res/layout/user_folder.xml @@ -1,5 +1,6 @@ - - - + android:background="@drawable/quantum_panel" + android:elevation="5dp" + android:orientation="vertical" > - - - - - + + + + + + + + + - + android:clipChildren="false" + android:orientation="horizontal" + android:paddingLeft="8dp" + android:paddingRight="8dp" > + + + + + + + + \ No newline at end of file diff --git a/res/layout/widget_cell.xml b/res/layout/widget_cell.xml new file mode 100644 index 000000000..7fefebaec --- /dev/null +++ b/res/layout/widget_cell.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml new file mode 100644 index 000000000..ced564801 --- /dev/null +++ b/res/layout/widgets_list_row_view.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + diff --git a/res/layout/widgets_view.xml b/res/layout/widgets_view.xml new file mode 100644 index 000000000..755634f82 --- /dev/null +++ b/res/layout/widgets_view.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3