mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 04:27:35 +01:00
Nicer deleted message view
This commit is contained in:
parent
d7b51b1e3b
commit
4679ab0e79
@ -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" />
|
||||
|
6
vector/src/main/res/values-de/strings_sc.xml
Normal file
6
vector/src/main/res/values-de/strings_sc.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="redacted_stub_text">(Gelöschte Nachricht)</string>
|
||||
|
||||
</resources>
|
6
vector/src/main/res/values/strings_sc.xml
Normal file
6
vector/src/main/res/values/strings_sc.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="redacted_stub_text">(Deleted message)</string>
|
||||
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user