diff --git a/Android.bp b/Android.bp index 2637686381d23b0a362db02ace4954a208dd6512..bb9db22e8daf9626b2f746ebe374e2ccb62a06c4 100644 --- a/Android.bp +++ b/Android.bp @@ -72,6 +72,7 @@ android_library { "zxing-core-1.7", "android.hardware.dumpstate-V1.0-java", "android.hardware.dumpstate-V1.1-java", + "lottie", ], libs: [ @@ -89,6 +90,7 @@ platform_compat_config { android_app { name: "Settings", + defaults: ["platform_app_defaults"], platform_apis: true, certificate: "platform", system_ext_specific: true, diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6b0e7b351b7bc42972034388a6db7a655a08512c..9b2cf2412a2a083c4aea321a3ffb7e000a554cb0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,9 @@ - - + + + @@ -103,7 +104,10 @@ - + + + + @@ -135,7 +140,7 @@ @@ -152,6 +157,7 @@ android:label="@string/settings_label_launcher" android:taskAffinity="com.android.settings.root" android:launchMode="singleTask" + android:exported="true" android:targetActivity=".homepage.SettingsHomepageActivity"> @@ -161,16 +167,19 @@ - + - + @@ -185,6 +194,7 @@ @@ -204,6 +214,7 @@ @@ -219,6 +230,7 @@ @@ -255,6 +267,7 @@ android:name="Settings$WifiSettingsActivity" android:label="@string/wifi_settings" android:icon="@drawable/ic_homepage_network" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -271,12 +284,13 @@ - + @@ -284,13 +298,14 @@ + android:value="com.android.settings.network.NetworkProviderSettings" /> + android:value="true" /> + android:name=".wifi.WifiPickerActivity" + android:exported="true"> @@ -303,6 +318,7 @@ android:name="Settings$ConfigureWifiSettingsActivity" android:label="@string/wifi_configure_settings_preference_title" android:icon="@drawable/ic_settings_wireless" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -323,6 +339,7 @@ android:name="Settings$SavedAccessPointsSettingsActivity" android:label="@string/wifi_saved_access_points_label" android:icon="@drawable/ic_settings_wireless" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -334,7 +351,8 @@ android:value="true" /> - + @@ -344,7 +362,8 @@ android:value="com.android.settings.wifi.WifiInfo" /> - + @@ -352,7 +371,8 @@ - + @@ -362,7 +382,8 @@ android:value="com.android.settings.wifi.WifiAPITest" /> - + @@ -375,7 +396,7 @@ android:excludeFromRecents="true" android:exported="true" android:permission="android.permission.NETWORK_STACK" - android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> @@ -394,6 +415,7 @@ @@ -407,7 +429,7 @@ + android:value="com.android.settings.network.apn.ApnSettings" /> @@ -436,6 +458,7 @@ @@ -447,6 +470,7 @@ @@ -458,6 +482,7 @@ @@ -467,9 +492,24 @@ android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" /> + + + + + + + + @@ -492,9 +532,20 @@ + + + + @@ -509,6 +560,7 @@ @@ -533,7 +585,8 @@ android:value="com.android.settings.TetherSettings" /> - + @@ -546,6 +599,7 @@ @@ -564,6 +618,7 @@ @@ -576,6 +631,7 @@ @@ -596,6 +652,7 @@ @@ -615,12 +672,14 @@ + android:exported="false" + android:theme="@style/Theme.LocalePickerWithRegionActivity"> @@ -634,6 +693,7 @@ @@ -645,6 +705,7 @@ @@ -664,6 +725,7 @@ @@ -685,6 +747,7 @@ @@ -697,6 +760,7 @@ @@ -711,6 +775,7 @@ @@ -731,6 +796,7 @@ android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" android:windowSoftInputMode="stateVisible" android:noHistory="true" + android:exported="true" android:excludeFromRecents="true"> @@ -765,6 +831,7 @@ android:name=".notification.zen.ZenSuggestionActivity" android:label="@string/zen_mode_settings_title" android:icon="@drawable/ic_suggestion_dnd" + android:exported="true" android:theme="@android:style/Theme.NoDisplay"> @@ -824,6 +891,7 @@ @@ -845,6 +913,7 @@ @@ -892,6 +961,7 @@ @@ -908,10 +978,28 @@ android:value="true" /> + + + + + + + + + + + + @@ -930,6 +1018,7 @@ @@ -948,6 +1037,7 @@ @@ -967,6 +1057,7 @@ @@ -983,9 +1074,24 @@ android:value="true" /> + + + + + + + + + @@ -996,6 +1102,7 @@ @@ -1009,6 +1116,7 @@ @@ -1037,6 +1145,7 @@ @@ -1048,6 +1157,7 @@ @@ -1059,6 +1169,7 @@ @@ -1072,6 +1183,7 @@ @@ -1083,7 +1195,8 @@ + android:exported="true" + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> @@ -1095,6 +1208,7 @@ android:name=".slices.SliceDeepLinkSpringBoard" android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay" + android:exported="true" android:permission="android.permission.MODIFY_PHONE_STATE"> @@ -1147,9 +1261,10 @@ + + @@ -1158,6 +1273,7 @@ @@ -1174,6 +1290,7 @@ @@ -1193,6 +1310,7 @@ @@ -1204,7 +1322,9 @@ + android:exported="true" + android:label="@string/notification_history_title" + android:theme="@style/Theme.Settings.NoActionBar"> @@ -1217,6 +1337,7 @@ @@ -1229,6 +1350,7 @@ android:name="Settings$LocationSettingsActivity" android:label="@string/location_settings_title" android:icon="@drawable/ic_homepage_location" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -1245,15 +1367,16 @@ + android:value="com.android.settings.location.LocationServices" /> @@ -1262,6 +1385,7 @@ android:name=".Settings$SecurityDashboardActivity" android:label="@string/security_settings_title" android:icon="@drawable/ic_homepage_security" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -1282,6 +1406,7 @@ @@ -1292,6 +1417,7 @@ @@ -1307,6 +1433,7 @@ @@ -1321,6 +1448,7 @@ @@ -1343,6 +1471,7 @@ @@ -1356,8 +1485,18 @@ android:exported="false"> + + + + + + + @@ -1379,7 +1518,9 @@ + android:exported="true" + android:clearTaskOnLaunch="true" + android:theme="@style/Theme.Settings.NoActionBar"> @@ -1389,6 +1530,7 @@ @@ -1398,6 +1540,7 @@ @@ -1411,6 +1554,7 @@ @@ -1423,6 +1567,7 @@ @@ -1437,6 +1582,7 @@ android:name="Settings$AccessibilitySettingsActivity" android:label="@string/accessibility_settings" android:icon="@drawable/ic_homepage_accessibility" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -1455,6 +1601,7 @@ @@ -1469,6 +1616,7 @@ @@ -1498,6 +1646,7 @@ @@ -1513,8 +1662,27 @@ android:value="true" /> + + + + + + + + + + + + + @@ -1533,6 +1701,7 @@ @@ -1546,6 +1715,7 @@ @@ -1624,6 +1794,10 @@ android:theme="@style/GlifV3Theme.Light" android:exported="false"/> + + @@ -1640,6 +1814,10 @@ android:exported="false" android:screenOrientation="portrait"/> + + + @@ -1723,6 +1902,7 @@ @@ -1731,7 +1911,6 @@ @@ -1742,6 +1921,7 @@ @@ -1753,6 +1933,7 @@ @@ -1767,6 +1948,7 @@ @@ -1815,6 +1997,7 @@ @@ -1826,20 +2009,14 @@ + android:value="com.android.settings.deviceinfo.StorageDashboardFragment" /> - - - - @@ -1900,6 +2077,7 @@ @@ -1914,13 +2092,14 @@ + android:value="com.android.settings.network.apn.ApnEditor" /> @@ -1936,6 +2115,8 @@ android:value="com.android.settings.category.ia.system" /> + @@ -1960,6 +2142,7 @@ @@ -1975,6 +2158,7 @@ @@ -2021,6 +2205,7 @@ android:excludeFromRecents="true" android:windowSoftInputMode="stateVisible|adjustResize" android:theme="@style/Theme.AlertDialog" + android:exported="true" android:taskAffinity=".bluetooth.BluetoothPairingDialog"> @@ -2030,7 +2215,8 @@ @@ -2042,6 +2228,7 @@ @@ -2071,20 +2258,22 @@ + android:permission="android.permission.BLUETOOTH_CONNECT" + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> - + + android:exported="true" + android:permission="android.permission.BLUETOOTH_CONNECT"> @@ -2094,7 +2283,8 @@ @@ -2105,7 +2295,8 @@ @@ -2116,6 +2307,7 @@ @@ -2130,6 +2322,7 @@ @@ -2144,7 +2337,8 @@ android:value="com.android.settings.TestingSettings" /> - + @@ -2154,7 +2348,8 @@ @@ -2163,8 +2358,9 @@ @@ -2173,6 +2369,7 @@ @@ -2183,6 +2380,7 @@ @@ -2199,6 +2397,7 @@ @@ -2223,6 +2422,7 @@ @@ -2236,6 +2436,7 @@ @@ -2247,8 +2448,8 @@ @@ -2275,6 +2476,7 @@ android:windowSoftInputMode="adjustResize" android:screenOrientation="nosensor" android:taskAffinity="com.android.settings.CryptKeeper" + android:exported="true" android:process=":CryptKeeper"> @@ -2289,6 +2491,7 @@ android:label="" android:screenOrientation="nosensor" android:taskAffinity="com.android.settings.FallbackHome" + android:exported="true" android:theme="@style/FallbackHome"> @@ -2311,6 +2514,7 @@ @@ -2323,6 +2527,7 @@ @@ -2337,6 +2542,7 @@ @@ -2349,6 +2555,7 @@ @@ -2363,6 +2570,7 @@ @@ -2376,6 +2584,8 @@ android:value="com.android.settings.category.ia.system" /> + @@ -2403,6 +2614,7 @@ @@ -2419,6 +2631,7 @@ @@ -2430,6 +2643,7 @@ @@ -2441,17 +2655,19 @@ + android:value="com.android.settings.notification.ConfigureNotificationSettings" /> @@ -2463,6 +2679,7 @@ @@ -2478,6 +2695,7 @@ @@ -2490,6 +2708,7 @@ @@ -2500,6 +2719,7 @@ @@ -2513,6 +2733,7 @@ @@ -2525,6 +2746,7 @@ @@ -2568,6 +2790,7 @@ @@ -2636,8 +2859,11 @@ - @@ -2651,6 +2877,7 @@ @@ -2664,6 +2891,7 @@ @@ -2675,22 +2903,26 @@ - + - + - + @@ -2713,10 +2945,17 @@ android:grantUriPermissions="true" android:exported="false"/> + + @@ -2725,6 +2964,10 @@ + @@ -2778,6 +3022,7 @@ @@ -2793,6 +3038,7 @@ @@ -2831,6 +3077,7 @@ @@ -2850,6 +3097,7 @@ @@ -2862,6 +3110,7 @@ @@ -2875,6 +3124,7 @@ @@ -2885,8 +3135,36 @@ android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" /> + + + + + + + + + + + + + + + + + + @@ -2899,6 +3177,7 @@ @@ -2910,9 +3189,10 @@ @@ -2922,6 +3202,7 @@ @@ -2935,6 +3216,7 @@ @@ -2945,6 +3227,33 @@ android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" /> + + + + + + + + + + + + + + + + + + @@ -2981,8 +3291,8 @@ - + @@ -3003,26 +3313,28 @@ android:name=".fuelgauge.AdvancedPowerUsageDetailActivity" android:excludeFromRecents="true" android:launchMode="singleInstance" + android:exported="true" android:theme="@android:style/Theme.NoDisplay"> - + + android:value="com.android.settings.applications.AppDashboardFragment"/> @@ -3041,6 +3353,7 @@ @@ -3054,6 +3367,7 @@ android:label="@string/page_tab_title_support" android:icon="@drawable/ic_homepage_support" android:theme="@android:style/Theme.DeviceDefault.Light.Panel" + android:exported="true" android:enabled="@bool/config_support_enabled"> @@ -3072,6 +3386,7 @@ android:label="@string/debug_layout" android:icon="@drawable/tile_icon_show_layout" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" android:enabled="false"> @@ -3084,6 +3399,7 @@ android:label="@string/track_frame_time" android:icon="@drawable/tile_icon_graphics" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" android:enabled="false"> @@ -3096,6 +3412,7 @@ android:label="@string/force_rtl_layout_all_locales" android:icon="@drawable/tile_icon_force_rtl" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" android:enabled="false"> @@ -3108,6 +3425,7 @@ android:label="@string/window_animation_scale_title" android:icon="@drawable/tile_icon_animation_speed" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" android:enabled="false"> @@ -3121,6 +3439,7 @@ android:label="@string/winscope_trace_quick_settings_title" android:icon="@drawable/tile_icon_winscope_trace" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" android:enabled="false"> @@ -3134,6 +3453,7 @@ android:label="@string/sensors_off_quick_settings_title" android:icon="@drawable/tile_icon_sensors_off" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" android:enabled="false"> @@ -3147,6 +3467,21 @@ android:label="@string/enable_adb_wireless" android:icon="@drawable/tile_icon_debugging_wireless" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" + android:exported="true" + android:enabled="false"> + + + + + + + @@ -3173,6 +3508,7 @@ android:theme="@android:style/Theme.NoDisplay" android:excludeFromRecents="true" android:launchMode="singleInstance" + android:exported="true" android:label="@string/autofill_app"> @@ -3182,6 +3518,7 @@ @@ -3199,7 +3536,8 @@ + android:exported="true" + android:permission="android.permission.BLUETOOTH_CONNECT"> @@ -3240,6 +3578,7 @@ android:theme="@style/Theme.Panel" android:launchMode="singleInstance" android:excludeFromRecents="true" + android:exported="true" android:configChanges="orientation|keyboardHidden|screenSize"> @@ -3247,20 +3586,6 @@ - - - - - - - - - - - - + @@ -3318,7 +3644,8 @@ + android:name=".wifi.dpp.WifiDppConfiguratorActivity" + android:exported="true"> @@ -3332,7 +3659,8 @@ + android:name=".wifi.dpp.WifiDppEnrolleeActivity" + android:exported="true"> @@ -3348,6 +3676,7 @@ @@ -3358,6 +3687,7 @@ @@ -3367,17 +3697,8 @@ android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" /> - - - - - - - - @@ -3387,19 +3708,10 @@ android:value="com.android.settings.gestures.PowerMenuSettings" /> - - - - - - - - @@ -3429,12 +3741,83 @@ + android:permission="android.permission.BLUETOOTH_CONNECT"> /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OWNERS b/OWNERS index 47961cd86536b21fb8374933e1adb962f3d39b45..c008e287cf18d0c5f01a70155537e26cc88102f7 100644 --- a/OWNERS +++ b/OWNERS @@ -2,6 +2,7 @@ android-settings-core-eng+gerrit@google.com # People who can approve changes for submission +arcwang@google.com chiujason@google.com edgarwang@google.com emilychuang@google.com @@ -11,5 +12,8 @@ sunnyshao@google.com tmfang@google.com yantingyang@google.com +# Emergency only +luyota@google.com + # Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS) per-file *.xml=* diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 883e968e4dcf139bd8b8de82ff71eaed7ecc044c..5100c03e509aff7b1b7350f4881fd4e93414c3e4 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -4,3 +4,5 @@ checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p . strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT} checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} + +robolectric_hook = ${REPO_ROOT}/packages/apps/Settings/tests/robotests/new_tests_hook.sh ${REPO_PROJECT} diff --git a/color-check-baseline.xml b/color-check-baseline.xml index f959f918a7418625e151806fafc507f3eeb4eed7..a9cd4c6321c5984dee86ef59d1bc6a94bb8ab601 100644 --- a/color-check-baseline.xml +++ b/color-check-baseline.xml @@ -1,6 +1,18 @@ + + + + - - - - - - - - - - - - @@ -141,7 +105,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -157,7 +121,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -173,7 +137,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -189,7 +153,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -205,7 +169,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -221,7 +185,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -237,7 +201,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -253,7 +217,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -267,6 +231,22 @@ explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." errorLine1=" <color name="notification_importance_button_unselected">#5F6368</color>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + @@ -301,7 +281,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -317,7 +297,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -333,7 +313,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -349,7 +329,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -365,7 +345,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -381,7 +361,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -397,7 +377,23 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + @@ -413,7 +409,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -429,7 +425,23 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + @@ -445,7 +457,39 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + @@ -461,7 +505,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -477,7 +521,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -493,7 +537,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -509,7 +553,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -525,7 +569,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -541,7 +585,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -557,7 +601,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -573,7 +617,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -589,7 +633,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -605,7 +649,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -621,7 +665,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -637,7 +681,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -653,7 +697,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -669,7 +713,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -685,7 +729,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -701,7 +745,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -717,7 +761,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -733,7 +777,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -749,7 +793,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -765,7 +809,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -781,7 +825,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -797,7 +841,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -813,7 +857,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -829,7 +873,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -845,7 +889,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -861,7 +905,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -877,7 +921,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -893,7 +937,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -909,7 +953,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -925,7 +969,23 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + @@ -941,7 +1001,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -957,7 +1017,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -973,7 +1033,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -989,7 +1049,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1005,7 +1065,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1021,7 +1081,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1033,11 +1093,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="contextual_card_stroke_color">#1f000000</color>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="homepage_wallpaper_background">#E51AD1</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1049,11 +1109,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="switchbar_switch_track_tint">#BFFFFFFF</color>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="homepage_notification_background">#DD4C9D</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1065,8 +1125,8 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="battery_good_color_light">#43a047</color> <!-- Material Green 600 -->" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="switchbar_switch_track_tint">#BFFFFFFF</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="battery_good_color_light">#43a047</color> <!-- Material Green 600 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1097,11 +1157,27 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="battery_bad_color_light">#f44336</color> <!-- Material Red 500 -->" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="battery_maybe_color_light">#ef6c00</color> <!-- Material Orange 800 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + @@ -1117,7 +1193,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1133,7 +1209,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1149,7 +1225,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1165,7 +1241,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1181,7 +1257,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1197,7 +1273,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1213,7 +1289,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1229,7 +1305,55 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + + + + + @@ -1245,7 +1369,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1261,7 +1385,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1277,7 +1401,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1293,7 +1417,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1309,7 +1433,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1325,7 +1449,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1341,7 +1465,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1357,7 +1481,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1373,7 +1497,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1385,11 +1509,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="face_intro_outline">#ffdadce0</color>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="face_enroll_icon_color">#42a5f5</color> <!-- Blue 400 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1405,7 +1529,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1421,7 +1545,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1437,7 +1561,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1453,7 +1577,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1469,7 +1593,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1485,7 +1609,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1501,7 +1625,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1517,7 +1641,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1529,11 +1653,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="palette_list_color_pink">#e52592</color> <!-- Material Pink 600 -->" + errorLine1=" <color name="palette_list_color_gray">#80868b</color> <!-- Material Gray 600 -->" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1549,7 +1673,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1565,7 +1689,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1581,7 +1705,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1597,7 +1721,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1613,7 +1737,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1629,7 +1753,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1645,7 +1769,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1657,11 +1781,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="palette_list_dark_mode_color_pink">#ff8bcb</color> <!-- Material Pink 300 -->" + errorLine1=" <color name="palette_list_dark_mode_color_gray">#dadce0</color> <!-- Material Gray 300 -->" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1673,12 +1797,12 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:background="@color/lock_pattern_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="SIM_color_teal">#ff00796b</color> <!-- Material Teal 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="180" + column="5"/> + errorLine1=" <color name="SIM_color_blue">#ff3367d6</color> <!-- Material Blue 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="181" + column="5"/> + errorLine1=" <color name="SIM_color_indigo">#ff303f9f</color> <!-- Material Indigo 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="182" + column="5"/> + errorLine1=" <color name="SIM_color_purple">#ff7b1fa2</color> <!-- Material Purple 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="183" + column="5"/> + errorLine1=" <color name="SIM_color_pink">#ffc2185b</color> <!-- Material Pink 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="184" + column="5"/> + errorLine1=" <color name="SIM_color_red">#ffd32f2f</color> <!-- Material Red 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="185" + column="5"/> + errorLine1=" <color name="SIM_dark_mode_color_teal">#ff80cbc4</color> <!-- Material Teal 200 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="188" + column="5"/> + errorLine1=" <color name="SIM_dark_mode_color_blue">#ff90caf9</color> <!-- Material Blue 200 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="189" + column="5"/> + errorLine1=" <color name="SIM_dark_mode_color_indigo">#ffc5cae9</color> <!-- Material Indigo 100 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1817,11 +1941,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="#000000" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="SIM_dark_mode_color_purple">#ffe1bee7</color> <!-- Material Purple 100 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1833,12 +1957,12 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <item android:color="#333E2723" android:offset="0"/>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="SIM_dark_mode_color_pink">#fff48fb1</color> <!-- Material Pink 200 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="192" + column="5"/> + errorLine1=" <color name="SIM_dark_mode_color_red">#ffef9a9a</color> <!-- Material Red 200 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="193" + column="5"/> + errorLine1=" <color name="accessibility_feature_background">#5F6368</color> <!-- Google grey 700 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="199" + column="5"/> + errorLine1=" <color name="accessibility_magnification_background">#F50D60</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="200" + column="5"/> + errorLine1=" <color name="accessibility_daltonizer_background">#00BCD4</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="201" + column="5"/> + errorLine1=" <color name="accessibility_color_inversion_background">#546E7A</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="202" + column="5"/> + errorLine1=" <color name="battery_info_error_color_red">#fce8e6</color> <!-- Material Red 50 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="204" + column="5"/> + errorLine1=" <color name="settings_dialog_colorError">#d93025</color> <!-- Red 600 -->" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values/colors.xml" + line="206" + column="5"/> + errorLine1=" android:color="#FF0000"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/conversation_message_icon.xml" + line="21" + column="8"/> + errorLine1=" android:textColor="#FFFFFF"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/crypt_keeper_emergency_button.xml" + line="35" + column="9"/> + errorLine1=" android:background="@color/crypt_keeper_password_background">" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/crypt_keeper_password_entry.xml" + line="34" + column="9"/> + errorLine1=" android:background="@color/lock_pattern_background" />" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/crypt_keeper_pattern_field.xml" + line="27" + column="8"/> + errorLine1=" android:background="@color/crypt_keeper_password_background">" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/crypt_keeper_pin_entry.xml" + line="34" + column="9"/> + errorLine1=" android:textColor="#B3FFFFFF"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/crypt_keeper_status.xml" + line="55" + column="9"/> + errorLine1=" android:tint="@color/face_enroll_icon_color">" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_icon_large.xml" + line="23" + column="5"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2089,11 +2213,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_accessibility_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2105,11 +2229,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_accounts_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2121,11 +2245,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_app_and_notification_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2137,11 +2261,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_battery_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2153,11 +2277,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_connected_device_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2169,11 +2293,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_display_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2185,11 +2309,11 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_location_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2201,12 +2325,12 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:color="@color/homepage_network_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_intro_illustration.xml" + line="45" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_intro_illustration.xml" + line="45" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_intro_illustration.xml" + line="48" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_intro_illustration.xml" + line="48" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_intro_illustration.xml" + line="51" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/face_enroll_intro_illustration.xml" + line="51" + column="9"/> + errorLine1=" android:background="#80000000"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/fallback_home_finishing_boot.xml" + line="22" + column="5"/> + errorLine1=" android:color="#000000" />" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fallback_home_unprovisioned_background.xml" + line="19" + column="5"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="27" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_bar"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="30" + column="9"/> + errorLine1=" android:fillColor="@color/biometric_enroll_intro_color_outline"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="30" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="34" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="34" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="40" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="40" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="46" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="46" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="52" + column="9"/> + errorLine1=" android:strokeColor="@color/biometric_enroll_intro_color_icon"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_introduction.xml" + line="52" + column="9"/> + errorLine1=" android:color="@color/accessibility_magnification_background"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2569,12 +2693,12 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:textColor="#FF263238"" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:color="@color/accessibility_feature_background"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/ic_audio_adjustment.xml" + line="22" + column="13"/> + errorLine1=" android:fillColor="@color/battery_good_color_light"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/ic_battery_status_good_24dp.xml" + line="22" + column="9"/> + errorLine1=" android:fillColor="@color/battery_good_color_light"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/ic_battery_status_good_24dp.xml" + line="25" + column="9"/> + errorLine1=" android:color="@color/accessibility_feature_background"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2633,8 +2757,952 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" android:textColor="#FF263238"" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:color="@color/accessibility_color_inversion_background"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + errorLine1=" app:iconBackgroundColor="@color/message_icon_background_incoming" />" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + file="res/values/themes.xml" + line="111" + column="40"/> + errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>" + errorLine2=" ^"> + file="res/values/themes.xml" + line="132" + column="41"/> + errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>" + errorLine2=" ^"> + file="res/values/themes.xml" + line="132" + column="41"/> + errorLine1=" <item name="android:statusBarColor">#00000000</item>" + errorLine2=" ^"> + file="res/values/themes.xml" + line="182" + column="45"/> + errorLine1=" <item name="android:navigationBarColor">#00000000</item>" + errorLine2=" ^"> + file="res/values/themes.xml" + line="183" + column="49"/> + errorLine1=" <item name="android:statusBarColor">#00000000</item>" + errorLine2=" ^"> + file="res/values/themes.xml" + line="191" + column="45"/> + errorLine1=" <item name="android:navigationBarColor">#00000000</item>" + errorLine2=" ^"> + file="res/values/themes.xml" + line="192" + column="49"/> + errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="29" + column="40"/> + errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="48" + column="40"/> + errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="66" + column="40"/> + errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="85" + column="40"/> + errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_dark</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="103" + column="40"/> + errorLine1=" <item name="wifi_signal_color">@color/setup_wizard_wifi_color_light</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="127" + column="40"/> + errorLine1=" <item name="android:colorPrimary">@color/material_grey_100</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="196" + column="43"/> + errorLine1=" <item name="android:colorAccent">@color/material_blue_700</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="197" + column="42"/> + errorLine1=" <item name="android:titleTextColor">@color/material_blue_700</item>" + errorLine2=" ^"> + file="res/values/themes_suw.xml" + line="198" + column="45"/> + errorLine1=" android:background="@color/gestures_setting_background_color"" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/layout/video_preference.xml" + line="22" + column="5"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="25" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="31" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="34" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="37" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="40" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="43" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="46" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="25" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="31" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="34" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="37" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="40" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="43" + column="9"/> + errorLine1=" android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/drawable/fingerprint_enroll_finish.xml" + line="46" + column="9"/> + errorLine1=" <color name="fingerprint_enrollment_finish_color_outline">#669df6</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + file="res/values-night/colors.xml" + line="51" + column="5"/> + errorLine1=" <color name="fingerprint_enrollment_finish_color_outline">#669df6</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - diff --git a/res/drawable-hdpi/ic_warning_googred_48dp.png b/res/drawable-hdpi/ic_warning_googred_48dp.png deleted file mode 100644 index 70381dd06bba417985d62217728f0f53ebdf05aa..0000000000000000000000000000000000000000 Binary files a/res/drawable-hdpi/ic_warning_googred_48dp.png and /dev/null differ diff --git a/res/drawable-night/ic_enhanced_connectivity.xml b/res/drawable-night/ic_enhanced_connectivity.xml new file mode 100644 index 0000000000000000000000000000000000000000..cd2566763164bad7882f670945ade37dd9914b63 --- /dev/null +++ b/res/drawable-night/ic_enhanced_connectivity.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable-nodpi/accessibility_timeout.png b/res/drawable-nodpi/accessibility_timeout.png deleted file mode 100644 index 887f117e3ca0e1a159e71be12809cae48f54c5b9..0000000000000000000000000000000000000000 Binary files a/res/drawable-nodpi/accessibility_timeout.png and /dev/null differ diff --git a/res/drawable/accessibility_button_navigation.xml b/res/drawable/accessibility_button_navigation.xml new file mode 100644 index 0000000000000000000000000000000000000000..82e3c70174f0a629f5af4c277713bcdd224e52ca --- /dev/null +++ b/res/drawable/accessibility_button_navigation.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_button_preview_base.xml b/res/drawable/accessibility_button_preview_base.xml new file mode 100644 index 0000000000000000000000000000000000000000..9e3ec598586a8e7eca96212c9002c689b87940fa --- /dev/null +++ b/res/drawable/accessibility_button_preview_base.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_button_preview_large_floating_menu.xml b/res/drawable/accessibility_button_preview_large_floating_menu.xml new file mode 100644 index 0000000000000000000000000000000000000000..e003dc7322c434ad32e746515ad024aee58b0c08 --- /dev/null +++ b/res/drawable/accessibility_button_preview_large_floating_menu.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/accessibility_button_preview_small_floating_menu.xml b/res/drawable/accessibility_button_preview_small_floating_menu.xml new file mode 100644 index 0000000000000000000000000000000000000000..3ff8e4b25f409b9d4ba3ade151421007be595481 --- /dev/null +++ b/res/drawable/accessibility_button_preview_small_floating_menu.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/accessibility_color_inversion_banner.gif b/res/drawable/accessibility_color_inversion_banner.gif deleted file mode 100644 index dc7c8acc136e91211b2fb8ec0e656ec13592b2fd..0000000000000000000000000000000000000000 Binary files a/res/drawable/accessibility_color_inversion_banner.gif and /dev/null differ diff --git a/res/drawable/accessibility_magnification_banner.gif b/res/drawable/accessibility_magnification_banner.gif deleted file mode 100644 index f9b7e368ac5541fda15f748170726467aba6301f..0000000000000000000000000000000000000000 Binary files a/res/drawable/accessibility_magnification_banner.gif and /dev/null differ diff --git a/res/drawable/accessibility_magnification_full_screen.png b/res/drawable/accessibility_magnification_full_screen.png deleted file mode 100644 index 7fcd17d5cb5f422a4ca0b11b4e365539f279f1ef..0000000000000000000000000000000000000000 Binary files a/res/drawable/accessibility_magnification_full_screen.png and /dev/null differ diff --git a/res/drawable/accessibility_magnification_window_screen.png b/res/drawable/accessibility_magnification_window_screen.png deleted file mode 100644 index db1f33274b104246fb0857411b956fce56679e42..0000000000000000000000000000000000000000 Binary files a/res/drawable/accessibility_magnification_window_screen.png and /dev/null differ diff --git a/res/drawable/accessibility_shortcut_type_software_floating.xml b/res/drawable/accessibility_shortcut_type_software_floating.xml new file mode 100644 index 0000000000000000000000000000000000000000..958201515f18e473a9bda0cbbbf07eb6fdc5589c --- /dev/null +++ b/res/drawable/accessibility_shortcut_type_software_floating.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/button_border_selected.xml b/res/drawable/button_border_selected.xml index 29acbcea8e1fc7bb0cf28a95e46bb5acbc223a0b..5d2388a42d415298566d3021ef81d347d8f6093d 100644 --- a/res/drawable/button_border_selected.xml +++ b/res/drawable/button_border_selected.xml @@ -15,9 +15,10 @@ limitations under the License. --> + android:color="?androidprv:attr/colorSurface" /> diff --git a/res/drawable/circle.xml b/res/drawable/circle.xml new file mode 100644 index 0000000000000000000000000000000000000000..f207cc2c8f3d72ce4fa751be1cd910c8cca9a805 --- /dev/null +++ b/res/drawable/circle.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/empty_icon.xml b/res/drawable/empty_icon.xml index db55af58d6d9fbabc47a41f6c2181a22a61b4bc0..8e5fd2011877065812976f9146f69e2996274bb2 100644 --- a/res/drawable/empty_icon.xml +++ b/res/drawable/empty_icon.xml @@ -16,6 +16,6 @@ - + diff --git a/res/drawable/face_enroll_introduction.xml b/res/drawable/face_enroll_icon_large.xml similarity index 86% rename from res/drawable/face_enroll_introduction.xml rename to res/drawable/face_enroll_icon_large.xml index 217b13c2ff21b1270160dad254509742d0e3d0b3..578a4a9b741bb533553b97d3a981c666acfe2be5 100644 --- a/res/drawable/face_enroll_introduction.xml +++ b/res/drawable/face_enroll_icon_large.xml @@ -19,26 +19,27 @@ android:width="300dp" android:height="300dp" android:viewportWidth="300" - android:viewportHeight="300"> + android:viewportHeight="300" + android:tint="@color/face_enroll_icon_color"> \ No newline at end of file diff --git a/res/drawable/face_enroll_intro_illustration.xml b/res/drawable/face_enroll_intro_illustration.xml new file mode 100644 index 0000000000000000000000000000000000000000..0459ffd798aa0c7cd8cb4893ad15dc8e0b53b75e --- /dev/null +++ b/res/drawable/face_enroll_intro_illustration.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable/fingerprint_enroll_finish.xml b/res/drawable/fingerprint_enroll_finish.xml index 925e6bc544f1d75ba20909667ef705146ff2b534..7527dd3a3cb14ca57cce5dddcf71e73cf3f51727 100644 --- a/res/drawable/fingerprint_enroll_finish.xml +++ b/res/drawable/fingerprint_enroll_finish.xml @@ -16,85 +16,32 @@ --> + android:width="216dp" + android:height="216dp" + android:viewportWidth="216" + android:viewportHeight="216"> + android:pathData="M107.5,214.9C48.8,214.9 1,167.1 1,108.4C1.1,49.7 48.8,2 107.5,2C166.2,2 214,49.7 214,108.4C214,167.1 166.2,214.9 107.5,214.9ZM107.5,12C54.3,12 11,55.3 11,108.5C11,161.7 54.3,205 107.5,205C160.7,205 204,161.7 204,108.5C204,55.3 160.7,12 107.5,12Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> + android:pathData="M182.2,201.7C196.007,201.7 207.2,190.507 207.2,176.7C207.2,162.893 196.007,151.7 182.2,151.7C168.393,151.7 157.2,162.893 157.2,176.7C157.2,190.507 168.393,201.7 182.2,201.7Z" + android:fillColor="?android:attr/colorBackground"/> + android:pathData="M182.2,149C166.9,149 154.4,161.4 154.4,176.8C154.4,192.2 166.8,204.6 182.2,204.6C197.6,204.6 210,192.2 210,176.8C210,161.4 197.5,149 182.2,149ZM182.2,198.9C170,198.9 160,188.9 160,176.7C160,164.5 170,154.5 182.2,154.5C194.4,154.5 204.4,164.5 204.4,176.7C204.4,189 194.4,198.9 182.2,198.9ZM176.7,182.8L169.5,175.6L165.6,179.5L176.7,190.6L198.9,168.4L195,164.5L176.7,182.8Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> + android:pathData="M81.8,62C80.4,62 79,61.2 78.4,59.9C77.5,58 78.2,55.7 80.1,54.8C88.4,50.6 97.9,48.4 107.6,48.4C117.3,48.4 126.8,50.6 135.1,54.8C137,55.7 137.8,58 136.8,59.9C135.9,61.8 133.6,62.6 131.7,61.6C124.4,58 116.1,56.1 107.7,56.1C99.2,56.1 90.9,58 83.7,61.6C82.9,61.9 82.4,62 81.8,62Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> + android:pathData="M147.3,93.501C146,93.501 144.8,92.901 144.1,91.701C137.5,81.401 123.1,74.701 107.5,74.701C91.9,74.701 77.5,81.401 70.9,91.701C69.8,93.501 67.4,94.001 65.6,92.901C63.8,91.801 63.3,89.401 64.4,87.601C72.5,75.001 89,67.101 107.4,67.101C125.8,67.101 142.3,75.001 150.4,87.601C151.5,89.401 151,91.801 149.2,92.901C148.8,93.301 148.1,93.501 147.3,93.501Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> + android:pathData="M106.8,149.701C106.5,149.701 106.1,149.701 105.8,149.601C94.6,146.401 87.5,130.001 89.1,118.501C90.3,109.801 96.2,104.601 104.8,104.601C112.3,104.601 118.7,110.001 120,117.401L121.3,125.301C122,129.601 125.7,132.701 130,132.701C134.9,132.701 138.9,128.701 138.9,123.801V122.401C138.9,120.301 140.6,118.601 142.7,118.601C144.8,118.601 146.5,120.301 146.5,122.401V123.801C146.5,132.901 139.1,140.301 130,140.301C121.9,140.301 115.1,134.501 113.7,126.501L112.4,118.601C111.8,114.901 108.6,112.201 104.8,112.201C100,112.201 97.4,114.601 96.7,119.501C95.5,128.301 101.4,140.301 107.9,142.101C109.9,142.701 111.1,144.801 110.5,146.801C110,148.601 108.5,149.701 106.8,149.701Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> + android:pathData="M75,140.4C73.5,140.4 72,139.5 71.4,137.9C68.6,130.5 68.5,122.8 68.5,122.5C68.5,102 85.6,85.9 107.5,85.9C129.4,85.9 146.5,102 146.5,122.5C146.5,124.6 144.8,126.3 142.7,126.3C140.6,126.3 138.9,124.6 138.9,122.5C138.9,106.3 125.2,93.5 107.6,93.5C90.1,93.5 76.3,106.2 76.3,122.5C76.3,122.6 76.3,129.1 78.7,135.2C79.5,137.2 78.5,139.4 76.5,140.2C76,140.3 75.5,140.4 75,140.4Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> - - - - - - - - - - - + android:pathData="M107.5,168.5C98.3,168.5 89.9,165.8 83,160.6C81.3,159.3 81,156.9 82.3,155.2C83.6,153.5 86,153.2 87.7,154.5C93.2,158.7 100.1,160.9 107.6,160.9C115.7,160.9 123.3,158.2 129.1,153.2C130.7,151.8 133.1,152 134.5,153.6C135.9,155.2 135.7,157.6 134.1,159C126.9,165.1 117.5,168.5 107.5,168.5Z" + android:fillColor="@color/fingerprint_enrollment_finish_color_outline"/> diff --git a/res/drawable/fingerprint_enroll_introduction.xml b/res/drawable/fingerprint_enroll_introduction.xml index 9781c54000fdce119cc196e654ac3b18689bed67..f48d42605fce8fa05fd13e4550561924f3d14bee 100644 --- a/res/drawable/fingerprint_enroll_introduction.xml +++ b/res/drawable/fingerprint_enroll_introduction.xml @@ -1,5 +1,4 @@ - - - - - - - - - - - + android:width="412dp" + android:height="300dp" + android:viewportHeight="300" + android:viewportWidth="412"> + - + android:fillColor="@color/biometric_enroll_intro_color_bar" + android:pathData="M206,45.75a38,38,0,0,0-14.87,3h0A38.16,38.16,0,0,0,167.79,84v19.21h7V84A31.17,31.17,0,0,1,193.86,55.2h0a31.24,31.24,0,0,1,38.43,11.93l5.88-3.78A38.08,38.08,0,0,0,206,45.75Z" /> + + + + + + + \ No newline at end of file diff --git a/res/drawable/flip_camera_for_selfie.xml b/res/drawable/flip_camera_for_selfie.xml new file mode 100644 index 0000000000000000000000000000000000000000..dcbf9f4dc6806f3baa34db315fe718bbf37d8708 --- /dev/null +++ b/res/drawable/flip_camera_for_selfie.xml @@ -0,0 +1,3 @@ + + + diff --git a/res/drawable/ic_accessibility_magnification.xml b/res/drawable/ic_accessibility_magnification.xml index 0dd3e2e8bbbf1c69955a33ffc86df615bbcf59a1..0b5c4ddb16a9acdaa78ea94669d4928e48ce6064 100644 --- a/res/drawable/ic_accessibility_magnification.xml +++ b/res/drawable/ic_accessibility_magnification.xml @@ -1,5 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_accessibility_visibility.xml b/res/drawable/ic_accessibility_visibility.xml new file mode 100644 index 0000000000000000000000000000000000000000..2c04f390daff67ce61fbad60cc4da60abe7fb8ff --- /dev/null +++ b/res/drawable/ic_accessibility_visibility.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/res/drawable/ic_airplane_safe_networks_24dp.xml b/res/drawable/ic_airplane_safe_networks_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..6c0d9f7f4d52c70972ccd19afc7becae529a4ce7 --- /dev/null +++ b/res/drawable/ic_airplane_safe_networks_24dp.xml @@ -0,0 +1,35 @@ + + + + + + + + diff --git a/res/drawable/ic_alert_red.xml b/res/drawable/ic_alert_red.xml new file mode 100644 index 0000000000000000000000000000000000000000..7b991fb38ef734d33b9219d02697567b396c2e75 --- /dev/null +++ b/res/drawable/ic_alert_red.xml @@ -0,0 +1,31 @@ + + + + + + diff --git a/res/drawable/ic_apps.xml b/res/drawable/ic_apps.xml index 8e9ba82eea06e6b162e962b7bb4bc2bfba110d8e..20583a16f736ce9ef0fb2a32a71f03b5fb8da8f8 100644 --- a/res/drawable/ic_apps.xml +++ b/res/drawable/ic_apps.xml @@ -19,11 +19,7 @@ android:viewportWidth="24.0" android:viewportHeight="24.0"> diff --git a/res/drawable/ic_arrow_downward.xml b/res/drawable/ic_arrow_downward.xml new file mode 100644 index 0000000000000000000000000000000000000000..0def1709ff0cf53fabbc7c8a5f8adc6a54243603 --- /dev/null +++ b/res/drawable/ic_arrow_downward.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_arrow_forward.xml b/res/drawable/ic_arrow_forward.xml new file mode 100644 index 0000000000000000000000000000000000000000..078cb6938372a76bbcfc86649c00321e2489a079 --- /dev/null +++ b/res/drawable/ic_arrow_forward.xml @@ -0,0 +1,26 @@ + + + + diff --git a/res/drawable/ic_audio_adjustment.xml b/res/drawable/ic_audio_adjustment.xml new file mode 100644 index 0000000000000000000000000000000000000000..f1c3724284eb80ad0dc24c2131cf43af2729b004 --- /dev/null +++ b/res/drawable/ic_audio_adjustment.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_battery_low.xml b/res/drawable/ic_battery_low.xml new file mode 100644 index 0000000000000000000000000000000000000000..82f9546d28e79a6373304ca34cb07d28919db7f3 --- /dev/null +++ b/res/drawable/ic_battery_low.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/res/drawable/ic_battery_status_good_24dp.xml b/res/drawable/ic_battery_status_good_24dp.xml index 600d4c97f478ac0abeac688ee1fc01e6cb28c522..47c48fd5699a6e45c5c047ca2e8904e997e53b73 100644 --- a/res/drawable/ic_battery_status_good_24dp.xml +++ b/res/drawable/ic_battery_status_good_24dp.xml @@ -1,5 +1,5 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_calls_sms.xml b/res/drawable/ic_calls_sms.xml new file mode 100644 index 0000000000000000000000000000000000000000..2033e8fc0dcf9492c83d9806a7e1e3809f722e80 --- /dev/null +++ b/res/drawable/ic_calls_sms.xml @@ -0,0 +1,29 @@ + + + + + + diff --git a/res/drawable/ic_captioning.xml b/res/drawable/ic_captioning.xml new file mode 100644 index 0000000000000000000000000000000000000000..ee5c617b6c5dbcc8ce9fd09022a4c83910882337 --- /dev/null +++ b/res/drawable/ic_captioning.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_clear.xml b/res/drawable/ic_clear.xml index 224425fa27d67cd08f9a547cfa047837f32c100c..b2065f4b5a270b71ee25edc90bf7de3fe1daf899 100644 --- a/res/drawable/ic_clear.xml +++ b/res/drawable/ic_clear.xml @@ -18,7 +18,8 @@ android:viewportWidth="24" android:viewportHeight="24" android:width="24dp" - android:height="24dp"> + android:height="24dp" + android:tint="?android:attr/colorControlNormal"> diff --git a/res/drawable/ic_color_inversion.xml b/res/drawable/ic_color_inversion.xml index 5d20d0544b731fd21d822944a82631415ce44dec..cba4dcfd739c9c5a157291527d061f0fd92729ea 100644 --- a/res/drawable/ic_color_inversion.xml +++ b/res/drawable/ic_color_inversion.xml @@ -1,5 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_daltonizer.xml b/res/drawable/ic_daltonizer.xml index 38cce69e96cc444d6953b09b2f440b29a73bbb49..c3d57d9caa5bffc63a13840868eb89d273f1942a 100644 --- a/res/drawable/ic_daltonizer.xml +++ b/res/drawable/ic_daltonizer.xml @@ -1,5 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_dark_ui.xml b/res/drawable/ic_dark_ui.xml new file mode 100644 index 0000000000000000000000000000000000000000..0716cd09ed9ec7f5578aa3408d52dda44de230b3 --- /dev/null +++ b/res/drawable/ic_dark_ui.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_demote_conversation.xml b/res/drawable/ic_demote_conversation.xml index ef25bad859af6a041fb8731d94ce05565e0daff6..056ff5835c1f7b3c80f5d18a2f7036de1bba1525 100644 --- a/res/drawable/ic_demote_conversation.xml +++ b/res/drawable/ic_demote_conversation.xml @@ -17,8 +17,8 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_devices_other.xml b/res/drawable/ic_devices_other.xml index 5ef9f16dd5f30e332f402842a4a95dd69e85e1f6..3d292649c79d16e68706a0f3227e482edb46cb34 100644 --- a/res/drawable/ic_devices_other.xml +++ b/res/drawable/ic_devices_other.xml @@ -16,11 +16,10 @@ + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + android:pathData="M3,6.003H21V4.003H3C1.9,4.003 1,4.903 1,6.003V18.003C1,19.103 1.9,20.003 3,20.003H7V18.003H3V6.003ZM13.002,12.001H9.002V13.781C8.392,14.331 8.002,15.111 8.002,16.001C8.002,16.891 8.392,17.671 9.002,18.221V20.001H13.002V18.221C13.612,17.671 14.002,16.881 14.002,16.001C14.002,15.121 13.612,14.331 13.002,13.781V12.001ZM9.501,16.003C9.501,16.833 10.171,17.503 11.001,17.503C11.831,17.503 12.501,16.833 12.501,16.003C12.501,15.173 11.831,14.503 11.001,14.503C10.171,14.503 9.501,15.173 9.501,16.003ZM22,8.004H16C15.5,8.004 15,8.504 15,9.004V19.004C15,19.504 15.5,20.004 16,20.004H22C22.5,20.004 23,19.504 23,19.004V9.004C23,8.504 22.5,8.004 22,8.004ZM17.002,18H21.002V10H17.002V18Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> - diff --git a/res/drawable/ic_emergency_gesture_24dp.xml b/res/drawable/ic_emergency_gesture_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..ceeacf018e50ce91dd4f40b748db905f77210d31 --- /dev/null +++ b/res/drawable/ic_emergency_gesture_24dp.xml @@ -0,0 +1,35 @@ + + + + + + + diff --git a/res/drawable/ic_enhanced_connectivity.xml b/res/drawable/ic_enhanced_connectivity.xml new file mode 100644 index 0000000000000000000000000000000000000000..45767bd7d446dfd0d9cb2c7b6d7a6d4ba8ff42ee --- /dev/null +++ b/res/drawable/ic_enhanced_connectivity.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_face_24dp.xml b/res/drawable/ic_face_24dp.xml index 7920c12570e5dfbc53c1d3bcaf2f48e2f30215f4..d9bf27d17ebb39705634dfab3a9a39d8fa7dc5ec 100644 --- a/res/drawable/ic_face_24dp.xml +++ b/res/drawable/ic_face_24dp.xml @@ -14,13 +14,12 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License --> - - + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal"> diff --git a/res/drawable/ic_face_enroll_introduction_glasses.xml b/res/drawable/ic_face_enroll_introduction_glasses.xml new file mode 100644 index 0000000000000000000000000000000000000000..5b259d6882abcf7626f6b7bc9f4c3dfd07fb509c --- /dev/null +++ b/res/drawable/ic_face_enroll_introduction_glasses.xml @@ -0,0 +1,28 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_files_go_round.xml b/res/drawable/ic_files_go_round.xml new file mode 100644 index 0000000000000000000000000000000000000000..2025b000ea85b8173dea869ee6b475b4a861064a --- /dev/null +++ b/res/drawable/ic_files_go_round.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_face_enroll_introduction_shield.xml b/res/drawable/ic_fingerprint_introduction_shield_24dp.xml similarity index 76% rename from res/drawable/ic_face_enroll_introduction_shield.xml rename to res/drawable/ic_fingerprint_introduction_shield_24dp.xml index 09d3909cbe1a9024c102372d7fea3b2fb3616dec..28c998471e958d9b6d9aa977d9bec71ebe626ff5 100644 --- a/res/drawable/ic_face_enroll_introduction_shield.xml +++ b/res/drawable/ic_fingerprint_introduction_shield_24dp.xml @@ -1,18 +1,18 @@ + Copyright (C) 2021 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. +--> diff --git a/res/drawable/ic_font_size.xml b/res/drawable/ic_font_size.xml new file mode 100644 index 0000000000000000000000000000000000000000..14217837873b9540c1833e9377af03b670124d3f --- /dev/null +++ b/res/drawable/ic_font_size.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_force_bold.xml b/res/drawable/ic_force_bold.xml new file mode 100644 index 0000000000000000000000000000000000000000..98b648aef84912253cdcd39fff47fc225fe1d87f --- /dev/null +++ b/res/drawable/ic_force_bold.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_hand_gesture.xml b/res/drawable/ic_hand_gesture.xml new file mode 100644 index 0000000000000000000000000000000000000000..34067ea8fae55c45a2b610b777dfc2122d7e158e --- /dev/null +++ b/res/drawable/ic_hand_gesture.xml @@ -0,0 +1,32 @@ + + + + + + + diff --git a/res/drawable/ic_hearing.xml b/res/drawable/ic_hearing.xml new file mode 100644 index 0000000000000000000000000000000000000000..37d3b95366a3b6cb7c39c5e1b7d0dec6245bd61d --- /dev/null +++ b/res/drawable/ic_hearing.xml @@ -0,0 +1,26 @@ + + + + + diff --git a/res/drawable/ic_hearing_aid.xml b/res/drawable/ic_hearing_aid.xml new file mode 100644 index 0000000000000000000000000000000000000000..302fd95cc670bf2066fa607096e2a8e11488514c --- /dev/null +++ b/res/drawable/ic_hearing_aid.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_help.xml b/res/drawable/ic_help.xml index c0afa14307c5b556576c40211d88cb9cda1c527d..9d7819396f63d499fc75d9914fe681715073c1c4 100644 --- a/res/drawable/ic_help.xml +++ b/res/drawable/ic_help.xml @@ -19,6 +19,7 @@ android:viewportWidth="24.0" android:viewportHeight="24.0"> + android:pathData="M2,12C2,6.48 6.48,2 12,2C17.52,2 22,6.48 22,12C22,17.52 17.52,22 12,22C6.48,22 2,17.52 2,12ZM13,16V18H11V16H13ZM12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20ZM8,10C8,7.79 9.79,6 12,6C14.21,6 16,7.79 16,10C16,11.283 15.21,11.973 14.441,12.646C13.711,13.283 13,13.905 13,15H11C11,13.179 11.942,12.457 12.77,11.822C13.42,11.324 14,10.879 14,10C14,8.9 13.1,8 12,8C10.9,8 10,8.9 10,10H8Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_homepage_emergency.xml b/res/drawable/ic_homepage_emergency.xml new file mode 100644 index 0000000000000000000000000000000000000000..081a3fc0055ed45892961cfb605cd24c1ee01441 --- /dev/null +++ b/res/drawable/ic_homepage_emergency.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/res/drawable/ic_homepage_search.xml b/res/drawable/ic_homepage_search.xml index 3895b6b2e85da0dbb6c9975fa16ee3b141769dad..3da1cc75a732964593037fece20ba728c234ad13 100644 --- a/res/drawable/ic_homepage_search.xml +++ b/res/drawable/ic_homepage_search.xml @@ -20,7 +20,7 @@ android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" - android:tint="?android:attr/colorAccent"> + android:tint="?android:attr/textColorSecondary"> diff --git a/res/drawable/ic_homepage_wallpaper.xml b/res/drawable/ic_homepage_wallpaper.xml new file mode 100644 index 0000000000000000000000000000000000000000..0f914652c9e8f22e1db3df427a1f896acfc0af8f --- /dev/null +++ b/res/drawable/ic_homepage_wallpaper.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/res/drawable/ic_illustration_fullscreen.xml b/res/drawable/ic_illustration_fullscreen.xml new file mode 100644 index 0000000000000000000000000000000000000000..fbb62bf799e371119dbe0686f62be63fa79c9b1e --- /dev/null +++ b/res/drawable/ic_illustration_fullscreen.xml @@ -0,0 +1,39 @@ + + + + + + + + + diff --git a/res/drawable/ic_illustration_switch.xml b/res/drawable/ic_illustration_switch.xml new file mode 100644 index 0000000000000000000000000000000000000000..9d3990b5d738f8aac0c90b83f2dba0260a6909a3 --- /dev/null +++ b/res/drawable/ic_illustration_switch.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + diff --git a/res/drawable/ic_illustration_window.xml b/res/drawable/ic_illustration_window.xml new file mode 100644 index 0000000000000000000000000000000000000000..1b87d7d22c4a124126626fe7ae7e234d34ab5054 --- /dev/null +++ b/res/drawable/ic_illustration_window.xml @@ -0,0 +1,41 @@ + + + + + + + + + diff --git a/res/layout/preference_widget_zen_master_icon.xml b/res/drawable/ic_info.xml similarity index 55% rename from res/layout/preference_widget_zen_master_icon.xml rename to res/drawable/ic_info.xml index 64c0db8d61467b2c6ef861c7ef8302ebf198535c..bb80c31aeb0a41e4ffd3e16ad72189594219c1da 100644 --- a/res/layout/preference_widget_zen_master_icon.xml +++ b/res/drawable/ic_info.xml @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/res/drawable/ic_info_outline_24.xml b/res/drawable/ic_info_outline_24.xml new file mode 100644 index 0000000000000000000000000000000000000000..a46bdc179f3b63295967f99668d2ed2001573be3 --- /dev/null +++ b/res/drawable/ic_info_outline_24.xml @@ -0,0 +1,27 @@ + + + + + + diff --git a/res/drawable/ic_info_selector.xml b/res/drawable/ic_info_selector.xml new file mode 100644 index 0000000000000000000000000000000000000000..9c9ba617b3e1777f585233e5d61662e086cd21cf --- /dev/null +++ b/res/drawable/ic_info_selector.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_link_24dp.xml b/res/drawable/ic_link_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..cce1caad5a9e1379e265fbeb2e9cdfa838f6afe9 --- /dev/null +++ b/res/drawable/ic_link_24dp.xml @@ -0,0 +1,32 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_live_caption.xml b/res/drawable/ic_live_caption.xml new file mode 100644 index 0000000000000000000000000000000000000000..fdd90e01be738e3e4fdd3b36eb04bd8db6d13e05 --- /dev/null +++ b/res/drawable/ic_live_caption.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_lock_none.xml b/res/drawable/ic_lock_none.xml new file mode 100644 index 0000000000000000000000000000000000000000..5e74dd10fe30349a3ce28d179a19bac37b69f31d --- /dev/null +++ b/res/drawable/ic_lock_none.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/res/drawable/ic_lock_pin.xml b/res/drawable/ic_lock_pin.xml new file mode 100644 index 0000000000000000000000000000000000000000..587f49cab5bc8620be2210793d17ef465f699f6d --- /dev/null +++ b/res/drawable/ic_lock_pin.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/drawable/ic_lock_swipe.xml b/res/drawable/ic_lock_swipe.xml new file mode 100644 index 0000000000000000000000000000000000000000..b418a63f4bc14ba465c7def8035a287625efb87a --- /dev/null +++ b/res/drawable/ic_lock_swipe.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/res/drawable/ic_network_signal_blue.xml b/res/drawable/ic_network_signal_blue.xml new file mode 100644 index 0000000000000000000000000000000000000000..939bd1a9dd73597b1a8896a14da44d58e1a5c708 --- /dev/null +++ b/res/drawable/ic_network_signal_blue.xml @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/res/drawable/ic_no_internet_available.xml b/res/drawable/ic_no_internet_available.xml new file mode 100644 index 0000000000000000000000000000000000000000..06c6ef37f2fd74ce5d8c5338c2c5260258a0dda6 --- /dev/null +++ b/res/drawable/ic_no_internet_available.xml @@ -0,0 +1,31 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_no_internet_unavailable.xml b/res/drawable/ic_no_internet_unavailable.xml new file mode 100644 index 0000000000000000000000000000000000000000..049034a25b2053ca14896e917421740b7516a515 --- /dev/null +++ b/res/drawable/ic_no_internet_unavailable.xml @@ -0,0 +1,28 @@ + + + + + diff --git a/res/drawable/ic_notification_dot.xml b/res/drawable/ic_notification_dot.xml new file mode 100644 index 0000000000000000000000000000000000000000..25fec481367df0d562f77d792be101a3ab5bffb9 --- /dev/null +++ b/res/drawable/ic_notification_dot.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_headset_24dp.xml b/res/drawable/ic_notification_min.xml similarity index 70% rename from res/drawable/ic_headset_24dp.xml rename to res/drawable/ic_notification_min.xml index 23210d05a044ec7589c710925d6fac9d3ddec4e3..90101dd175432d2ec013156abce9c642c240c7e5 100644 --- a/res/drawable/ic_headset_24dp.xml +++ b/res/drawable/ic_notification_min.xml @@ -1,5 +1,5 @@ + + + \ No newline at end of file diff --git a/res/drawable/ic_notification_silence.xml b/res/drawable/ic_notification_silence.xml index 9da56dd0bbf7192378318432714052968bc65407..4b71d65dcc6b0003e6230b9a415590bf505e805b 100644 --- a/res/drawable/ic_notification_silence.xml +++ b/res/drawable/ic_notification_silence.xml @@ -14,28 +14,13 @@ Copyright (C) 2019 The Android Open Source Project See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - - - - - - - + android:viewportHeight="24" + android:tint="?android:attr/colorControlNormal"> + + diff --git a/res/drawable/ic_notification_vis_override.xml b/res/drawable/ic_notification_vis_override.xml new file mode 100644 index 0000000000000000000000000000000000000000..067128ee04f3ae83594ca1a5ffe3d724062c532f --- /dev/null +++ b/res/drawable/ic_notification_vis_override.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_notifications.xml b/res/drawable/ic_notifications.xml index 20e9e5d8be416bca97c6e3871ebd44a0fffa284a..37d77d876712b4a2ad478d9f16b8e12c6a119d67 100644 --- a/res/drawable/ic_notifications.xml +++ b/res/drawable/ic_notifications.xml @@ -20,9 +20,7 @@ android:viewportHeight="24.0" android:tint="?android:attr/colorControlNormal"> - + android:pathData="M18,17V11C18,7.93 16.37,5.36 13.5,4.68V4C13.5,3.17 12.83,2.5 12,2.5C11.17,2.5 10.5,3.17 10.5,4V4.68C7.64,5.36 6,7.92 6,11V17H4V19H14H14.38H20V17H18ZM16,17H8V11C8,8.52 9.51,6.5 12,6.5C14.49,6.5 16,8.52 16,11V17ZM14,20C14,21.1 13.1,22 12,22C10.9,22 10,21.1 10,20H14Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_ongoing_notification.xml b/res/drawable/ic_ongoing_notification.xml new file mode 100644 index 0000000000000000000000000000000000000000..238b5170a48bf5a80b0bf336a90416196a81a51c --- /dev/null +++ b/res/drawable/ic_ongoing_notification.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_password.xml b/res/drawable/ic_password.xml index 7d5f47190e90764cca1c1505438d41ccad812fab..341e544c63cd27c1b01ec75abfc8850a812d364d 100644 --- a/res/drawable/ic_password.xml +++ b/res/drawable/ic_password.xml @@ -20,15 +20,15 @@ android:viewportHeight="24.0" android:viewportWidth="24.0"> diff --git a/res/drawable/ic_pattern.xml b/res/drawable/ic_pattern.xml index b41129fb7c1e263b3377c49393e232426144f805..788eaa79bad46a3273bf073c58c2bdb41678f245 100644 --- a/res/drawable/ic_pattern.xml +++ b/res/drawable/ic_pattern.xml @@ -20,18 +20,18 @@ android:viewportHeight="24.0" android:viewportWidth="24.0"> diff --git a/res/drawable/ic_phone_info.xml b/res/drawable/ic_phone_info.xml index e0b64ee3c077ae81a07aa5845ae6c35e6fa97c5d..3675c8bc100e8e855319fe456fdf2241b49c207e 100644 --- a/res/drawable/ic_phone_info.xml +++ b/res/drawable/ic_phone_info.xml @@ -1,9 +1,25 @@ + + android:pathData="M7,1L17,1.01C18.1,1.01 19,1.9 19,3V21C19,22.1 18.1,23 17,23H7C5.9,23 5,22.1 5,21V3C5,1.9 5.9,1 7,1ZM7,21H17V20H7V21ZM17,18H7V6H17V18ZM7,3V4H17V3H7ZM11,7H13V9H11V7ZM13,11H11V17H13V11Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_pin.xml b/res/drawable/ic_pin.xml index 577e04f6adcf180833401e8c07a0e9b50f6683c3..682e934018fa68df8f3dd6a5419cdb3f873ba2bb 100644 --- a/res/drawable/ic_pin.xml +++ b/res/drawable/ic_pin.xml @@ -20,6 +20,6 @@ android:viewportHeight="24.0" android:viewportWidth="24.0"> diff --git a/res/drawable/ic_redo_24.xml b/res/drawable/ic_redo_24.xml new file mode 100644 index 0000000000000000000000000000000000000000..21a2020f90a41b8fb4c76e9081e8b1e848b359e5 --- /dev/null +++ b/res/drawable/ic_redo_24.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_reduce_bright_colors.xml b/res/drawable/ic_reduce_bright_colors.xml new file mode 100644 index 0000000000000000000000000000000000000000..fbcabee04a745a8a35c7b63a4464c81cb4a57a92 --- /dev/null +++ b/res/drawable/ic_reduce_bright_colors.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_repair_24dp.xml b/res/drawable/ic_repair_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..da351fc0c35321f9666dd2c7deba7f4702189c93 --- /dev/null +++ b/res/drawable/ic_repair_24dp.xml @@ -0,0 +1,29 @@ + + + + + + diff --git a/res/drawable/ic_rtt_settings.xml b/res/drawable/ic_rtt_settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..f1828e3ccfcfc14decd65f8af9ff44758e065213 --- /dev/null +++ b/res/drawable/ic_rtt_settings.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_screen_zoom.xml b/res/drawable/ic_screen_zoom.xml new file mode 100644 index 0000000000000000000000000000000000000000..2be1dceec346cda2f396e5a0066e98b220111e69 --- /dev/null +++ b/res/drawable/ic_screen_zoom.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_settings_accessibility.xml b/res/drawable/ic_settings_accessibility.xml index 0055a65d681478e3fa98a7f6100b55c86adb7e96..58a5fc2e6ad51421b9214169faa56d1b74030986 100644 --- a/res/drawable/ic_settings_accessibility.xml +++ b/res/drawable/ic_settings_accessibility.xml @@ -14,14 +14,16 @@ limitations under the License. --> + android:pathData="M14,2C14,3.1 13.1,4 12,4C10.9,4 10,3.1 10,2C10,0.9 10.9,0 12,0C13.1,0 14,0.9 14,2ZM12,5C14.83,5 17.89,4.7 20.5,4L21,6C19.14,6.5 17,6.83 15,7V20H13V14H11V20H9V7C7,6.83 4.86,6.5 3,6L3.5,4C6.11,4.7 9.17,5 12,5Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M7,24H9V22H7V24ZM11,24H13V22H11V24ZM17,24H15V22H17V24Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_settings_accounts.xml b/res/drawable/ic_settings_accounts.xml index 50dcf76a4bdb6fc315e782b45d6c87e40365528c..c0c93dd506539662bb46e34accf66929c8dc966a 100644 --- a/res/drawable/ic_settings_accounts.xml +++ b/res/drawable/ic_settings_accounts.xml @@ -19,9 +19,11 @@ android:viewportWidth="24.0" android:viewportHeight="24.0"> + android:pathData="M19,3H5C3.89,3 3,3.9 3,5V19C3,20.1 3.89,21 5,21H19C20.1,21 21,20.1 21,19V5C21,3.9 20.1,3 19,3ZM19,5V15.79C16.52,14.37 13.23,14 12,14C10.77,14 7.48,14.37 5,15.79V5H19ZM5,18.23V19H19V18.23C17.26,16.66 13.68,16 12,16C10.32,16 6.74,16.66 5,18.23Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M15.5,9.5C15.5,11.44 13.94,13 12,13C10.06,13 8.5,11.44 8.5,9.5C8.5,7.56 10.06,6 12,6C13.94,6 15.5,7.56 15.5,9.5ZM13.5,9.5C13.5,8.67 12.83,8 12,8C11.17,8 10.5,8.67 10.5,9.5C10.5,10.33 11.17,11 12,11C12.83,11 13.5,10.33 13.5,9.5Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_settings_battery_white.xml b/res/drawable/ic_settings_battery_white.xml index d1f91c5563c4ad5269afd49a9724d16d39a59469..e042249ad656cbfa31b3158c58933dae1b669bef 100644 --- a/res/drawable/ic_settings_battery_white.xml +++ b/res/drawable/ic_settings_battery_white.xml @@ -19,6 +19,10 @@ android:viewportWidth="24.0" android:viewportHeight="24.0"> + android:pathData="M9.5,4V2H14.5V4H16.67C17.4,4 18,4.6 18,5.33V15V20.67C18,21.4 17.4,22 16.66,22H7.33C6.6,22 6,21.4 6,20.67V15V5.33C6,4.6 6.6,4 7.33,4H9.5ZM8,15V20H16V15V6H8V15Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> + diff --git a/res/drawable/ic_settings_display_white.xml b/res/drawable/ic_settings_display_white.xml index 96be116f605a0826b4a210c003bfed1efc44a565..6e2014421ede935fc48e6e4f86654ba569ad1eee 100644 --- a/res/drawable/ic_settings_display_white.xml +++ b/res/drawable/ic_settings_display_white.xml @@ -14,11 +14,12 @@ limitations under the License. --> + android:pathData="M20.31,9V4.31H15.62L12.31,1L9,4.31H4.31V9L1,12.31L4.31,15.62V20.31H9L12.31,23.62L15.62,20.31H20.31V15.62L23.62,12.31L20.31,9ZM18.31,14.79V18.31H14.79L12.31,20.79L9.83,18.31H6.31V14.79L3.83,12.31L6.31,9.83V6.31H9.83L12.31,3.83L14.79,6.31H18.31V9.83L20.79,12.31L18.31,14.79ZM17.31,12.31C17.31,15.07 15.07,17.31 12.31,17.31V7.31C15.07,7.31 17.31,9.55 17.31,12.31Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_settings_emergency.xml b/res/drawable/ic_settings_emergency.xml new file mode 100644 index 0000000000000000000000000000000000000000..25d42723bb382a240040184169a6c289e3507b6a --- /dev/null +++ b/res/drawable/ic_settings_emergency.xml @@ -0,0 +1,24 @@ + + + + diff --git a/res/drawable/ic_settings_ethernet.xml b/res/drawable/ic_settings_ethernet.xml new file mode 100644 index 0000000000000000000000000000000000000000..6546b9a8384890642dc4d8322476d3cc1653c9d6 --- /dev/null +++ b/res/drawable/ic_settings_ethernet.xml @@ -0,0 +1,34 @@ + + + + + + + diff --git a/res/drawable/ic_settings_expand_less.xml b/res/drawable/ic_settings_expand_less.xml new file mode 100644 index 0000000000000000000000000000000000000000..c3a133c773a5ca402c35645b556897e7dac19be7 --- /dev/null +++ b/res/drawable/ic_settings_expand_less.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_settings_expand_more.xml b/res/drawable/ic_settings_expand_more.xml new file mode 100644 index 0000000000000000000000000000000000000000..cf1376e4462bb8d3c3d38dc2707e30cf89b22181 --- /dev/null +++ b/res/drawable/ic_settings_expand_more.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_settings_location.xml b/res/drawable/ic_settings_location.xml index e1156a909cc4cb66a254f47b3fa33c8c74643f81..9bd630b3b52ff1970a565c9016e368864ab040e4 100644 --- a/res/drawable/ic_settings_location.xml +++ b/res/drawable/ic_settings_location.xml @@ -14,14 +14,15 @@ limitations under the License. --> + android:pathData="M5,9C5,5.13 8.13,2 12,2C15.87,2 19,5.13 19,9C19,14.25 12,22 12,22C12,22 5,14.25 5,9ZM12,4C9.24,4 7,6.24 7,9C7,11.85 9.92,16.21 12,18.88C14.12,16.19 17,11.88 17,9C17,6.24 14.76,4 12,4Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M12,11.5C13.381,11.5 14.5,10.381 14.5,9C14.5,7.619 13.381,6.5 12,6.5C10.619,6.5 9.5,7.619 9.5,9C9.5,10.381 10.619,11.5 12,11.5Z" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_settings_privacy.xml b/res/drawable/ic_settings_privacy.xml index cdb2ac63fa0eb04c35d510401985a3739dcd3ff5..af0f9fd2467aca8602eb20c4573a693e0fb73778 100644 --- a/res/drawable/ic_settings_privacy.xml +++ b/res/drawable/ic_settings_privacy.xml @@ -13,19 +13,25 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + + + + diff --git a/res/drawable/ic_settings_security_white.xml b/res/drawable/ic_settings_security_white.xml index a90bb8f79f7ff5d6d05decc6a6e47b913a88e055..7d18275b92c20cfdb98ec4921ecb8ad48352277c 100644 --- a/res/drawable/ic_settings_security_white.xml +++ b/res/drawable/ic_settings_security_white.xml @@ -16,9 +16,10 @@ - + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + \ No newline at end of file diff --git a/res/drawable/ic_settings_system_dashboard_white.xml b/res/drawable/ic_settings_system_dashboard_white.xml index cf3bb7b2330e548d830e2eba20b1c83ef72b78cb..b12ae75dcd713c530ada17cb69a2c6684e3d0e04 100644 --- a/res/drawable/ic_settings_system_dashboard_white.xml +++ b/res/drawable/ic_settings_system_dashboard_white.xml @@ -14,17 +14,18 @@ limitations under the License. --> + android:pathData="M11,7h2v2h-2z" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M11,11h2v6h-2z" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M2,12C2,6.48 6.48,2 12,2C17.52,2 22,6.48 22,12C22,17.52 17.52,22 12,22C6.48,22 2,17.52 2,12ZM4,12C4,16.41 7.59,20 12,20C16.41,20 20,16.41 20,12C20,7.59 16.41,4 12,4C7.59,4 4,7.59 4,12Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_settings_wallpaper_white.xml b/res/drawable/ic_settings_wallpaper_white.xml new file mode 100644 index 0000000000000000000000000000000000000000..5cdbeb6cc3e2fa2cad4b62a0550fcb8b67dd01c6 --- /dev/null +++ b/res/drawable/ic_settings_wallpaper_white.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_settings_wireless.xml b/res/drawable/ic_settings_wireless.xml index f9b4bbc4439fcd4cf32eb4e6db7c599d4ef6ce1e..f9ea5d0184314a829c86f568849022f80d2b9971 100644 --- a/res/drawable/ic_settings_wireless.xml +++ b/res/drawable/ic_settings_wireless.xml @@ -20,6 +20,11 @@ android:viewportHeight="24.0" android:tint="?android:attr/colorControlNormal"> + android:pathData="M1.003,9L3.003,11C7.973,6.03 16.033,6.03 21.003,11L23.003,9C16.933,2.93 7.083,2.93 1.003,9ZM9.003,17L12.003,20L15.003,17C13.353,15.34 10.663,15.34 9.003,17ZM7.005,15L5.005,13C8.875,9.14 15.145,9.14 19.005,13L17.005,15C14.245,12.241 9.765,12.241 7.005,15Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> + diff --git a/res/drawable/ic_signal_strength_zero_bar_no_internet.xml b/res/drawable/ic_signal_strength_zero_bar_no_internet.xml new file mode 100644 index 0000000000000000000000000000000000000000..f38a36804bc8f0adccfa14644472cfd000e99422 --- /dev/null +++ b/res/drawable/ic_signal_strength_zero_bar_no_internet.xml @@ -0,0 +1,34 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_sim_card.xml b/res/drawable/ic_sim_card.xml new file mode 100644 index 0000000000000000000000000000000000000000..28388e201b2ef030420c19f267161f86fc410b7d --- /dev/null +++ b/res/drawable/ic_sim_card.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/res/drawable/ic_sms.xml b/res/drawable/ic_sms.xml new file mode 100644 index 0000000000000000000000000000000000000000..8cc0a4c6b499491b9faff190e095a9d40b69649d --- /dev/null +++ b/res/drawable/ic_sms.xml @@ -0,0 +1,29 @@ + + + + + + diff --git a/res/drawable/ic_storage_white.xml b/res/drawable/ic_storage_white.xml index 3b5d3c32c7e2ecb54f9b441edaa3ec7a4ca4dffa..d1149a88dd20bf0efe13a408c6742db5c471d8df 100644 --- a/res/drawable/ic_storage_white.xml +++ b/res/drawable/ic_storage_white.xml @@ -19,6 +19,7 @@ android:viewportWidth="24.0" android:viewportHeight="24.0"> + android:pathData="M3,4V8H21V4H3ZM21,20H3V16H21V20ZM7,17H5V19H7V17ZM5,7H7V5H5V7ZM3,14H21V10H3V14ZM7,11H5V13H7V11Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_suggested_notifications.xml b/res/drawable/ic_suggested_notifications.xml index 5bce00032867864dca37b5d443ce821080cae6fb..a696f4780aba49b4721b4930965ae44ba4eba8d5 100644 --- a/res/drawable/ic_suggested_notifications.xml +++ b/res/drawable/ic_suggested_notifications.xml @@ -19,9 +19,9 @@ android:viewportWidth="24.0" android:viewportHeight="24.0"> diff --git a/res/drawable/ic_system_controls.xml b/res/drawable/ic_system_controls.xml new file mode 100644 index 0000000000000000000000000000000000000000..48ee7acf70f4e221efb69cf6293466097b5f725f --- /dev/null +++ b/res/drawable/ic_system_controls.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_tap_assistance.xml b/res/drawable/ic_tap_assistance.xml new file mode 100644 index 0000000000000000000000000000000000000000..63de6b2cd33ff5e67c65341026bcb8d0759c8b75 --- /dev/null +++ b/res/drawable/ic_tap_assistance.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_text_and_display.xml b/res/drawable/ic_text_and_display.xml new file mode 100644 index 0000000000000000000000000000000000000000..476b75346b0782e0c61dfad7c9c235656e5cc6c0 --- /dev/null +++ b/res/drawable/ic_text_and_display.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_text_dot.xml b/res/drawable/ic_text_dot.xml new file mode 100644 index 0000000000000000000000000000000000000000..1a81bc7a13ecb898b6f6ce8ccaa0421cd125a0bf --- /dev/null +++ b/res/drawable/ic_text_dot.xml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/res/drawable/ic_trash_can.xml b/res/drawable/ic_trash_can.xml new file mode 100644 index 0000000000000000000000000000000000000000..7829e1b9f8af6ae655620533302286e1a4d82751 --- /dev/null +++ b/res/drawable/ic_trash_can.xml @@ -0,0 +1,27 @@ + + + + diff --git a/res/drawable/ic_undo_24.xml b/res/drawable/ic_undo_24.xml new file mode 100644 index 0000000000000000000000000000000000000000..0a8e149528768137c0bbc3005dea6e052218de74 --- /dev/null +++ b/res/drawable/ic_undo_24.xml @@ -0,0 +1,25 @@ + + + + \ No newline at end of file diff --git a/res/drawable/ic_upload.xml b/res/drawable/ic_upload.xml new file mode 100644 index 0000000000000000000000000000000000000000..f95ffd42dffd9b6591ebcaa8725170a1bae1a2a8 --- /dev/null +++ b/res/drawable/ic_upload.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_vibration.xml b/res/drawable/ic_vibration.xml new file mode 100644 index 0000000000000000000000000000000000000000..9da4b08583d8ca281b8a7f7af857c0259369ad17 --- /dev/null +++ b/res/drawable/ic_vibration.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_volume_ringer_vibrate.xml b/res/drawable/ic_volume_ringer_vibrate.xml index 4663b7587bd4641949ec54efbe0b0829dab96890..cd50414d648b022c17b30cf748893ca37ca6007c 100644 --- a/res/drawable/ic_volume_ringer_vibrate.xml +++ b/res/drawable/ic_volume_ringer_vibrate.xml @@ -17,8 +17,8 @@ - + android:pathData="M3,15V9H7L12,4V20L7,15H3ZM10,15.17V8.83L7.83,11H5V13H7.83L10,15.17Z" + android:fillType="evenOdd" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M16.5,12C16.5,10.23 15.48,8.71 14,7.97V16.02C15.48,15.29 16.5,13.77 16.5,12Z" + android:fillColor="?android:attr/colorPrimary"/> + android:pathData="M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.85 14,18.71V20.77C18.01,19.86 21,16.28 21,12C21,7.72 18.01,4.14 14,3.23Z" + android:fillColor="?android:attr/colorPrimary"/> diff --git a/res/drawable/ic_warning_circle_24dp.xml b/res/drawable/ic_warning_circle_24dp.xml new file mode 100644 index 0000000000000000000000000000000000000000..54e2ab43f6601f476ef8c1bee4a8ec67705df220 --- /dev/null +++ b/res/drawable/ic_warning_circle_24dp.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/res/drawable/one_handed_guideline.xml b/res/drawable/one_handed_guideline.xml new file mode 100644 index 0000000000000000000000000000000000000000..2c1a15834e5141bc23c94c7550ac8d6a1a94e7fc --- /dev/null +++ b/res/drawable/one_handed_guideline.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/preview_seek_bar_outline.xml b/res/drawable/preview_seek_bar_outline.xml index ef8b8c72ed2328e07ff859ce256a837fa55ebc41..e626e37e700ff95599bf118284abcd9fe8f99a8d 100644 --- a/res/drawable/preview_seek_bar_outline.xml +++ b/res/drawable/preview_seek_bar_outline.xml @@ -24,7 +24,7 @@ android:shape="rectangle" > + android:color="?android:attr/colorBackground" /> + android:color="?android:attr/colorBackground" /> diff --git a/res/drawable/quickly_open_camera.xml b/res/drawable/quickly_open_camera.xml new file mode 100644 index 0000000000000000000000000000000000000000..dcbf9f4dc6806f3baa34db315fe718bbf37d8708 --- /dev/null +++ b/res/drawable/quickly_open_camera.xml @@ -0,0 +1,3 @@ + + + diff --git a/res/drawable/rounded_bg.xml b/res/drawable/rounded_bg.xml index fcdd7614e649f93033c16d93580359d493cb7989..3e4e91bafea6dc17362634a5aa1e8dede41991e0 100644 --- a/res/drawable/rounded_bg.xml +++ b/res/drawable/rounded_bg.xml @@ -15,8 +15,9 @@ limitations under the License. --> - + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/tabs_indicator_background.xml b/res/drawable/tabs_indicator_background.xml new file mode 100644 index 0000000000000000000000000000000000000000..d326e650fe242a4d880eacfba6387e584d047568 --- /dev/null +++ b/res/drawable/tabs_indicator_background.xml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/res/drawable/tile_icon_show_taps.xml b/res/drawable/tile_icon_show_taps.xml new file mode 100644 index 0000000000000000000000000000000000000000..26f4328f202508298761aa04dcd7ef65b14785c2 --- /dev/null +++ b/res/drawable/tile_icon_show_taps.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/wifi_friction.xml b/res/drawable/wifi_friction.xml index fa8268d88d85ac512014ba1121658c4ac2a43ae3..6e9010fb33280a7a6de45ec8e475cbe5cae5ba60 100644 --- a/res/drawable/wifi_friction.xml +++ b/res/drawable/wifi_friction.xml @@ -15,7 +15,7 @@ --> + xmlns:settings="http://schemas.android.com/apk/res-auto"> diff --git a/res/drawable/wifi_signal.xml b/res/drawable/wifi_signal.xml index 78540755a249b578524049d7da8df92231aa0c52..fba779283a0ff6b76614bdf0f6a0c6b13f234faa 100644 --- a/res/drawable/wifi_signal.xml +++ b/res/drawable/wifi_signal.xml @@ -15,7 +15,7 @@ --> + xmlns:settings="http://schemas.android.com/apk/res-auto"> diff --git a/res/layout-land/choose_lock_pattern.xml b/res/layout-land/choose_lock_pattern.xml deleted file mode 100644 index df40ed481563b70483e843249951658091f1be3e..0000000000000000000000000000000000000000 --- a/res/layout-land/choose_lock_pattern.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - -