Add NoPermissionsFragment

This commit is contained in:
misaochan 2017-06-02 01:30:13 +10:00
parent 2e72b29fba
commit 18bb59403b
4 changed files with 63 additions and 15 deletions

View file

@ -0,0 +1,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="fr.free.nrw.commons.nearby.NoPermissionsFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
</FrameLayout>