aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/layout/placeholder_fragment.xml
blob: bb89ef1a6a7786e58bf4a23c9527d239973e6bed (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:text="@string/placeholder_text" />