summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/popup_add_followed_tagt.xml
blob: 2b9bdc0a122ae8259f0e09ee37719eab5cf641fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>