summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_status_hidden.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-05-10 17:21:22 +0200
committerThomas <tschneider.ac@gmail.com>2022-05-10 17:21:22 +0200
commit8fcbe19d4deec22c8e3e62b1c9d515b5b4f8491a (patch)
tree34896986fd0f3c0affb98f24c2e896da8800f24d /app/src/main/res/layout/drawer_status_hidden.xml
parent87a5b69ba029d57d8c01359c8535775821cd7428 (diff)
Filter timelines locally (hide boosts/replies and filter with regex)
Diffstat (limited to 'app/src/main/res/layout/drawer_status_hidden.xml')
-rw-r--r--app/src/main/res/layout/drawer_status_hidden.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_status_hidden.xml b/app/src/main/res/layout/drawer_status_hidden.xml
new file mode 100644
index 000000000..ac9c9f6d0
--- /dev/null
+++ b/app/src/main/res/layout/drawer_status_hidden.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:visibility="gone" /> \ No newline at end of file