replace vector launcher icon with pngs

This commit is contained in:
tibbi 2017-12-06 21:15:27 +01:00
parent 3cd3cea76f
commit 50ca0ae838
6 changed files with 1 additions and 14 deletions

View file

@ -74,7 +74,7 @@ class ItemsFragment : Fragment(), ItemsAdapter.ItemOperationsListener, Breadcrum
override fun onResume() {
super.onResume()
context!!.updateTextColors(mView as ViewGroup)
mView.items_fastscroller.updateHandleColor()
mView.items_fastscroller.updatePrimaryColor()
val newTextColor = context!!.config.textColor
if (storedTextColor != newTextColor) {
storedItems = ArrayList()

View file

@ -1,13 +0,0 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillColor="#F57C00"
android:pathData="M54.3,103.2L54.3,103.2c-27,0 -48.9,-21.9 -48.9,-48.9v0c0,-27 21.9,-48.9 48.9,-48.9h0c27,0 48.9,21.9 48.9,48.9v0C103.2,81.3 81.3,103.2 54.3,103.2z"/>
<path
android:fillColor="#FFFFFF"
android:pathData="M31.2,44.3h15.4l6,6.6h17v25.8H31.2V44.3zM74.6,45.6H55.8l-6,-6.6H37.4v2.4h11.3l6,6.6h17.5v22.2h2.4V45.6zM79.5,40.5H58.3l-6,-6.6H39.9v2.4h11.3l6,6.6h19.9v22.2h2.4V40.5z"/>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5 KiB