0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Merge pull request #3993 from timrae/remove-note-from-add-note

Remove "note" from "Add note" on floating add button
This commit is contained in:
Tim Rae 2015-12-14 17:01:17 +09:00
commit 1e537f2630

View File

@ -38,8 +38,8 @@
android:layout_height="wrap_content"
fab:fab_colorNormal="@color/fab_normal"
fab:fab_icon="@drawable/ic_add_white_24dp"
fab:fab_title="@string/menu_add_note"
fab:fab_title="@string/menu_add"
fab:fab_size="mini"
fab:fab_colorPressed="@color/fab_pressed"/>
</com.getbase.floatingactionbutton.FloatingActionsMenu>
</merge>
</merge>