Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uv-amse-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Lucas NAURY
uv-amse-android
Commits
9dfa0733
Commit
9dfa0733
authored
Feb 16, 2024
by
Lucas NAURY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add profile icon
parent
44c5baf9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
ic_account_circle_black_24dp.xml
app/src/main/res/drawable/ic_account_circle_black_24dp.xml
+9
-0
bottom_nav_menu.xml
app/src/main/res/menu/bottom_nav_menu.xml
+1
-1
No files found.
app/src/main/res/drawable/ic_account_circle_black_24dp.xml
0 → 100644
View file @
9dfa0733
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24"
android:viewportHeight=
"24"
>
<path
android:pathData=
"M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,6c1.93,0 3.5,1.57 3.5,3.5S13.93,13 12,13s-3.5,-1.57 -3.5,-3.5S10.07,6 12,6zM12,20c-2.03,0 -4.43,-0.82 -6.14,-2.88C7.55,15.8 9.68,15 12,15s4.45,0.8 6.14,2.12C16.43,19.18 14.03,20 12,20z"
android:fillColor=
"#000000"
/>
</vector>
app/src/main/res/menu/bottom_nav_menu.xml
View file @
9dfa0733
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<item
<item
android:id=
"@+id/navigation_notifications"
android:id=
"@+id/navigation_notifications"
android:icon=
"@drawable/ic_
notifications
_black_24dp"
android:icon=
"@drawable/ic_
account_circle
_black_24dp"
android:title=
"@string/title_profile"
/>
android:title=
"@string/title_profile"
/>
</menu>
</menu>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment