diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 98d7677463a49fa519f8cfbeea3c8825d4bd3f7b..f91df2770e072c934ea14bcfbe7b98d250e27251 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -71,6 +71,7 @@ android:appCategory="social" android:supportsRtl="true" android:taskAffinity="android.task.contacts" + android:usesCleartextTraffic="false"> + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_work_profile.xml b/res/drawable/ic_work_profile.xml index d30e8e1c10fa6e87ea0b91b9bc1fef782686c8a1..47b2f9b3c486cc231192ab751b6271bb581e35f3 100644 --- a/res/drawable/ic_work_profile.xml +++ b/res/drawable/ic_work_profile.xml @@ -2,7 +2,8 @@ android:width="16dp" android:height="16dp" android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportHeight="24.0" + > diff --git a/res/drawable/quantum_ic_add_vd_theme_24.xml b/res/drawable/quantum_ic_add_vd_theme_24.xml index 167dafee63d448a9416732563a79d07356a4c8a5..3ceffde2d9acbdef41c9e7ff073c2c94ce99c159 100644 --- a/res/drawable/quantum_ic_add_vd_theme_24.xml +++ b/res/drawable/quantum_ic_add_vd_theme_24.xml @@ -21,6 +21,6 @@ android:viewportHeight="24.0" android:tint="?attr/colorControlNormal"> diff --git a/res/drawable/quantum_ic_close_vd_theme_24.xml b/res/drawable/quantum_ic_close_vd_theme_24.xml index 0aafe4b5a158bb6b305b33557ac6872204e275e5..955f7912485b489357222a9081800bc13b92bf6f 100644 --- a/res/drawable/quantum_ic_close_vd_theme_24.xml +++ b/res/drawable/quantum_ic_close_vd_theme_24.xml @@ -21,6 +21,6 @@ android:viewportHeight="24.0" android:tint="?attr/colorControlNormal"> diff --git a/res/drawable/quantum_ic_menu_vd_theme_24.xml b/res/drawable/quantum_ic_menu_vd_theme_24.xml index ba6adcbc427f13b4ac3065852c03972de4f6d666..fdb88f3b93c7dd2d96d64daf38cd8dd7033ffc96 100644 --- a/res/drawable/quantum_ic_menu_vd_theme_24.xml +++ b/res/drawable/quantum_ic_menu_vd_theme_24.xml @@ -21,6 +21,6 @@ android:viewportHeight="24.0" android:tint="?attr/colorControlNormal"> diff --git a/res/drawable/quantum_ic_search_vd_theme_24.xml b/res/drawable/quantum_ic_search_vd_theme_24.xml index 5c5632a84b629c1d87230358289726f5eef5e832..6e9da640e287a26d99e812ea7a0c390938211a6e 100644 --- a/res/drawable/quantum_ic_search_vd_theme_24.xml +++ b/res/drawable/quantum_ic_search_vd_theme_24.xml @@ -21,6 +21,6 @@ android:viewportHeight="24.0" android:tint="?attr/colorControlNormal"> diff --git a/res/layout/account_selector_list_item_condensed.xml b/res/layout/account_selector_list_item_condensed.xml index ae9172603327a82d53e80620c9330ca3e5a8e7ba..d43a3af37d144b75e428476f644efaa2896bbe5a 100644 --- a/res/layout/account_selector_list_item_condensed.xml +++ b/res/layout/account_selector_list_item_condensed.xml @@ -52,5 +52,7 @@ android:textColor="?android:attr/textColorSecondary" android:singleLine="true" android:ellipsize="end"/> + + diff --git a/res/layout/contact_editor_activity.xml b/res/layout/contact_editor_activity.xml index 36fc64aa168482c521e6a9482e3aa85631b26462..fc30c121f0869adbe2b53d5512dd7d34b9419d8b 100644 --- a/res/layout/contact_editor_activity.xml +++ b/res/layout/contact_editor_activity.xml @@ -30,6 +30,7 @@ android:background="?android:attr/colorPrimary" android:elevation="4dp" app:navigationContentDescription="@string/cancel_button_content_description" + app:theme="@style/ThemeOverlay.AppCompat.Light" app:navigationIcon="@drawable/quantum_ic_close_vd_theme_24" app:title="@string/contact_editor_title_existing_contact" /> diff --git a/res/layout/contact_list_filter_item.xml b/res/layout/contact_list_filter_item.xml index 4d1fbca70f91f4964edae1c25d1746b64eb414d2..637b2246ab851f3544323c19e5aa837696e16643 100644 --- a/res/layout/contact_list_filter_item.xml +++ b/res/layout/contact_list_filter_item.xml @@ -61,6 +61,7 @@ + android:buttonTint="@color/color_default_blue1" + /> diff --git a/res/layout/date_picker.xml b/res/layout/date_picker.xml index c700f9e643c024616b234dfc99e9e8f1c8a2c819..9bfb8de996e8cc3a969c7e39fe8f9b5f56dfbe5c 100644 --- a/res/layout/date_picker.xml +++ b/res/layout/date_picker.xml @@ -36,7 +36,9 @@ android:textAppearance="?android:attr/textAppearanceLarge" android:layout_gravity="center_horizontal" android:layout_width="wrap_content" - android:layout_height="wrap_content"/> + android:layout_height="wrap_content" + android:buttonTint="@color/color_default_blue1" + /> \ No newline at end of file diff --git a/res/layout/floating_action_button.xml b/res/layout/floating_action_button.xml index a31512f19f7e3c65ea740aea63ec3057291a7a8f..9dcf9f64fa1d80ff384c887048d9971dd85d0f86 100644 --- a/res/layout/floating_action_button.xml +++ b/res/layout/floating_action_button.xml @@ -26,7 +26,7 @@ android:layout_gravity="bottom|end" android:layout_marginBottom="@dimen/floating_action_button_margin_bottom" android:layout_marginEnd="@dimen/floating_action_button_margin_right" - android:background="@drawable/fab_pink" + android:background="@drawable/fab_bg" android:elevation="@dimen/design_fab_elevation" app:layout_dodgeInsetEdges="bottom" > @@ -37,5 +37,5 @@ android:background="@drawable/floating_action_button" android:contentDescription="@string/action_menu_add_new_contact_button" android:src="@drawable/quantum_ic_add_vd_theme_24" - android:tint="@color/floating_action_button_icon_color"/> + android:tint="@color/color_default_blue1" /> \ No newline at end of file diff --git a/res/layout/people_activity_toolbar.xml b/res/layout/people_activity_toolbar.xml index 3599f0c607a771dbdf8946bb23da94dba3edd418..89f10e7d2d1b20b645bfbb86d00bdb4ce0f41eea 100644 --- a/res/layout/people_activity_toolbar.xml +++ b/res/layout/people_activity_toolbar.xml @@ -33,7 +33,9 @@ android:layout_height="?attr/actionBarSize" android:id="@+id/toolbar" android:padding="0dp" - style="@style/ContactsToolbarStyle" /> + style="@style/ContactsToolbarStyle" + /> + \ No newline at end of file diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml index 9f90bc7d09167b31edee4da587fc80538a86e0d8..58294a3b3c994726df857e56181e44946b8fad18 100644 --- a/res/layout/search_bar_expanded.xml +++ b/res/layout/search_bar_expanded.xml @@ -28,9 +28,10 @@ android:layout_height="@dimen/search_box_icon_size" android:layout_marginEnd="@dimen/search_box_navigation_icon_margin" android:src="@drawable/quantum_ic_arrow_back_vd_theme_24" + android:tint="@color/color_default_blue1" android:background="?attr/selectableItemBackgroundBorderless" android:contentDescription="@string/action_menu_back_from_search" - android:tint="@color/actionbar_background_color" /> + /> diff --git a/res/menu/edit_contact.xml b/res/menu/edit_contact.xml index 039c6570eb694742dda92bd3b993cd1389c205cf..b30934e67c525a42ede3c406a5b28b3c81106098 100644 --- a/res/menu/edit_contact.xml +++ b/res/menu/edit_contact.xml @@ -17,12 +17,15 @@ diff --git a/res/menu/people_options.xml b/res/menu/people_options.xml index 5fb0f2eb62fcb07618f96b73ff3acaa98f466829..86be2d61c20c551a18b9f71f964f8e5a442f0085 100644 --- a/res/menu/people_options.xml +++ b/res/menu/people_options.xml @@ -14,11 +14,14 @@ limitations under the License. --> + xmlns:contacts="http://schemas.android.com/apk/res-auto" + xmlns:app="http://schemas.android.com/tools"> + xmlns:contacts="http://schemas.android.com/apk/res-auto" + xmlns:app="http://schemas.android.com/tools"> diff --git a/res/values-v27/styles.xml b/res/values-v27/styles.xml index ca71d406fd713987b96b7e277c23afae27f0ee0a..3cd5eaf6781ccfeefa07c7907cb3f50e01cf7d62 100644 --- a/res/values-v27/styles.xml +++ b/res/values-v27/styles.xml @@ -61,6 +61,13 @@ @color/navigation_bar_bg @color/navigation_bar_divider true + @style/MyOverflowButtonStyle + true + true + + + + + + + - + @@ -402,7 +443,7 @@ @@ -459,7 +500,8 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar make margin between the button and screen edge 16dp -->