summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status_simple.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-05-15 11:03:04 +0200
committerThomas <tschneider.ac@gmail.com>2022-05-15 11:03:04 +0200
commitcc23019bc1c833fe6fad35744a69f4b268b5aad1 (patch)
treea1c1a633e5180acbc71bd7d629bdc7563c96e0ce /app/src/main/res/layout/drawer_status_simple.xml
parent9e499d35a72b9e26f5cf8f54c3ea27db57612fe2 (diff)
Fix #51 - Emoji one not applied
Diffstat (limited to 'app/src/main/res/layout/drawer_status_simple.xml')
-rw-r--r--app/src/main/res/layout/drawer_status_simple.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_status_simple.xml b/app/src/main/res/layout/drawer_status_simple.xml
index 7812294ec..afa741a57 100644
--- a/app/src/main/res/layout/drawer_status_simple.xml
+++ b/app/src/main/res/layout/drawer_status_simple.xml
@@ -78,7 +78,7 @@
android:layout_width="match_parent"
android:layout_height="1dp" />
- <androidx.appcompat.widget.AppCompatTextView
+ <app.fedilab.android.helper.CustomTextView
android:id="@+id/spoiler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -86,7 +86,7 @@
android:layout_marginTop="6dp"
tools:text="Warning: Lorem Ipsum below" />
- <androidx.appcompat.widget.AppCompatTextView
+ <app.fedilab.android.helper.CustomTextView
android:id="@+id/status_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"