fedilab-Android-App/app/src/main/res/layout/tags_instance.xml

14 lines
498 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:orientation="vertical">
<EditText
android:id="@+id/filter_words"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/some_tags"
android:inputType="text"
android:singleLine="true" />
</LinearLayout>