fedilab-Android-App/app/src/main/res/layouts/mastodon/layout/popup_add_followed_tagt.xml

17 lines
671 B
XML

<?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>