mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
always display Change View at the actionbar
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/change_view"
|
||||
android:icon="@mipmap/change_view"
|
||||
android:title="@string/change_view"
|
||||
app:showAsAction="never"/>
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/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 |
Reference in New Issue
Block a user