[android] only enable image feature if contact supports it

Also show an onboarding the first time, the feature gets activiated
This commit is contained in:
Torsten Grote
2018-12-17 15:41:47 -02:00
committed by akwizgran
parent 8183b7b26a
commit 16c701a71a
8 changed files with 161 additions and 11 deletions

View File

@@ -40,7 +40,7 @@
android:focusable="true"
android:padding="4dp"
android:scaleType="center"
android:src="@drawable/ic_image"
android:src="@drawable/ic_image_off"
android:visibility="invisible"
app:tint="?attr/colorControlNormal"/>