Added material design icons for the current used icons

This commit is contained in:
dankl 2019-12-31 02:04:40 +01:00 committed by dankito
parent cd191fec1a
commit 6e7d24ebfc
17 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

View File

@ -28,6 +28,6 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:srcCompat="@android:drawable/ic_input_add" />
app:srcCompat="@drawable/ic_add_white_48dp" />
</android.support.design.widget.CoordinatorLayout>

View File

@ -4,7 +4,7 @@
<item android:id="@+id/mnitmSearchTransactions"
android:icon="@android:drawable/ic_menu_search"
android:icon="@drawable/ic_search_white_24dp"
android:title="@string/search"
app:showAsAction="always|collapseActionView"
app:actionViewClass="android.support.v7.widget.SearchView"
@ -13,7 +13,7 @@
/>
<item android:id="@+id/mnitmUpdateTransactions"
android:icon="@android:drawable/stat_notify_sync"
android:icon="@drawable/ic_cached_white_24dp"
android:title="@string/menu_main_update_transactions"
app:showAsAction="always"
android:orderInCategory="200"