android/app/src/main/res/layout/fragment_empty.xml

6 lines
222 B
XML

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/empty"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="No Results"
/>