Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Gemini Android πŸ€–
<h1>
<img src="docs/logo_gemini.png" alt="" height="32" align="top" />
Gemini Android
</h1>
Comment on lines +1 to +4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Consider providing a meaningful alt text for the logo image for better accessibility.

The image currently uses an empty alt attribute. Since it’s part of the main heading, consider a descriptive value like alt="Gemini Android logo", unless you intentionally want it treated as decorative by screen readers.

Suggested change
<h1>
<img src="docs/logo_gemini.png" alt="" height="32" align="top" />
Gemini Android
</h1>
<h1>
<img src="docs/logo_gemini.png" alt="Gemini Android logo" height="32" align="top" />
Gemini Android
</h1>


[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.24-7F52FF.svg?logo=kotlin&logoColor=white)](https://kotlinlang.org/)
Expand Down
Binary file added docs/logo_gemini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 0 additions & 37 deletions docs/screenshots/README.md

This file was deleted.

5 changes: 4 additions & 1 deletion fr/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Gemini Android πŸ€–
<h1>
<img src="../docs/logo_gemini.png" alt="" height="32" align="top" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Consider adding a descriptive alt text to the logo image to improve accessibility.

Since the alt attribute is currently empty, consider adding a brief description (for example, alt="Gemini Android logo") if the logo serves to identify the project rather than being purely decorative.

Gemini Android
</h1>

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](../LICENSE)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.24-7F52FF.svg?logo=kotlin&logoColor=white)](https://kotlinlang.org/)
Expand Down
Loading