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

13 lines
499 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"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/filter_all"
android:inputType="text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/some_words_all"
android:maxLines="1"
/>
</LinearLayout>