Starting to add an activity to query the database

This commit is contained in:
Graham Jones
2019-11-12 11:15:42 +00:00
parent 14fce1b6e1
commit f40c363808
4 changed files with 42 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 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=".DBQueryActivity">
</android.support.constraint.ConstraintLayout>