Skip to content

Commit a659fd7

Browse files
committed
Switch to material info icon
1 parent 51f86c1 commit a659fd7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector android:height="32dp" android:tint="#FFFFFF"
2+
android:viewportHeight="24.0" android:viewportWidth="24.0"
3+
android:width="32dp" xmlns:android="http://schemas.android.com/apk/res/android">
4+
<path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-6h2v6zM13,9h-2L11,7h2v2z"/>
5+
</vector>

app/src/main/res/menu/activity_main_options_menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:android="http://schemas.android.com/apk/res/android">
44
<item
55
android:id="@+id/about"
6-
android:icon="@android:drawable/ic_dialog_info"
6+
android:icon="@drawable/ic_info_white_32dp"
77
android:title="About"
88
app:showAsAction="ifRoom" />
99
<item

0 commit comments

Comments
 (0)