summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status.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.xml
parent9e499d35a72b9e26f5cf8f54c3ea27db57612fe2 (diff)
Fix #51 - Emoji one not applied
Diffstat (limited to 'app/src/main/res/layout/drawer_status.xml')
-rw-r--r--app/src/main/res/layout/drawer_status.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index db7564469..2cd184873 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -118,7 +118,7 @@
android:layout_marginTop="6dp"
tools:text="Warning: Lorem Ipsum below" />
- <androidx.appcompat.widget.AppCompatTextView
+ <app.fedilab.android.helper.CustomTextView
android:id="@+id/spoiler_expand"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -128,7 +128,7 @@
android:textColor="@color/cyanea_accent_dark_reference"
android:text="@string/show_content" />
- <androidx.appcompat.widget.AppCompatTextView
+ <app.fedilab.android.helper.CustomTextView
android:id="@+id/status_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"