Skip to content

Commit

Permalink
android app: fix github card logo in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Jan 26, 2025
1 parent 41fc013 commit 54351b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<ImageView
android:layout_width="70dp"
android:layout_height="70dp"
android:src="@drawable/github_mark"
android:src="@drawable/github_white_mark"
android:layout_gravity="end"
app:layout_constraintEnd_toEndOf="parent" />

Expand Down

0 comments on commit 54351b6

Please sign in to comment.