File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
63
63
}
64
64
65
65
dependencies {
66
- implementation ' com.github.SimpleMobileTools:Simple-Commons:3aade6f350 '
66
+ implementation ' com.github.SimpleMobileTools:Simple-Commons:8bcb4d3851 '
67
67
implementation ' org.greenrobot:eventbus:3.3.1'
68
68
implementation ' com.github.Armen101:AudioRecordView:1.0.4'
69
69
implementation ' androidx.documentfile:documentfile:1.0.1'
Original file line number Diff line number Diff line change 2
2
<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : app =" http://schemas.android.com/apk/res-auto"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
- tools : ignore =" AppCompatResource" >
5
+ tools : ignore =" AppCompatResource,AlwaysShowAction " >
6
6
<item
7
7
android : id =" @+id/cab_rename"
8
8
android : icon =" @drawable/ic_rename_vector"
9
9
android : showAsAction =" always"
10
- android : title =" @string/rename"
11
- tools : ignore =" AlwaysShowAction" />
10
+ android : title =" @string/rename" />
12
11
<item
13
12
android : id =" @+id/cab_share"
14
13
android : icon =" @drawable/ic_share_vector"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<menu xmlns : android =" http://schemas.android.com/apk/res/android"
3
- xmlns : app =" http://schemas.android.com/apk/res-auto" >
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4
+ xmlns : tools =" http://schemas.android.com/tools"
5
+ tools : ignore =" AlwaysShowAction" >
4
6
<item
5
7
android : id =" @+id/settings"
6
8
android : icon =" @drawable/ic_settings_cog_vector"
You can’t perform that action at this time.
0 commit comments