Skip to content

Commit

Permalink
Fixed App Crash on android api level 30 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudRH committed Jul 26, 2022
1 parent d7ee7bd commit 3fc58b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
android:id="@+id/remove_selected_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:backgroundTint="@color/material_dynamic_primary50"
android:backgroundTint="#008375"
android:text="Remove Selected"
android:paddingVertical="12dp"

android:drawableEnd="@drawable/ic_delete"
app:drawableTint="@color/white"
android:layout_marginEnd="16dp"
Expand Down

0 comments on commit 3fc58b6

Please sign in to comment.