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. 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. 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%;"> ![Tray Battery App](/linux/imgs/tray.png)
<img src="/linux/imgs/tray-icon-menu.png" alt="Linux Tray Icon Menu" style="flex: 1; min-width: 300px; max-width: 50%;"> ![Tray Noise Control Mode Menu](/linux/imgs/menu.png)
</div>
## Android ## 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! 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;"> ![AirPods Settings](/android/imgs/settings.png)
<img src="/android/imgs/settings.png" alt="Settings Screen" style="flex: 1; min-width: 300px; max-width: 50%;"> ![Debugging View](/android/imgs/debug.png)
<img src="/android/imgs/debug.png" alt="Debug Screen" style="flex: 1; min-width: 300px; max-width: 50%;">
</div>
> Quick Tile to toggle Conversational Awareness and to switch Noise Control modes, and Battery Widget (App and AndroidSystemIntelligence)/Notification coming soon!! > Quick Tile to toggle Conversational Awareness and to switch Noise Control modes, and Battery Widget (App and AndroidSystemIntelligence)/Notification coming soon!!