mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 03:08:58 +03:00
Nicer deleted message view
This commit is contained in:
parent
d7b51b1e3b
commit
4679ab0e79
3 changed files with 16 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue