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

14 lines
501 B
XML
Raw Normal View History

2018-12-27 18:40:18 +01:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2019-09-06 17:55:14 +02:00
android:layout_width="match_parent"
2019-11-15 16:32:25 +01:00
android:layout_height="wrap_content"
android:orientation="vertical">
2019-09-06 17:55:14 +02:00
2018-12-27 18:40:18 +01:00
<EditText
android:id="@+id/filter_all"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/some_words_all"
2019-11-15 16:32:25 +01:00
android:inputType="text"
2020-05-16 11:32:09 +02:00
android:singleLine="true" />
2018-12-27 18:40:18 +01:00
</LinearLayout>