reuse shortcut_plus from Commons
This commit is contained in:
parent
10ec6efe7c
commit
9f8ce7d7f0
|
@ -57,7 +57,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.simplemobiletools:commons:5.10.5'
|
implementation 'com.simplemobiletools:commons:5.10.6'
|
||||||
implementation 'joda-time:joda-time:2.10.1'
|
implementation 'joda-time:joda-time:2.10.1'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:id="@+id/shortcut_plus_background">
|
|
||||||
<shape android:shape="oval">
|
|
||||||
<solid android:color="@color/color_primary"/>
|
|
||||||
</shape>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item
|
|
||||||
android:bottom="@dimen/medium_margin"
|
|
||||||
android:drawable="@drawable/ic_plus"
|
|
||||||
android:left="@dimen/medium_margin"
|
|
||||||
android:right="@dimen/medium_margin"
|
|
||||||
android:top="@dimen/medium_margin"/>
|
|
||||||
|
|
||||||
</layer-list>
|
|
Loading…
Reference in New Issue