Browse Source

no message

master
lh 7 years ago
parent
commit
ac5e206241
2 changed files with 1 additions and 0 deletions
  1. BIN
      app/src/main/res/drawable-xhdpi/list.png
  2. +1
    -0
      app/src/main/res/menu/chosetime1.xml

BIN
app/src/main/res/drawable-xhdpi/list.png View File

Before After
Width: 42  |  Height: 33  |  Size: 1.3 KiB

+ 1
- 0
app/src/main/res/menu/chosetime1.xml View File

@ -8,6 +8,7 @@
app:showAsAction="always" />
<item android:id="@+id/show_list"
android:title="列表"
android:icon="@drawable/list"
android:orderInCategory="70"
app:showAsAction="always" />
</menu>

Loading…
Cancel
Save