2019-06-11 02:18:45 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-07-31 19:33:56 -04:00
|
|
|
<org.thoughtcrime.securesms.revealable.ViewOnceMessageView
|
2019-06-11 02:18:45 -04:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
tools:viewBindingIgnore="true"
|
2019-06-11 02:18:45 -04:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/revealable_view"
|
2020-01-09 14:09:31 -05:00
|
|
|
android:layout_width="wrap_content"
|
2019-06-11 02:18:45 -04:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:visibility="gone"
|
2021-07-29 16:46:32 -03:00
|
|
|
app:revealable_textColor="@color/conversation_item_sent_text_primary_color"
|
|
|
|
app:revealable_openedIconColor="@color/conversation_item_sent_view_once_opened"
|
|
|
|
app:revealable_unopenedIconColor="@color/conversation_item_sent_view_once_unopened"
|
|
|
|
app:revealable_circleColor="@color/conversation_item_sent_view_once_circle"
|
|
|
|
app:revealable_circleColorWithWallpaper="@color/conversation_item_sent_view_once_circle_wallpaper"
|
2019-06-11 02:18:45 -04:00
|
|
|
tools:visibility="visible"/>
|