Added material design icons for the current used icons
After Width: | Height: | Size: 97 B |
After Width: | Height: | Size: 347 B |
After Width: | Height: | Size: 396 B |
After Width: | Height: | Size: 97 B |
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 102 B |
After Width: | Height: | Size: 457 B |
After Width: | Height: | Size: 465 B |
After Width: | Height: | Size: 113 B |
After Width: | Height: | Size: 663 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 116 B |
After Width: | Height: | Size: 861 B |
After Width: | Height: | Size: 915 B |
|
@ -28,6 +28,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="bottom|end"
|
android:layout_gravity="bottom|end"
|
||||||
android:layout_margin="@dimen/fab_margin"
|
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>
|
</android.support.design.widget.CoordinatorLayout>
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
<item android:id="@+id/mnitmSearchTransactions"
|
<item android:id="@+id/mnitmSearchTransactions"
|
||||||
android:icon="@android:drawable/ic_menu_search"
|
android:icon="@drawable/ic_search_white_24dp"
|
||||||
android:title="@string/search"
|
android:title="@string/search"
|
||||||
app:showAsAction="always|collapseActionView"
|
app:showAsAction="always|collapseActionView"
|
||||||
app:actionViewClass="android.support.v7.widget.SearchView"
|
app:actionViewClass="android.support.v7.widget.SearchView"
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<item android:id="@+id/mnitmUpdateTransactions"
|
<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"
|
android:title="@string/menu_main_update_transactions"
|
||||||
app:showAsAction="always"
|
app:showAsAction="always"
|
||||||
android:orderInCategory="200"
|
android:orderInCategory="200"
|
||||||
|
|