Skip to content

Commit

Permalink
Use exclamation mark as Icon for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Apr 2, 2024
1 parent 262bd7c commit 8fa1af4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/ic_error_outline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="@android:color/white"
android:pathData="M11,15h2v2h-2zM11,7h2v6h-2zM11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/menu-land/all_in_one_title_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<item
android:id="@+id/action_info"
android:alphabeticShortcut="i"
android:icon="@drawable/ic_info_outline"
android:icon="@drawable/ic_error_outline"
android:title="@string/menu_info"
app:showAsAction="withText|ifRoom" />
<item
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<item
android:id="@+id/action_info"
android:alphabeticShortcut="i"
android:icon="@drawable/ic_info_outline"
android:icon="@drawable/ic_error_outline"
android:title="@string/menu_info"
app:showAsAction="always|withText" />
<item
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu-sw600dp/all_in_one_title_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<item
android:id="@+id/action_info"
android:alphabeticShortcut="i"
android:icon="@drawable/ic_info_outline"
android:icon="@drawable/ic_error_outline"
android:title="@string/menu_info"
app:showAsAction="always|withText" />
<item
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/menu/all_in_one_title_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<item
android:id="@+id/action_info"
android:alphabeticShortcut="i"
android:icon="@drawable/ic_info_outline"
android:icon="@drawable/ic_error_outline"
android:orderInCategory="1"
android:title="@string/menu_info"
app:showAsAction="ifRoom" />
Expand Down

0 comments on commit 8fa1af4

Please sign in to comment.