Replace error PNGs with a vector drawable.

This commit is contained in:
Isira Seneviratne 2020-09-25 18:50:47 +05:30
parent b6f8f8d6b7
commit dd5153e445
7 changed files with 6 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ public class AppDetailsRecyclerViewAdapter
// Issues button
if (uriIsSetAndCanBeOpened(app.issueTracker)) {
addLinkItemView(contentView, R.string.menu_issues, R.drawable.ic_issues, app.issueTracker);
addLinkItemView(contentView, R.string.menu_issues, R.drawable.ic_error, app.issueTracker);
}
// Translation button

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 B

View File

@ -0,0 +1,5 @@
<vector android:height="24dp" android:tint="#B4B4B4"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FFFFFF" 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-2h2v2zM13,13h-2L11,7h2v6z"/>
</vector>