Fix image sizing

This commit is contained in:
Anay Wadhera
2024-01-10 15:25:20 -08:00
parent c522dadfc1
commit 99c2e04f66
+5 -3
View File
@@ -18,6 +18,8 @@ MainViewModel - contains the business logic for processing and binding to the sl
MainActivity - hosts the `MainView` composable and provides the intent to fill in the slice's PendingIntent action with, providing the data to send via Nearby Share.
## Screenshots
<img alt="No devices available screenshot" src="screenshots/no_devices.png" width="240">
<img alt="Devices available screenshot" src="screenshots/devices.png" width="240">
<img alt="Consent prompt screenshot" src="screenshots/consent.png" width="240">
<p align="left">
<img alt="No devices available screenshot" src="screenshots/no_devices.png" width="33%">
<img alt="Devices available screenshot" src="screenshots/devices.png" width="33%">
<img alt="Consent prompt screenshot" src="screenshots/consent.png" width="33%">
</p>