always display Change View at the actionbar
This commit is contained in:
parent
c8a02a95b6
commit
5759c1248b
6 changed files with 2 additions and 1 deletions
|
@ -3,8 +3,9 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||||
<item
|
<item
|
||||||
android:id="@+id/change_view"
|
android:id="@+id/change_view"
|
||||||
|
android:icon="@mipmap/change_view"
|
||||||
android:title="@string/change_view"
|
android:title="@string/change_view"
|
||||||
app:showAsAction="never"/>
|
app:showAsAction="ifRoom"/>
|
||||||
<item
|
<item
|
||||||
android:id="@+id/settings"
|
android:id="@+id/settings"
|
||||||
android:title="@string/settings"
|
android:title="@string/settings"
|
||||||
|
|
BIN
app/src/main/res/mipmap-hdpi/change_view.png
Normal file
BIN
app/src/main/res/mipmap-hdpi/change_view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 B |
BIN
app/src/main/res/mipmap-mdpi/change_view.png
Normal file
BIN
app/src/main/res/mipmap-mdpi/change_view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 B |
BIN
app/src/main/res/mipmap-xhdpi/change_view.png
Normal file
BIN
app/src/main/res/mipmap-xhdpi/change_view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 521 B |
BIN
app/src/main/res/mipmap-xxhdpi/change_view.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/change_view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 883 B |
BIN
app/src/main/res/mipmap-xxxhdpi/change_view.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/change_view.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 796 B |
Loading…
Reference in a new issue