Merge "Add Settings for vector-specific PointerIcon fill colors." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
87334e9c38
@@ -174,6 +174,12 @@
|
||||
<dimen name="keyboard_picker_radius">28dp</dimen>
|
||||
<dimen name="keyboard_picker_text_size">16sp</dimen>
|
||||
|
||||
<!-- Pointer -->
|
||||
<dimen name="pointer_fill_style_circle_diameter">52dp</dimen>
|
||||
<dimen name="pointer_fill_style_circle_padding">8dp</dimen>
|
||||
<dimen name="pointer_fill_style_shape_default_stroke">1dp</dimen>
|
||||
<dimen name="pointer_fill_style_shape_hovered_stroke">3dp</dimen>
|
||||
|
||||
<!-- RemoteAuth-->
|
||||
<dimen name="remoteauth_fragment_padding_horizontal">40dp</dimen>
|
||||
<dimen name="remoteauth_fragment_subtitle_text_size">14sp</dimen>
|
||||
|
@@ -4456,6 +4456,18 @@
|
||||
<string name="trackpad_bottom_right_tap_summary">Tap the bottom right corner of the touchpad for more options</string>
|
||||
<!-- Title text for 'Pointer speed'. [CHAR LIMIT=35] -->
|
||||
<string name="trackpad_pointer_speed">Pointer speed</string>
|
||||
<!-- Title text for mouse pointer fill style. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_fill_style">Pointer fill style</string>
|
||||
<!-- Content description for black pointer fill style. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_fill_style_black_button">Change pointer fill style to black</string>
|
||||
<!-- Content description for green pointer fill style. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_fill_style_green_button">Change pointer fill style to green</string>
|
||||
<!-- Content description for yellow pointer fill style. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_fill_style_yellow_button">Change pointer fill style to yellow</string>
|
||||
<!-- Content description for pink pointer fill style. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_fill_style_pink_button">Change pointer fill style to pink</string>
|
||||
<!-- Content description for blue pointer fill style. [CHAR LIMIT=35] -->
|
||||
<string name="pointer_fill_style_blue_button">Change pointer fill style to blue</string>
|
||||
<!-- Title for the button to trigger the 'touch gesture' education. [CHAR LIMIT=35] -->
|
||||
<string name="trackpad_touch_gesture">Learn touchpad gestures</string>
|
||||
<!-- Search keywords for "touchpad" -->
|
||||
|
Reference in New Issue
Block a user