summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/popup_add_followed_tagt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/popup_add_followed_tagt.xml')
-rw-r--r--app/src/main/res/layout/popup_add_followed_tagt.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/main/res/layout/popup_add_followed_tagt.xml b/app/src/main/res/layout/popup_add_followed_tagt.xml
new file mode 100644
index 000000000..2b9bdc0a1
--- /dev/null
+++ b/app/src/main/res/layout/popup_add_followed_tagt.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_margin="@dimen/fab_margin"
+ android:orientation="vertical">
+
+ <androidx.appcompat.widget.AppCompatEditText
+ android:id="@+id/add_tag"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="20dp"
+ android:layout_marginBottom="20dp"
+ android:hint="@string/write_the_tag_to_follow"
+ android:inputType="text"
+ android:singleLine="true" />
+</LinearLayout> \ No newline at end of file