moving some icons in Commons
This commit is contained in:
parent
ada2a384f8
commit
48117fcf82
11 changed files with 5 additions and 35 deletions
|
@ -57,7 +57,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.25.26'
|
||||
implementation 'com.simplemobiletools:commons:5.26.33'
|
||||
implementation 'org.greenrobot:eventbus:3.2.0'
|
||||
implementation 'com.github.Armen101:AudioRecordView:1.0.2'
|
||||
}
|
||||
|
|
|
@ -215,7 +215,7 @@ class RecorderService : Service() {
|
|||
}
|
||||
|
||||
var priority = Notification.PRIORITY_DEFAULT
|
||||
var icon = R.drawable.ic_microphone_small
|
||||
var icon = R.drawable.ic_microphone_vector
|
||||
var title = label
|
||||
var text = getString(R.string.recording)
|
||||
var visibility = NotificationCompat.VISIBILITY_PUBLIC
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 709 B |
Binary file not shown.
Before Width: | Height: | Size: 446 B |
Binary file not shown.
Before Width: | Height: | Size: 834 B |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,30 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="18dp"
|
||||
android:height="18dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="m12,14c1.66,0 2.99,-1.34 2.99,-3L15,5C15,3.34 13.66,2 12,2 10.34,2 9,3.34 9,5l0,6c0,1.66 1.34,3 3,3zM17.3,11c0,3 -2.54,5.1 -5.3,5.1C9.24,16.1 6.7,14 6.7,11L5,11c0,3.41 2.72,6.23 6,6.72l0,3.2123 2,0L13,17.72c3.28,-0.48 6,-3.3 6,-6.72z" />
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M5,11.0547a0.8516,0.9245 0,1 0,1.7031 0a0.8516,0.9245 0,1 0,-1.7031 0z"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000" />
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M17.293,11a0.8516,0.9245 0,1 0,1.7031 0a0.8516,0.9245 0,1 0,-1.7031 0z"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000" />
|
||||
<path
|
||||
android:fillAlpha="1"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="nonZero"
|
||||
android:pathData="M10.9992,20.9539a1,0.9245 0,1 0,2 0a1,0.9245 0,1 0,-2 0z"
|
||||
android:strokeAlpha="1"
|
||||
android:strokeColor="#00000000" />
|
||||
</vector>
|
|
@ -19,7 +19,7 @@
|
|||
android:id="@+id/tab_recorder"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:icon="@drawable/ic_microphone_small" />
|
||||
android:icon="@drawable/ic_microphone_vector" />
|
||||
|
||||
<com.google.android.material.tabs.TabItem
|
||||
android:id="@+id/tab_player"
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
android:background="@drawable/circle_background"
|
||||
android:contentDescription="@string/playpause"
|
||||
android:elevation="@dimen/medium_margin"
|
||||
android:padding="@dimen/normal_margin"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:src="@drawable/ic_play_vector" />
|
||||
|
||||
<ImageView
|
||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.2'
|
||||
classpath 'com.android.tools.build:gradle:3.6.3'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
|
Loading…
Reference in a new issue