The edit pencil icons are static and do not have visual indication of states the way other Android drawables do. This task is to add at least a pressed state so they don't feel like a mock.
Description
Details
Related Objects
- Mentioned In
- rAPAW4a6df00dbe07: Use Material-ish edit pencil background
rEMOBb4405a95637c: Use Material-ish edit pencil background
rMEXT134d580b8ed9: Updated mediawiki/extensions Project: mediawiki/extensions/MobileApp…
rEMOBb6fbc3a4d237: Center edit pencil icon active state
rAPAWa4a9a6593f6e: Add active state to article edit pencil icons
rMEXTf6d87d26b425: Updated mediawiki/extensions Project: mediawiki/extensions/MobileApp…
rMEXTf9d4a1ccf362: Updated mediawiki/extensions Project: mediawiki/extensions/MobileApp…
rEMOBb30e79887374: Add active state to article edit pencil icons
Event Timeline
Change 213760 had a related patch set uploaded (by Niedzielski):
Add active state to article edit pencil icons
Change 213759 had a related patch set uploaded (by Niedzielski):
Add active state to article edit pencil icons
Change 216869 had a related patch set uploaded (by Niedzielski):
Center edit pencil icon active state
I haven't seen any patterns of a grey square in the bg representing a pressed state to a user.
These are the kind of things that we should follow material design guidelines on:
See Responsive Interaction: https://www.google.com/design/spec/animation/responsive-interaction.html#
@Niedzielski, After discussing with @Vibhabamba, it will be sufficient to simply change the background highlight to a circle instead of a square. This is probably accomplished in CSS most easily by adding a "border-radius" to your "active" style.
@Niedzielski - Just a quick note on color
One of these values will make us a bit consistent with any future work around responsive interaction
200 #EEEEEE
300 #E0E0E
Taken from - https://www.google.com/design/spec/style/color.html#color-color-palette
Change 219082 had a related patch set uploaded (by Niedzielski):
Use Material-ish edit pencil background
Change 219083 had a related patch set uploaded (by Niedzielski):
Use Material-ish edit pencil background
@Niedzielski Can I request you to add a screenshot?
Would like to have design signoff done before last day of sprint.
Checked on 2.0.103-alpha-2015-06-19 on Samsung Tablet Ce0168(Android 4.0.4)
No grayish background is displayed behind the pencil icon.
Checked 2.0.105-alpha-2015-07-08 on Nexus 5 API 22 x86 and Samsung Galaxy(android 4.3 GT-I9300).




