Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
menu: Add new info icon
Browse files Browse the repository at this point in the history
Signed-off-by: Vipul Jha <vipuljha08@gmail.com>
  • Loading branch information
lordarcadius committed May 8, 2020
1 parent da40d15 commit e58b781
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
15 changes: 0 additions & 15 deletions app/src/main/res/drawable/ic_signaling.xml

This file was deleted.

6 changes: 6 additions & 0 deletions app/src/main/res/drawable/ic_signs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<vector android:height="20dp" android:viewportHeight="426.667"
android:viewportWidth="426.667" android:width="20dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" android:pathData="M192,192h42.667v128h-42.667z"/>
<path android:fillColor="#FFFFFF" android:pathData="M213.333,0C95.467,0 0,95.467 0,213.333s95.467,213.333 213.333,213.333S426.667,331.2 426.667,213.333S331.2,0 213.333,0zM213.333,384c-94.08,0 -170.667,-76.587 -170.667,-170.667S119.253,42.667 213.333,42.667S384,119.253 384,213.333S307.413,384 213.333,384z"/>
<path android:fillColor="#FFFFFF" android:pathData="M192,106.667h42.667v42.667h-42.667z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/menu/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/info"
android:icon="@drawable/ic_signaling"
android:icon="@drawable/ic_signs"
android:title="Info"
app:showAsAction="always" />
</menu>

0 comments on commit e58b781

Please sign in to comment.