android: add stub activity for receiving file submissions

This commit is contained in:
2020-10-26 09:07:01 -05:00
parent 2575c152eb
commit 4f7d6c1230
11 changed files with 174 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="net.monarchpass.piecannon.Main">
</ScrollView>