diff --git a/README.md b/README.md index 30b24c7..45137be 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,10 @@ Quick Tile to toggle Conversational Awareness and to switch Noise Control modes, ### Screenshots of the app -![AirPods Settings](/android/imgs/settings.png) -![Debugging View](/android/imgs/debug.png) - +| | | | +|-------------------|-------------------|-------------------| +| ![Settings 1](/android/imgs/settings-1.png) | ![Settings 2](/android/imgs/settings-2.png) | ![Debug Screen](/android/imgs/debug.png) | +| ![Battery Notification](/android/imgs/notification.png) | ![Popup](/android/imgs/popup.png) | ![QuickSetting Tile](/android/imgs/qstile.png) | # License AirPods like Normal (ALN) - Bringing Apple-only features to Linux and Android for seamless AirPods functionality! diff --git a/android/README.md b/android/README.md deleted file mode 100644 index 04a026f..0000000 --- a/android/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Android App for ALN - -> Sorry, I don't know how to write READMEs for android apps, because they're just that, apps. So, here are 2 screenshots of the app: - -## Settings Screen -![Settings Screen](/android/imgs/settings.png) - -## Debug Screen -![Debug Screen](/android/imgs/debug.png) \ No newline at end of file diff --git a/android/imgs/debug.png b/android/imgs/debug.png old mode 100755 new mode 100644 index f2ca95e..1b03492 Binary files a/android/imgs/debug.png and b/android/imgs/debug.png differ diff --git a/android/imgs/notification.png b/android/imgs/notification.png new file mode 100644 index 0000000..23c0c08 Binary files /dev/null and b/android/imgs/notification.png differ diff --git a/android/imgs/popup.png b/android/imgs/popup.png new file mode 100644 index 0000000..4c22048 Binary files /dev/null and b/android/imgs/popup.png differ diff --git a/android/imgs/qstile.png b/android/imgs/qstile.png new file mode 100644 index 0000000..d0cf42e Binary files /dev/null and b/android/imgs/qstile.png differ diff --git a/android/imgs/settings-1.png b/android/imgs/settings-1.png new file mode 100644 index 0000000..6e67d19 Binary files /dev/null and b/android/imgs/settings-1.png differ diff --git a/android/imgs/settings-2.png b/android/imgs/settings-2.png new file mode 100644 index 0000000..1fa3604 Binary files /dev/null and b/android/imgs/settings-2.png differ diff --git a/android/imgs/settings.png b/android/imgs/settings.png deleted file mode 100755 index ac5cab9..0000000 Binary files a/android/imgs/settings.png and /dev/null differ