1
0
mirror of https://gitlab.com/openlp/android.git synced 2024-09-28 19:07:36 +00:00
android/app/src/main/res/layout/fragment_empty.xml

6 lines
222 B
XML
Raw Permalink Normal View History

2018-09-10 16:17:08 +00:00
<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"
/>