Skip to content

Commit

Permalink
accessibility work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sal7one committed Jan 29, 2022
1 parent 7004119 commit a1c6e7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Android/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
android:layout_height="85dp"
android:layout_weight="1"
android:background="@android:drawable/screen_background_light_transparent"
android:contentDescription="@string/todo"
android:contentDescription="@string/spotify_btn"
app:srcCompat="@drawable/spoti"
tools:ignore="SpeakableTextPresentCheck,ImageContrastCheck,DuplicateSpeakableTextCheck" />

Expand All @@ -67,19 +67,19 @@
android:layout_height="85dp"
android:layout_weight="1"
android:background="@android:drawable/screen_background_light_transparent"
android:contentDescription="@string/applemusic_btn"
app:srcCompat="@drawable/applem"
tools:ignore="SpeakableTextPresentCheck"
android:contentDescription="@string/todo" />
tools:ignore="SpeakableTextPresentCheck" />

<ImageButton
android:id="@+id/anghamibtn"
android:layout_width="0dp"
android:layout_height="85dp"
android:layout_weight="1"
android:background="@android:drawable/screen_background_light_transparent"
android:contentDescription="@string/anghami_btn"
app:srcCompat="@drawable/anghami"
tools:ignore="SpeakableTextPresentCheck"
android:contentDescription="@string/todo" />
tools:ignore="SpeakableTextPresentCheck" />

</LinearLayout>
</LinearLayout>
Expand Down
6 changes: 3 additions & 3 deletions Android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<string name="Welcome">Welcome!\n\nPlease choose your favorite music provider from below</string>
<string name="your_music_provider">Choose your Music provider</string>
<string name="no_name" />
<string name="todo">TODO</string>
<string name="todo">TODO</string>
<string name="todo">TODO</string>
<string name="spotify_btn">makes Spotify your main music provider </string>
<string name="applemusic_btn">makes Apple music your main music provider </string>
<string name="anghami_btn"> makes Anghami your main music provider </string>
</resources>

0 comments on commit a1c6e7e

Please sign in to comment.