revert the fix img size in readme

This commit is contained in:
Kavish Devar
2024-10-14 03:02:41 +05:30
parent 38f1ea10f8
commit e3ed9bf650

View File

@@ -21,10 +21,9 @@
Check out the README file in [linux](/linux) folder for more info.
This tray app communicates with a daemon with the help of a UNIX socket. The daemon is responsible for the actual communication with the AirPods. The tray app is just a frontend for the daemon, that does ear-detection, conversational awareness, setting the noise-cancellation mode, and more.
<div style="display: flex; flex-wrap: wrap;">
<img src="/linux/imgs/tray-icon-hover.png" alt="Linux Tray Icon Hover" style="flex: 1; min-width: 300px; max-width: 50%;">
<img src="/linux/imgs/tray-icon-menu.png" alt="Linux Tray Icon Menu" style="flex: 1; min-width: 300px; max-width: 50%;">
</div>
![Tray Battery App](/linux/imgs/tray.png)
![Tray Noise Control Mode Menu](/linux/imgs/menu.png)
## Android
@@ -32,12 +31,10 @@ This tray app communicates with a daemon with the help of a UNIX socket. The dae
But once that's fixed, or you have fixed the issue using root, download the APK, and you're off!
I don't know how to write READMEs for android apps, because they're just that, apps. So, here's a screenshot of the app:
I don't know how to write READMEs for android apps, because they're just that, apps. So, here are two screenshots of the app:
<div style="display: flex; flex-wrap: wrap;">
<img src="/android/imgs/settings.png" alt="Settings Screen" style="flex: 1; min-width: 300px; max-width: 50%;">
<img src="/android/imgs/debug.png" alt="Debug Screen" style="flex: 1; min-width: 300px; max-width: 50%;">
</div>
![AirPods Settings](/android/imgs/settings.png)
![Debugging View](/android/imgs/debug.png)
> Quick Tile to toggle Conversational Awareness and to switch Noise Control modes, and Battery Widget (App and AndroidSystemIntelligence)/Notification coming soon!!