Adding UI for editing the name and the picture of a limited user.
A limited user may not have access to contacts, thus the settings app has to be able to show UI for selecting a user photo from gallery or via camera. bug:8566861 Change-Id: I1974b1a19b0fee8c737d1345302e1b2fba108379
This commit is contained in:
@@ -65,4 +65,8 @@
|
||||
<dimen name="circle_avatar_size">48dp</dimen>
|
||||
<dimen name="circle_avatar_frame_stroke_width">1dp</dimen>
|
||||
<dimen name="circle_avatar_frame_shadow_radius">3dp</dimen>
|
||||
|
||||
<!-- Minimum width for the popup for updating a user's photo. -->
|
||||
<dimen name="update_user_photo_popup_min_width">300dip</dimen>
|
||||
|
||||
</resources>
|
||||
|
@@ -3202,7 +3202,7 @@
|
||||
interacting with an app.</string>
|
||||
|
||||
<!-- Title for a warning about disabling an accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="disable_service_title">Stop<xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
|
||||
<string name="disable_service_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string>
|
||||
<!-- Message for a warning about disabling accessibility service. [CHAR LIMIT=NONE] -->
|
||||
<string name="disable_service_message">Touching OK will
|
||||
stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string>
|
||||
@@ -4498,4 +4498,10 @@
|
||||
<string name="wizard_next">Next</string>
|
||||
<!-- Wizard next button label [CHAR LIMIT=25] -->
|
||||
<string name="wizard_finish">Finish</string>
|
||||
|
||||
<!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
|
||||
<string name="user_image_take_photo" msgid="7496128293167402354">Take photo</string>
|
||||
<!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
|
||||
<string name="user_image_choose_photo" msgid="3746334626214970837">Choose photo from Gallery</string>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user