mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2024-12-29 10:13:00 +01:00
show Printing at PDF viewer as an icon
This commit is contained in:
parent
9671e858ae
commit
1d00e8ea06
@ -64,7 +64,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:008713a42b'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:0c82e5f216'
|
||||
implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e'
|
||||
implementation 'com.github.Stericson:RootTools:df729dcb13'
|
||||
implementation 'com.github.Stericson:RootShell:1.6'
|
||||
|
@ -1,11 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="AppCompatResource">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<item
|
||||
android:id="@+id/menu_print"
|
||||
android:showAsAction="never"
|
||||
android:icon="@drawable/ic_print_vector"
|
||||
android:title="@string/print"
|
||||
app:showAsAction="never" />
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
|
Loading…
Reference in New Issue
Block a user