mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
fix: fixed the blank menu in the history interface
This commit is contained in:
parent
72509a81da
commit
8ef17c2ee8
@ -2,18 +2,10 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:icon="@drawable/ic_leading_in"
|
||||
android:title=""
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:icon="@drawable/ic_leading_out"
|
||||
android:title=""
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/action_delete"
|
||||
android:icon="@drawable/ic_delete"
|
||||
android:title=""
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user