mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-07 03:05:51 +08:00
Update Version to 1.1 Fix more bugs.
This commit is contained in:
@@ -37,7 +37,7 @@ object IconPackParams {
|
||||
val iconDatas by lazy {
|
||||
arrayOf(
|
||||
IconDataBean(
|
||||
isEnabled = false,
|
||||
isEnabled = true,
|
||||
isEnabledAll = false,
|
||||
appName = "Android 系统",
|
||||
packageName = "android",
|
||||
|
@@ -23,7 +23,7 @@
|
||||
style="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="25dp"
|
||||
android:src="@mipmap/back"
|
||||
android:tint="@color/colorTextGray" />
|
||||
|
Reference in New Issue
Block a user