(#377) hide sensitive images after showing them
-The web client overlays a small eye button over sensitive images after they've been shown that re-hides them
This commit is contained in:
parent
67f3ce6e4e
commit
87de285fe8
5 changed files with 42 additions and 1 deletions
|
|
@ -250,6 +250,16 @@
|
|||
android:contentDescription="@null"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/status_sensitive_media_button"
|
||||
app:srcCompat="@drawable/ic_remove_red_eye_black_24dp"
|
||||
android:alpha="0.7"
|
||||
android:layout_alignParentTop="true"
|
||||
android:contentDescription="@null"
|
||||
android:padding="@dimen/status_sensitive_media_button_padding"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||
|
|
@ -189,6 +189,16 @@
|
|||
android:contentDescription="@null"
|
||||
android:visibility="gone" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/status_sensitive_media_button"
|
||||
app:srcCompat="@drawable/ic_remove_red_eye_black_24dp"
|
||||
android:alpha="0.7"
|
||||
android:layout_alignParentTop="true"
|
||||
android:contentDescription="@null"
|
||||
android:padding="@dimen/status_sensitive_media_button_padding"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue