allow adding a contact to Favorites during creating

This commit is contained in:
tibbi
2018-02-10 23:36:22 +01:00
parent 962ff318e6
commit dd678cc7d2
3 changed files with 36 additions and 11 deletions

View File

@ -31,8 +31,7 @@
android:layout_toRightOf="@+id/contact_photo"
android:adjustViewBounds="true"
android:padding="@dimen/tiny_margin"
android:src="@drawable/ic_star_off_big"
android:visibility="gone"/>
android:src="@drawable/ic_star_off_big"/>
<LinearLayout
android:id="@+id/contact_actions_holder"