set the alpha of big contact image at View Details to 0 by default

This commit is contained in:
tibbi 2020-05-01 22:26:43 +02:00
parent 6aec222a15
commit 76a85466ce

View file

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/contact_wrapper" android:id="@+id/contact_wrapper"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
@ -432,11 +430,12 @@
android:id="@+id/contact_photo_big" android:id="@+id/contact_photo_big"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:alpha="0"
android:background="#88000000" android:background="#88000000"
android:clickable="true" android:clickable="true"
android:padding="@dimen/activity_margin" android:padding="@dimen/activity_margin"
android:src="@drawable/img_write_storage"
android:scaleType="fitCenter" android:scaleType="fitCenter"
android:src="@drawable/img_write_storage"
android:visibility="gone" /> android:visibility="gone" />
</RelativeLayout> </RelativeLayout>