Add touch highlight to contact photos

This commit is contained in:
Veeti Paananen
2014-02-25 05:07:12 +02:00
parent 4f066757e7
commit 757cb1c846
5 changed files with 250 additions and 9 deletions

View File

@@ -58,4 +58,10 @@
<attr name="menu_group_icon" format="reference" />
<attr name="menu_split_icon" format="reference" />
<attr name="menu_accept_icon" format="reference" />
<declare-styleable name="ForegroundImageView">
<attr name="android:foreground" />
<attr name="android:foregroundInsidePadding" />
<attr name="android:foregroundGravity" />
</declare-styleable>
</resources>