diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5904282dd97..ff4096f34b2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3717,7 +3717,7 @@ diff --git a/TEST_MAPPING b/TEST_MAPPING index 836806cea11..4e85cb8f5b0 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -2,6 +2,20 @@ "presubmit": [ { "name": "SettingsSpaUnitTests" + }, + { + "name": "SettingsUnitTests", + "options": [ + { + "include-filter": "com.android.settings.password" + }, + { + "include-filter": "com.android.settings.biometrics" + }, + { + "include-filter": "com.android.settings.biometrics2" + } + ] } ], "postsubmit": [ diff --git a/res/drawable/button_border_selected.xml b/res/drawable/button_border_selected.xml index 0cd4aa54b5a..1402380d0ed 100644 --- a/res/drawable/button_border_selected.xml +++ b/res/drawable/button_border_selected.xml @@ -15,10 +15,7 @@ limitations under the License. --> - diff --git a/res/drawable/button_border_unselected.xml b/res/drawable/button_border_unselected.xml index 2c2ef3d8d83..d0ce75b8c86 100644 --- a/res/drawable/button_border_unselected.xml +++ b/res/drawable/button_border_unselected.xml @@ -18,7 +18,7 @@ android:shape="rectangle"> + android:color="?android:attr/colorAccent"/> diff --git a/res/drawable/checkbox_circle_shape.xml b/res/drawable/checkbox_circle_shape.xml index 68c5a2ed359..51a567c220f 100644 --- a/res/drawable/checkbox_circle_shape.xml +++ b/res/drawable/checkbox_circle_shape.xml @@ -1,24 +1,31 @@ + Copyright (C) 2023 The Android Open Source Project - + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + - - \ No newline at end of file + android:bottom="12dp" + android:left="12dp" + android:right="12dp" + android:top="12dp"> + + + + + + \ No newline at end of file diff --git a/res/layout/choose_lock_password.xml b/res/layout/choose_lock_password.xml index b748f94e80a..5819774a75e 100644 --- a/res/layout/choose_lock_password.xml +++ b/res/layout/choose_lock_password.xml @@ -74,7 +74,6 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:gravity="center" - android:paddingLeft="14dp" android:text="@string/auto_pin_confirm_user_message" android:textSize="16sp" android:button="@drawable/checkbox_circle_shape" diff --git a/res/values/strings.xml b/res/values/strings.xml index 405960bcca8..bad0dcce3b2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4243,7 +4243,7 @@ Magnify typing Magnifier follows text as you type - + Keep on while switching apps Magnifier stays on and zooms out when you switch apps diff --git a/res/values/themes.xml b/res/values/themes.xml index eeba1c77aca..8f132799b79 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -227,6 +227,9 @@ @*android:string/config_headlineFontFamilyMedium +