pull/32/head
kunfei 5 years ago
parent 7f4b0a45e6
commit 8e352f26b3
  1. 4
      app/src/debug/res/xml/shortcuts.xml
  2. 4
      app/src/main/res/xml/shortcuts.xml

@ -4,7 +4,7 @@
<shortcut
android:shortcutId="bookRead"
android:enabled="true"
android:icon="@drawable/ic_read_book"
android:icon="@drawable/icon_read_book"
android:shortcutShortLabel="@string/last_read"
android:shortcutLongLabel="@string/last_read"
android:shortcutDisabledMessage="@string/last_read"
@ -20,7 +20,7 @@
<shortcut
android:shortcutId="bookshelf"
android:enabled="true"
android:icon="@drawable/ic_read_book"
android:icon="@drawable/icon_read_book"
android:shortcutShortLabel="@string/bookshelf"
android:shortcutLongLabel="@string/bookshelf"
android:shortcutDisabledMessage="@string/bookshelf"

@ -4,7 +4,7 @@
<shortcut
android:shortcutId="bookRead"
android:enabled="true"
android:icon="@drawable/ic_read_book"
android:icon="@drawable/icon_read_book"
android:shortcutShortLabel="@string/last_read"
android:shortcutLongLabel="@string/last_read"
android:shortcutDisabledMessage="@string/last_read"
@ -20,7 +20,7 @@
<shortcut
android:shortcutId="bookshelf"
android:enabled="true"
android:icon="@drawable/ic_read_book"
android:icon="@drawable/icon_read_book"
android:shortcutShortLabel="@string/bookshelf"
android:shortcutLongLabel="@string/bookshelf"
android:shortcutDisabledMessage="@string/bookshelf"

Loading…
Cancel
Save