From 5c0ed1708a3f23fcb78cfe8442487a403674c56a Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sat, 8 May 2021 18:12:27 -0600 Subject: added readme from old project, updated todo --- README.md | 12 +++++ app/src/main/res/layout/about_fragment.xml | 74 +++++++++++++++++++++++++++++- 2 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d50d626 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## This is the `dev` branch!! +**You are on the `dev` branch for Wiimmfi Watcher.** This is seperate from the `master` branch, which contains the currently most stable version, while this branch is made for me to work on the app without changing currently stable code. If you are looking for the `master` branch, [click here.](https://github.com/brysonsteck/wiimmfi-watcher/tree/master) + +# Wiimmfi Watcher + +Wiimmfi Watcher is an Android application that allows you to watch Mario Kart Wii gameplay by simply entering your friend code. + +## TODO + +* Fix the repeating recent friend codes (if possible) +* Create the app on the Play Store +* Create a meaningful README diff --git a/app/src/main/res/layout/about_fragment.xml b/app/src/main/res/layout/about_fragment.xml index 0aeaf42..623b71f 100644 --- a/app/src/main/res/layout/about_fragment.xml +++ b/app/src/main/res/layout/about_fragment.xml @@ -2,6 +2,7 @@ @@ -17,7 +18,7 @@ app:layout_constraintTop_toTopOf="parent" /> + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3