Fix #4217 Share button color should be changed from white to black in About Activity (#4373)

* a solution to share-icon problem
This commit is contained in:
finalrepublic 2021-05-11 00:13:36 +08:00 committed by GitHub
parent 0c8b92c7aa
commit 0fb2f1b7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
<item
android:id="@+id/share_app_icon"
android:title="@string/share_app_title"
android:icon="@drawable/ic_share_black_24dp"
android:icon="@drawable/ic_share_24dp"
android:orderInCategory="1"
app:showAsAction="ifRoom"
/>