Signal-Android/res/layout/conversation_item_received_revealable.xml

13 lines
661 B
XML
Raw Normal View History

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"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/revealable_view"
android:layout_width="148dp"
android:layout_height="wrap_content"
android:visibility="gone"
app:revealable_unopenedForegroundColor="?conversation_item_received_text_primary_color"
app:revealable_openedForegroundColor="?conversation_item_sent_text_primary_color"
tools:visibility="visible"/>