version:1.1

update:2021-10-19 17:27:09
fix:更换包名,自更新
add:加入极光推送,发送正在运行的app信息
This commit is contained in:
2021-10-19 17:31:16 +08:00
parent 5da934cf7e
commit 2462bafa85
703 changed files with 4983 additions and 4149 deletions

View File

@@ -47,7 +47,7 @@
</FrameLayout>
<!-- Main view -->
<com.android.uiuios.notification.NotificationMainView
<com.android.colorfulos.notification.NotificationMainView
android:id="@+id/main_view"
android:layout_width="match_parent"
android:layout_height="@dimen/notification_main_height"
@@ -94,7 +94,7 @@
android:layout_marginBottom="7dp"
android:layout_marginEnd="@dimen/notification_padding_end" />
</com.android.uiuios.notification.NotificationMainView>
</com.android.colorfulos.notification.NotificationMainView>
<!-- Divider -->
<View
@@ -105,7 +105,7 @@
android:background="?attr/popupColorTertiary" />
<!-- Footer -->
<com.android.uiuios.notification.NotificationFooterLayout
<com.android.colorfulos.notification.NotificationFooterLayout
android:id="@+id/footer"
android:layout_width="match_parent"
android:layout_height="@dimen/notification_footer_height"
@@ -130,5 +130,5 @@
android:layout_marginStart="@dimen/horizontal_ellipsis_offset"
android:background="@drawable/horizontal_ellipsis" />
</com.android.uiuios.notification.NotificationFooterLayout>
</com.android.colorfulos.notification.NotificationFooterLayout>
</merge>