diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cac160bea62..a4d899d5dc9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2977,7 +2977,6 @@ diff --git a/protos/network_mode_choices.proto b/protos/network_mode_choices.proto index 8c3ec931dec..9c2b9b46365 100644 --- a/protos/network_mode_choices.proto +++ b/protos/network_mode_choices.proto @@ -8,7 +8,8 @@ option java_outer_classname = "NetworkModeChoicesProto"; // EnabledNetworks is a list which tries to categorized the entries of popup menu // based on carrier network types available to the end user. -// Next tag: 13 +// Next tag: 15 +// TODO(b/268145152): rename the ENABLED_NETWORKS for good readability. enum EnabledNetworks { // No EnabledNetworks specified. ENABLED_NETWORKS_UNSPECIFIED = 0; @@ -17,39 +18,56 @@ enum EnabledNetworks { ENABLED_NETWORKS_UNKNOWN = 1; // For the case where CDMA is supported and LTE is not prioritized over - // CDMA. + // CDMA (LTE, 3G, 1x, global). ENABLED_NETWORKS_CDMA_CHOICES = 2; // For the case where CDMA is supported and LTE is not available. + // CDMA (3G, 1x) ENABLED_NETWORKS_CDMA_NO_LTE_CHOICES = 3; // For the case where CDMA is supported and LTE is available. + // CDMA (LTE, Global) ENABLED_NETWORKS_CDMA_ONLY_LTE_CHOICES = 4; // For the case where TDSCDMA is primary network type. + // TDSCDMA (LTE, 3G, 2G) ENABLED_NETWORKS_TDSCDMA_CHOICES = 5; // For the case where GSM and LTE options are removed from the menu. + // (3G) ENABLED_NETWORKS_EXCEPT_GSM_LTE_CHOICES = 6; - // For the case where GSM and 4G options are removed from the menu. + // For the case where GSM option are removed from the menu. The wording of LTE is '4G'. + // (4G, 3G) ENABLED_NETWORKS_EXCEPT_GSM_4G_CHOICES = 7; - // For the case where GSM is removed from the menu, and both 4G/LTE are not an - // option. + // For the case where GSM option are removed from the menu. The wording of LTE is 'LTE'. + // (LTE, 3G) ENABLED_NETWORKS_EXCEPT_GSM_CHOICES = 8; // For the case where LTE is disabled. + // (3G, 3G) ENABLED_NETWORKS_EXCEPT_LTE_CHOICES = 9; - // For the case where GSM related carrier with 4G/LTE supported. + // For the case where GSM related carrier with 4G/LTE supported. The wording of LTE is '4G'. + // (2G, 3G, 4G) ENABLED_NETWORKS_4G_CHOICES = 10; - // For the case where GSM related carrier without 4G/LTE supported. + // For the case where GSM related carrier with 4G/LTE supported. The wording of LTE is 'LTE'. + // (2G, 3G, LTE) ENABLED_NETWORKS_CHOICES = 11; // For the case where world mode is enabled. + // ("Global", "LTE / CDMA", "LTE / GSM / UMTS") PREFERRED_NETWORK_MODE_CHOICES_WORLD_MODE = 12; + + // For the case where GSM, 3G options are removed from the menu. The wording of LTE is '4G'. + // (4G) + ENABLED_NETWORKS_4G_CHOICES_EXCEPT_GSM_3G = 13; + + // For the case where GSM and 3G are removed from the menu. The wording of LTE is 'LTE'. + // (LTE) + ENABLED_NETWORKS_CHOICES_EXCEPT_GSM_3G = 14; } // A request for popup menu. diff --git a/res/drawable-night/accessibility_button_navigation_tablet.xml b/res/drawable-night/accessibility_button_navigation_tablet.xml new file mode 100644 index 00000000000..d92b1440f54 --- /dev/null +++ b/res/drawable-night/accessibility_button_navigation_tablet.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable-night/accessibility_button_preview_base_tablet.xml b/res/drawable-night/accessibility_button_preview_base_tablet.xml new file mode 100644 index 00000000000..633ce689896 --- /dev/null +++ b/res/drawable-night/accessibility_button_preview_base_tablet.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/res/drawable-night/accessibility_button_preview_large_floating_menu_tablet.xml b/res/drawable-night/accessibility_button_preview_large_floating_menu_tablet.xml new file mode 100644 index 00000000000..426403f1b3a --- /dev/null +++ b/res/drawable-night/accessibility_button_preview_large_floating_menu_tablet.xml @@ -0,0 +1,12 @@ + + + + diff --git a/res/drawable-night/accessibility_button_preview_small_floating_menu_tablet.xml b/res/drawable-night/accessibility_button_preview_small_floating_menu_tablet.xml new file mode 100644 index 00000000000..b738d8fbba4 --- /dev/null +++ b/res/drawable-night/accessibility_button_preview_small_floating_menu_tablet.xml @@ -0,0 +1,12 @@ + + + + diff --git a/res/drawable-night/accessibility_button_preview_three_finger_tablet.xml b/res/drawable-night/accessibility_button_preview_three_finger_tablet.xml new file mode 100644 index 00000000000..5a0925c6182 --- /dev/null +++ b/res/drawable-night/accessibility_button_preview_three_finger_tablet.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/res/drawable-night/accessibility_button_preview_two_finger_tablet.xml b/res/drawable-night/accessibility_button_preview_two_finger_tablet.xml new file mode 100644 index 00000000000..ba9c7715f16 --- /dev/null +++ b/res/drawable-night/accessibility_button_preview_two_finger_tablet.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/res/drawable-night/accessibility_captions_banner.xml b/res/drawable-night/accessibility_captioning_banner.xml similarity index 100% rename from res/drawable-night/accessibility_captions_banner.xml rename to res/drawable-night/accessibility_captioning_banner.xml diff --git a/res/drawable-night/accessibility_captioning_banner_tablet.xml b/res/drawable-night/accessibility_captioning_banner_tablet.xml new file mode 100644 index 00000000000..3bd8af9b122 --- /dev/null +++ b/res/drawable-night/accessibility_captioning_banner_tablet.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable-night/illustration_accessibility_gesture_three_finger.xml b/res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml similarity index 100% rename from res/drawable-night/illustration_accessibility_gesture_three_finger.xml rename to res/drawable-night/accessibility_gesture_navigation_three_finger_preview.xml diff --git a/res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml b/res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml new file mode 100644 index 00000000000..1710fa41f23 --- /dev/null +++ b/res/drawable-night/accessibility_gesture_navigation_three_finger_preview_tablet.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable-night/illustration_accessibility_gesture_two_finger.xml b/res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml similarity index 100% rename from res/drawable-night/illustration_accessibility_gesture_two_finger.xml rename to res/drawable-night/accessibility_gesture_navigation_two_finger_preview.xml diff --git a/res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml b/res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml new file mode 100644 index 00000000000..7a5cc48402c --- /dev/null +++ b/res/drawable-night/accessibility_gesture_navigation_two_finger_preview_tablet.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable-night/ic_illustration_fullscreen.xml b/res/drawable-night/accessibility_magnification_mode_fullscreen.xml similarity index 100% rename from res/drawable-night/ic_illustration_fullscreen.xml rename to res/drawable-night/accessibility_magnification_mode_fullscreen.xml diff --git a/res/drawable-night/accessibility_magnification_mode_fullscreen_tablet.xml b/res/drawable-night/accessibility_magnification_mode_fullscreen_tablet.xml new file mode 100644 index 00000000000..b7e2395ebfc --- /dev/null +++ b/res/drawable-night/accessibility_magnification_mode_fullscreen_tablet.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + diff --git a/res/drawable-night/ic_illustration_switch.xml b/res/drawable-night/accessibility_magnification_mode_switch.xml similarity index 100% rename from res/drawable-night/ic_illustration_switch.xml rename to res/drawable-night/accessibility_magnification_mode_switch.xml diff --git a/res/drawable-night/accessibility_magnification_mode_switch_tablet.xml b/res/drawable-night/accessibility_magnification_mode_switch_tablet.xml new file mode 100644 index 00000000000..8c009e3d1ef --- /dev/null +++ b/res/drawable-night/accessibility_magnification_mode_switch_tablet.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + diff --git a/res/drawable-night/ic_illustration_window.xml b/res/drawable-night/accessibility_magnification_mode_window.xml similarity index 100% rename from res/drawable-night/ic_illustration_window.xml rename to res/drawable-night/accessibility_magnification_mode_window.xml diff --git a/res/drawable-night/accessibility_magnification_mode_window_tablet.xml b/res/drawable-night/accessibility_magnification_mode_window_tablet.xml new file mode 100644 index 00000000000..8f52e4473bc --- /dev/null +++ b/res/drawable-night/accessibility_magnification_mode_window_tablet.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + diff --git a/res/drawable-night/accessibility_shortcut_type_hardware_tablet.xml b/res/drawable-night/accessibility_shortcut_type_hardware_tablet.xml new file mode 100644 index 00000000000..1040d057ddd --- /dev/null +++ b/res/drawable-night/accessibility_shortcut_type_hardware_tablet.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable-night/accessibility_shortcut_type_software_floating_tablet.xml b/res/drawable-night/accessibility_shortcut_type_software_floating_tablet.xml new file mode 100644 index 00000000000..c0b562e451a --- /dev/null +++ b/res/drawable-night/accessibility_shortcut_type_software_floating_tablet.xml @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/res/drawable-night/accessibility_shortcut_type_software_gesture.xml b/res/drawable-night/accessibility_shortcut_type_software_gesture.xml index 905586599fe..ea19f7451ff 100644 --- a/res/drawable-night/accessibility_shortcut_type_software_gesture.xml +++ b/res/drawable-night/accessibility_shortcut_type_software_gesture.xml @@ -19,22 +19,22 @@ android:height="300dp" android:viewportWidth="412" android:viewportHeight="300"> - - - - - - - + + + + + + + \ No newline at end of file diff --git a/res/drawable-night/accessibility_shortcut_type_software_gesture_tablet.xml b/res/drawable-night/accessibility_shortcut_type_software_gesture_tablet.xml new file mode 100644 index 00000000000..129f13db30a --- /dev/null +++ b/res/drawable-night/accessibility_shortcut_type_software_gesture_tablet.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + diff --git a/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback.xml b/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback.xml index 0b6f1e6142e..bd9bf19cae6 100644 --- a/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback.xml +++ b/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback.xml @@ -19,25 +19,25 @@ android:height="300dp" android:viewportWidth="412" android:viewportHeight="300"> - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback_tablet.xml b/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback_tablet.xml new file mode 100644 index 00000000000..d113fff8b72 --- /dev/null +++ b/res/drawable-night/accessibility_shortcut_type_software_gesture_talkback_tablet.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable-night/accessibility_shortcut_type_software_tablet.xml b/res/drawable-night/accessibility_shortcut_type_software_tablet.xml new file mode 100644 index 00000000000..49a2661d205 --- /dev/null +++ b/res/drawable-night/accessibility_shortcut_type_software_tablet.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + diff --git a/res/drawable-sw600dp/ic_settings_about_device.xml b/res/drawable-sw600dp/ic_settings_about_device.xml new file mode 100644 index 00000000000..a7164823762 --- /dev/null +++ b/res/drawable-sw600dp/ic_settings_about_device.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/accessibility_button_navigation_tablet.xml b/res/drawable/accessibility_button_navigation_tablet.xml new file mode 100644 index 00000000000..d8ae5034663 --- /dev/null +++ b/res/drawable/accessibility_button_navigation_tablet.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_button_preview_base_tablet.xml b/res/drawable/accessibility_button_preview_base_tablet.xml new file mode 100644 index 00000000000..1b6a2f72f98 --- /dev/null +++ b/res/drawable/accessibility_button_preview_base_tablet.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/res/drawable/accessibility_button_preview_large_floating_menu_tablet.xml b/res/drawable/accessibility_button_preview_large_floating_menu_tablet.xml new file mode 100644 index 00000000000..99798d5afa8 --- /dev/null +++ b/res/drawable/accessibility_button_preview_large_floating_menu_tablet.xml @@ -0,0 +1,12 @@ + + + + diff --git a/res/drawable/accessibility_button_preview_small_floating_menu_tablet.xml b/res/drawable/accessibility_button_preview_small_floating_menu_tablet.xml new file mode 100644 index 00000000000..e31265c1148 --- /dev/null +++ b/res/drawable/accessibility_button_preview_small_floating_menu_tablet.xml @@ -0,0 +1,12 @@ + + + + diff --git a/res/drawable/accessibility_button_preview_three_finger_tablet.xml b/res/drawable/accessibility_button_preview_three_finger_tablet.xml new file mode 100644 index 00000000000..a5590c4eea7 --- /dev/null +++ b/res/drawable/accessibility_button_preview_three_finger_tablet.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/res/drawable/accessibility_button_preview_two_finger_tablet.xml b/res/drawable/accessibility_button_preview_two_finger_tablet.xml new file mode 100644 index 00000000000..dbc5ad41931 --- /dev/null +++ b/res/drawable/accessibility_button_preview_two_finger_tablet.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/res/drawable/accessibility_captions_banner.xml b/res/drawable/accessibility_captioning_banner.xml similarity index 100% rename from res/drawable/accessibility_captions_banner.xml rename to res/drawable/accessibility_captioning_banner.xml diff --git a/res/drawable/accessibility_captioning_banner_tablet.xml b/res/drawable/accessibility_captioning_banner_tablet.xml new file mode 100644 index 00000000000..f1f8dcd1d48 --- /dev/null +++ b/res/drawable/accessibility_captioning_banner_tablet.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable/illustration_accessibility_gesture_three_finger.xml b/res/drawable/accessibility_gesture_navigation_three_finger_preview.xml similarity index 100% rename from res/drawable/illustration_accessibility_gesture_three_finger.xml rename to res/drawable/accessibility_gesture_navigation_three_finger_preview.xml diff --git a/res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml b/res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml new file mode 100644 index 00000000000..fab08537886 --- /dev/null +++ b/res/drawable/accessibility_gesture_navigation_three_finger_preview_tablet.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/illustration_accessibility_gesture_two_finger.xml b/res/drawable/accessibility_gesture_navigation_two_finger_preview.xml similarity index 100% rename from res/drawable/illustration_accessibility_gesture_two_finger.xml rename to res/drawable/accessibility_gesture_navigation_two_finger_preview.xml diff --git a/res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml b/res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml new file mode 100644 index 00000000000..f976f02efa4 --- /dev/null +++ b/res/drawable/accessibility_gesture_navigation_two_finger_preview_tablet.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_illustration_fullscreen.xml b/res/drawable/accessibility_magnification_mode_fullscreen.xml similarity index 100% rename from res/drawable/ic_illustration_fullscreen.xml rename to res/drawable/accessibility_magnification_mode_fullscreen.xml diff --git a/res/drawable/accessibility_magnification_mode_fullscreen_tablet.xml b/res/drawable/accessibility_magnification_mode_fullscreen_tablet.xml new file mode 100644 index 00000000000..389a05e1a1b --- /dev/null +++ b/res/drawable/accessibility_magnification_mode_fullscreen_tablet.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + diff --git a/res/drawable/ic_illustration_switch.xml b/res/drawable/accessibility_magnification_mode_switch.xml similarity index 100% rename from res/drawable/ic_illustration_switch.xml rename to res/drawable/accessibility_magnification_mode_switch.xml diff --git a/res/drawable/accessibility_magnification_mode_switch_tablet.xml b/res/drawable/accessibility_magnification_mode_switch_tablet.xml new file mode 100644 index 00000000000..7c1a9f4c0fe --- /dev/null +++ b/res/drawable/accessibility_magnification_mode_switch_tablet.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + diff --git a/res/drawable/ic_illustration_window.xml b/res/drawable/accessibility_magnification_mode_window.xml similarity index 100% rename from res/drawable/ic_illustration_window.xml rename to res/drawable/accessibility_magnification_mode_window.xml diff --git a/res/drawable/accessibility_magnification_mode_window_tablet.xml b/res/drawable/accessibility_magnification_mode_window_tablet.xml new file mode 100644 index 00000000000..f5bb7e0524b --- /dev/null +++ b/res/drawable/accessibility_magnification_mode_window_tablet.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_shortcut_type_hardware_tablet.xml b/res/drawable/accessibility_shortcut_type_hardware_tablet.xml new file mode 100644 index 00000000000..db0906e9295 --- /dev/null +++ b/res/drawable/accessibility_shortcut_type_hardware_tablet.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_shortcut_type_software_floating_tablet.xml b/res/drawable/accessibility_shortcut_type_software_floating_tablet.xml new file mode 100644 index 00000000000..4b0470410aa --- /dev/null +++ b/res/drawable/accessibility_shortcut_type_software_floating_tablet.xml @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/res/drawable/accessibility_shortcut_type_software_gesture.xml b/res/drawable/accessibility_shortcut_type_software_gesture.xml index 514dd517898..2ded59f63c8 100644 --- a/res/drawable/accessibility_shortcut_type_software_gesture.xml +++ b/res/drawable/accessibility_shortcut_type_software_gesture.xml @@ -19,40 +19,40 @@ android:height="300dp" android:viewportWidth="412" android:viewportHeight="300"> - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/res/drawable/accessibility_shortcut_type_software_gesture_tablet.xml b/res/drawable/accessibility_shortcut_type_software_gesture_tablet.xml new file mode 100644 index 00000000000..2dccf2a846d --- /dev/null +++ b/res/drawable/accessibility_shortcut_type_software_gesture_tablet.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_shortcut_type_software_gesture_talkback.xml b/res/drawable/accessibility_shortcut_type_software_gesture_talkback.xml index 9388e66e8d5..2de804c333b 100644 --- a/res/drawable/accessibility_shortcut_type_software_gesture_talkback.xml +++ b/res/drawable/accessibility_shortcut_type_software_gesture_talkback.xml @@ -19,25 +19,25 @@ android:height="300dp" android:viewportWidth="412" android:viewportHeight="300"> - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/res/drawable/accessibility_shortcut_type_software_gesture_talkback_tablet.xml b/res/drawable/accessibility_shortcut_type_software_gesture_talkback_tablet.xml new file mode 100644 index 00000000000..e122ae1fef8 --- /dev/null +++ b/res/drawable/accessibility_shortcut_type_software_gesture_talkback_tablet.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable/accessibility_shortcut_type_software_tablet.xml b/res/drawable/accessibility_shortcut_type_software_tablet.xml new file mode 100644 index 00000000000..334344d7d60 --- /dev/null +++ b/res/drawable/accessibility_shortcut_type_software_tablet.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + diff --git a/res/drawable/face_enroll_icon_large.xml b/res/drawable/face_enroll_icon_large.xml index 578a4a9b741..6d9b155e0ca 100644 --- a/res/drawable/face_enroll_icon_large.xml +++ b/res/drawable/face_enroll_icon_large.xml @@ -16,8 +16,8 @@ --> diff --git a/res/drawable/ic_homepage_about.xml b/res/drawable/ic_homepage_about.xml index ef2136eed8f..459ec934265 100644 --- a/res/drawable/ic_homepage_about.xml +++ b/res/drawable/ic_homepage_about.xml @@ -29,5 +29,5 @@ android:height="@dimen/dashboard_tile_foreground_image_size" android:start="@dimen/dashboard_tile_foreground_image_inset" android:top="@dimen/dashboard_tile_foreground_image_inset" - android:drawable="@drawable/ic_phone_info" /> + android:drawable="@drawable/ic_settings_about_device" /> diff --git a/res/drawable/ic_lock_24dp.xml b/res/drawable/ic_lock_24dp.xml new file mode 100644 index 00000000000..a3f699fe3dd --- /dev/null +++ b/res/drawable/ic_lock_24dp.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/res/drawable/ic_lock_none.xml b/res/drawable/ic_lock_none.xml index 5e74dd10fe3..31069b7ab44 100644 --- a/res/drawable/ic_lock_none.xml +++ b/res/drawable/ic_lock_none.xml @@ -21,8 +21,8 @@ android:viewportHeight="24"> + android:fillColor="?android:attr/colorAccent"/> + android:fillColor="?android:attr/colorAccent"/> diff --git a/res/drawable/ic_lock_swipe.xml b/res/drawable/ic_lock_swipe.xml index b418a63f4bc..f7e78b86e1f 100644 --- a/res/drawable/ic_lock_swipe.xml +++ b/res/drawable/ic_lock_swipe.xml @@ -21,8 +21,8 @@ android:viewportHeight="24"> + android:fillColor="?android:attr/colorAccent"/> + android:fillColor="?android:attr/colorAccent"/> diff --git a/res/drawable/ic_phone_info.xml b/res/drawable/ic_settings_about_device.xml similarity index 100% rename from res/drawable/ic_phone_info.xml rename to res/drawable/ic_settings_about_device.xml diff --git a/res/layout-land/choose_lock_pattern_common.xml b/res/layout-land/choose_lock_pattern_common.xml new file mode 100644 index 00000000000..cb51703a310 --- /dev/null +++ b/res/layout-land/choose_lock_pattern_common.xml @@ -0,0 +1,73 @@ + + + + + + + + + + +