remove the app label from the top menu, show some icons instead
This commit is contained in:
parent
654ae2792c
commit
1902593dea
|
@ -63,6 +63,6 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:c6d0ae9f50'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:5877cf8b05'
|
||||
implementation "androidx.print:print:1.0.0"
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
|
||||
<path android:fillColor="#FFFFFF" android:pathData="M8.879 9.992c0.088-0.583 0.282-1.095 0.53-1.536 0.246-0.441 0.6-0.812 1.04-1.095 0.424-0.264 0.954-0.388 1.607-0.405 0.406 0.017 0.777 0.088 1.112 0.229 0.353 0.159 0.67 0.37 0.918 0.635 0.247 0.265 0.441 0.583 0.6 0.936 0.16 0.353 0.23 0.741 0.247 1.13h3.16c-0.035-0.83-0.194-1.589-0.494-2.277-0.3-0.689-0.707-1.289-1.236-1.783-0.53-0.494-1.165-0.883-1.906-1.165-0.742-0.283-1.554-0.406-2.454-0.406-1.147 0-2.154 0.194-3 0.6-0.849 0.406-1.555 0.935-2.12 1.624-0.565 0.688-0.988 1.483-1.253 2.4-0.265 0.918-0.424 1.872-0.424 2.895v0.477c0 1.024 0.141 1.977 0.406 2.895 0.265 0.918 0.689 1.712 1.253 2.383 0.565 0.67 1.271 1.218 2.119 1.606 0.847 0.388 1.853 0.6 3 0.6 0.83 0 1.607-0.14 2.33-0.406 0.724-0.264 1.36-0.635 1.907-1.112 0.547-0.476 0.988-1.023 1.306-1.659 0.318-0.635 0.512-1.306 0.53-2.03h-3.16c-0.018 0.37-0.106 0.706-0.265 1.024-0.159 0.318-0.37 0.582-0.635 0.812-0.265 0.23-0.565 0.406-0.918 0.53-0.336 0.123-0.689 0.158-1.06 0.176-0.635-0.018-1.164-0.141-1.57-0.406-0.442-0.283-0.795-0.653-1.042-1.095-0.247-0.44-0.441-0.97-0.53-1.553-0.088-0.582-0.14-1.182-0.14-1.765v-0.477c0-0.617 0.053-1.2 0.14-1.782z"/>
|
||||
</vector>
|
|
@ -11,7 +11,6 @@
|
|||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="@color/color_primary"
|
||||
app:menu="@menu/menu"
|
||||
app:title="@string/app_launcher_name"
|
||||
app:titleTextAppearance="@style/AppTheme.ActionBar.TitleTextStyle" />
|
||||
|
||||
<com.simplemobiletools.commons.views.MyScrollView
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/clear"
|
||||
android:icon="@drawable/ic_clear_vector"
|
||||
android:icon="@drawable/ic_delete_vector"
|
||||
android:title="@string/clear"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
|
@ -35,14 +35,14 @@
|
|||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_print"
|
||||
android:showAsAction="never"
|
||||
android:icon="@drawable/ic_print_vector"
|
||||
android:title="@string/print"
|
||||
app:showAsAction="never" />
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/more_apps_from_us"
|
||||
android:icon="@drawable/ic_google_play_vector"
|
||||
android:title="@string/more_apps_from_us"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/settings"
|
||||
android:icon="@drawable/ic_settings_cog_vector"
|
||||
|
|
Loading…
Reference in New Issue