diff options
Diffstat (limited to 'app/src/main/res/layout/placeholder_fragment.xml')
-rw-r--r-- | app/src/main/res/layout/placeholder_fragment.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/res/layout/placeholder_fragment.xml b/app/src/main/res/layout/placeholder_fragment.xml deleted file mode 100644 index c519b994..00000000 --- a/app/src/main/res/layout/placeholder_fragment.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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:background="?android:attr/colorBackground" - android:gravity="center" - android:text="@string/placeholder_text" /> |