diff --git a/Android.bp b/Android.bp index 2637686381d..bb9db22e8da 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 6b0e7b351b7..9b2cf2412a2 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 47961cd8653..c008e287cf1 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 883e968e4dc..5100c03e509 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 f959f918a74..a9cd4c6321c 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,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="contextual_card_stroke_color">#1f000000</color>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="homepage_wallpaper_background">#E51AD1</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + @@ -1053,7 +1129,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1069,7 +1145,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1085,7 +1161,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1101,7 +1177,7 @@ 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=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1227,22 +1303,6 @@ 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_anim_particle_error">#ff9e9e9e</color> <!-- Material Gray 500 -->" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - - - - - - - - - - - - + errorLine1=" <color name="biometric_enroll_intro_color_bar">#1e8e3e</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" <color name="biometric_enroll_intro_color_icon">#1a73e8</color>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + + + + + + + + + + + + + + + + + @@ -1357,7 +1481,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -1371,22 +1495,6 @@ 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="qr_background_color">#b3ffffff</color> <!-- 70% white transparency -->" 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,284 @@ 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=" android:tint="@color/face_enroll_icon_color">" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1833,12 +2453,76 @@ 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=" 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: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=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + 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=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - - - - - - - - - - - - - - - - - - - - - - - - + column="9"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + errorLine1=" android:color="@color/homepage_wallpaper_background" />" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> @@ -2345,28 +3285,60 @@ 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_generic_icon_background" />" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + errorLine1=" android:color="@color/accessibility_feature_background"/>" + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - - - - + column="13"/> + + + + + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2925,7 +4041,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~"> @@ -2941,7 +4057,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~"> @@ -2957,7 +4073,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~"> @@ -2973,7 +4089,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~"> @@ -2989,7 +4105,7 @@ errorLine2=" ~~~~~~~~~~~~~~~~~~~"> @@ -3005,7 +4121,7 @@ errorLine2=" ^"> @@ -3021,7 +4137,7 @@ errorLine2=" ^"> @@ -3037,7 +4153,7 @@ errorLine2=" ^"> @@ -3053,7 +4169,7 @@ errorLine2=" ^"> @@ -3065,12 +4181,28 @@ 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 name="strokeColor">@color/contextual_card_stroke_color</item>" - errorLine2=" ^"> + errorLine1=" <item name="android:colorError">@color/settings_dialog_colorError</item>" + errorLine2=" ^"> + file="res/values-night/themes.xml" + line="35" + column="41"/> + + + + @@ -3101,10 +4233,42 @@ errorLine2=" ^"> + + + + + + + + @@ -3133,7 +4297,7 @@ errorLine2=" ^"> @@ -3149,7 +4313,7 @@ errorLine2=" ^"> @@ -3165,26 +4329,10 @@ errorLine2=" ^"> - - - - @@ -3309,7 +4457,7 @@ errorLine2=" ^"> @@ -3325,26 +4473,10 @@ 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 70381dd06bb..00000000000 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 00000000000..cd256676316 --- /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 887f117e3ca..00000000000 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 00000000000..82e3c70174f --- /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 00000000000..9e3ec598586 --- /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 00000000000..e003dc7322c --- /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 00000000000..3ff8e4b25f4 --- /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 dc7c8acc136..00000000000 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 f9b7e368ac5..00000000000 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 7fcd17d5cb5..00000000000 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 db1f33274b1..00000000000 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 00000000000..958201515f1 --- /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 29acbcea8e1..5d2388a42d4 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 00000000000..f207cc2c8f3 --- /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 db55af58d6d..8e5fd201187 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 217b13c2ff2..578a4a9b741 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 00000000000..0459ffd798a --- /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 925e6bc544f..7527dd3a3cb 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 9781c54000f..f48d42605fc 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" /> + android:fillColor="@color/biometric_enroll_intro_color_bar" + android:pathData="M238.18,63.35l-5.89,3.78A31.11,31.11,0,0,1,237.21,84v42.55h7V84A38.11,38.11,0,0,0,238.18,63.35Z" /> + android:fillColor="@color/biometric_enroll_intro_color_outline" + android:pathData="M271.77,254.25H140.23a14,14,0,0,1-14-14V138.51a14,14,0,0,1,14-14H271.77a14,14,0,0,1,14,14V240.25A14,14,0,0,1,271.77,254.25ZM140.23,128.51a10,10,0,0,0-10,10V240.25a10,10,0,0,0,10,10H271.77a10,10,0,0,0,10-10V138.51a10,10,0,0,0-10-10Z" /> + android:pathData="M184.93,211.5a27.89,27.89,0,0,1-1.48-8.33c0-11.42,9.71-20.71,22.58-20.71s22.58,9.29,22.58,20.71v0.62a7.71,7.71,0,0,1-7.71,7.71,7.63,7.63,0,0,1-7.13-4.84l-2.58-6.45a7.69,7.69,0,0,0-14.84,2.87,17.57,17.57,0,0,0,6.58,13.71l1.49,1.16" + android:strokeColor="@color/biometric_enroll_intro_color_icon" + android:strokeLineCap="round" + android:strokeMiterLimit="10" + android:strokeWidth="4.93" /> + android:pathData="M186.67,161.49a41.14,41.14,0,0,1,38.72,0" + android:strokeColor="@color/biometric_enroll_intro_color_icon" + android:strokeLineCap="round" + android:strokeMiterLimit="10" + android:strokeWidth="4.93" /> + android:pathData="M180.22,182.46c4.58-7.61,14.42-12.9,25.81-12.9s21.23,5.29,25.81,12.9" + android:strokeColor="@color/biometric_enroll_intro_color_icon" + android:strokeLineCap="round" + android:strokeMiterLimit="10" + android:strokeWidth="4.93" /> - - - - + android:pathData="M222.16,221.18a23.39,23.39,0,0,1-32.26,0" + android:strokeColor="@color/biometric_enroll_intro_color_icon" + android:strokeLineCap="round" + android:strokeMiterLimit="10" + android:strokeWidth="4.93" /> + \ 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 00000000000..dcbf9f4dc68 --- /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 0dd3e2e8bbb..0b5c4ddb16a 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 00000000000..2c04f390daf --- /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 00000000000..6c0d9f7f4d5 --- /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 00000000000..7b991fb38ef --- /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 8e9ba82eea0..20583a16f73 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 00000000000..0def1709ff0 --- /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 00000000000..078cb693837 --- /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 00000000000..f1c3724284e --- /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 00000000000..82f9546d28e --- /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 600d4c97f47..47c48fd5699 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 00000000000..2033e8fc0dc --- /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 00000000000..ee5c617b6c5 --- /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 224425fa27d..b2065f4b5a2 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 5d20d0544b7..cba4dcfd739 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 38cce69e96c..c3d57d9caa5 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 00000000000..0716cd09ed9 --- /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 ef25bad859a..056ff5835c1 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 5ef9f16dd5f..3d292649c79 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 00000000000..ceeacf018e5 --- /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 00000000000..45767bd7d44 --- /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 7920c12570e..d9bf27d17eb 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 00000000000..5b259d6882a --- /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 00000000000..2025b000ea8 --- /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 75% rename from res/drawable/ic_face_enroll_introduction_shield.xml rename to res/drawable/ic_fingerprint_introduction_shield_24dp.xml index 09d3909cbe1..28c998471e9 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 00000000000..14217837873 --- /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 00000000000..98b648aef84 --- /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 00000000000..34067ea8fae --- /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 00000000000..37d3b95366a --- /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 00000000000..302fd95cc67 --- /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 c0afa14307c..9d7819396f6 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 00000000000..081a3fc0055 --- /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 3895b6b2e85..3da1cc75a73 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 00000000000..0f914652c9e --- /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 00000000000..fbb62bf799e --- /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 00000000000..9d3990b5d73 --- /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 00000000000..1b87d7d22c4 --- /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 64c0db8d614..bb80c31aeb0 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 00000000000..a46bdc179f3 --- /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 00000000000..9c9ba617b3e --- /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 00000000000..cce1caad5a9 --- /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 00000000000..fdd90e01be7 --- /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 00000000000..5e74dd10fe3 --- /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 00000000000..587f49cab5b --- /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 00000000000..b418a63f4bc --- /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 00000000000..939bd1a9dd7 --- /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 00000000000..06c6ef37f2f --- /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 00000000000..049034a25b2 --- /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 00000000000..25fec481367 --- /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 23210d05a04..90101dd1754 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 9da56dd0bbf..4b71d65dcc6 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 00000000000..067128ee04f --- /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 20e9e5d8be4..37d77d87671 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 00000000000..238b5170a48 --- /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 7d5f47190e9..341e544c63c 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 b41129fb7c1..788eaa79bad 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 e0b64ee3c07..3675c8bc100 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 577e04f6adc..682e934018f 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 00000000000..21a2020f90a --- /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 00000000000..fbcabee04a7 --- /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 00000000000..da351fc0c35 --- /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 00000000000..f1828e3ccfc --- /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 00000000000..2be1dceec34 --- /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 0055a65d681..58a5fc2e6ad 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 50dcf76a4bd..c0c93dd5065 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 d1f91c5563c..e042249ad65 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 96be116f605..6e2014421ed 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 00000000000..25d42723bb3 --- /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 00000000000..6546b9a8384 --- /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 00000000000..c3a133c773a --- /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 00000000000..cf1376e4462 --- /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 e1156a909cc..9bd630b3b52 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 cdb2ac63fa0..af0f9fd2467 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 a90bb8f79f7..7d18275b92c 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 cf3bb7b2330..b12ae75dcd7 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 00000000000..5cdbeb6cc3e --- /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 f9b4bbc4439..f9ea5d01843 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 00000000000..f38a36804bc --- /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 00000000000..28388e201b2 --- /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 00000000000..8cc0a4c6b49 --- /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 3b5d3c32c7e..d1149a88dd2 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 5bce0003286..a696f4780ab 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 00000000000..48ee7acf70f --- /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 00000000000..63de6b2cd33 --- /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 00000000000..476b75346b0 --- /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 00000000000..1a81bc7a13e --- /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 00000000000..7829e1b9f8a --- /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 00000000000..0a8e1495287 --- /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 00000000000..f95ffd42dff --- /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 00000000000..9da4b08583d --- /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 4663b7587bd..cd50414d648 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 00000000000..54e2ab43f66 --- /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 00000000000..2c1a15834e5 --- /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 ef8b8c72ed2..e626e37e700 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 00000000000..dcbf9f4dc68 --- /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 fcdd7614e64..3e4e91bafea 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 00000000000..d326e650fe2 --- /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 00000000000..26f4328f202 --- /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 fa8268d88d8..6e9010fb332 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 78540755a24..fba779283a0 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 df40ed48156..00000000000 --- a/res/layout-land/choose_lock_pattern.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - -