summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layouts/mastodon/layout/tab_profile_custom_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layouts/mastodon/layout/tab_profile_custom_view.xml')
-rw-r--r--app/src/main/res/layouts/mastodon/layout/tab_profile_custom_view.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/tab_profile_custom_view.xml b/app/src/main/res/layouts/mastodon/layout/tab_profile_custom_view.xml
new file mode 100644
index 000000000..a2a62c745
--- /dev/null
+++ b/app/src/main/res/layouts/mastodon/layout/tab_profile_custom_view.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <TextView
+ android:id="@+id/title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:ellipsize="end"
+ android:gravity="center"
+ android:maxLines="1"
+ tools:text="@string/followers" />
+
+ <TextView
+ android:id="@+id/count"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ android:gravity="center"
+ android:maxLines="1"
+ tools:text="10" />
+</androidx.appcompat.widget.LinearLayoutCompat> \ No newline at end of file