Nicer deleted message view

This commit is contained in:
SpiritCroc 2020-05-14 11:07:18 +02:00
parent d7b51b1e3b
commit 4679ab0e79
3 changed files with 16 additions and 2 deletions

View File

@ -1,4 +1,6 @@
<View xmlns:android="http://schemas.android.com/apk/res/android"
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="20dp"
android:background="@drawable/redacted_background" />
android:textColor="?vctr_default_text_hint_color"
android:text="@string/redacted_stub_text"
android:textStyle="italic" />

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="redacted_stub_text">(Gelöschte Nachricht)</string>
</resources>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="redacted_stub_text">(Deleted message)</string>
</resources>