diff options
author | RaindropsSys <contact@minteck.org> | 2023-05-13 08:57:26 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-05-13 08:57:26 +0200 |
commit | d1d855bed901003a4dd3bb5f3da49f477786f83a (patch) | |
tree | bd7332dca5b18b8cdacd79bd37bf3525598777cb /app/src/main/res | |
parent | 316b04e39b12ddc98ec8858df0a671018a6d745f (diff) | |
download | delta-android-d1d855bed901003a4dd3bb5f3da49f477786f83a.tar.gz delta-android-d1d855bed901003a4dd3bb5f3da49f477786f83a.tar.bz2 delta-android-d1d855bed901003a4dd3bb5f3da49f477786f83a.zip |
Updated 4 files (automated)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/navigation_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/navigation_bar.xml b/app/src/main/res/menu/navigation_bar.xml index acaeb0e..6bae818 100644 --- a/app/src/main/res/menu/navigation_bar.xml +++ b/app/src/main/res/menu/navigation_bar.xml @@ -22,7 +22,7 @@ <item android:id="@+id/navigation_profile" - android:icon="@drawable/baseline_person_24" + android:icon="@drawable/outline_person_24" android:title="@string/pages_profile" app:showAsAction="ifRoom" /> |