mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
updating commons
This commit is contained in:
@@ -63,6 +63,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:7e87bb9089'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:266b95747d'
|
||||
implementation "androidx.print:print:1.0.0"
|
||||
}
|
||||
|
@@ -23,14 +23,17 @@
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/open_file"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/open_file"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/change_background"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/change_background_color"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/menu_print"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/print"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
|
Reference in New Issue
Block a user