fix:
update:更换为酷信
This commit is contained in:
2023-10-11 19:19:52 +08:00
parent 625a121cbb
commit 8799e85443
723 changed files with 4158 additions and 4041 deletions

View File

@@ -47,7 +47,7 @@
</FrameLayout>
<!-- Main view -->
<com.aoleyun.os.notification.NotificationMainView
<com.uiuipad.os.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.aoleyun.os.notification.NotificationMainView>
</com.uiuipad.os.notification.NotificationMainView>
<!-- Divider -->
<View
@@ -105,7 +105,7 @@
android:background="?attr/popupColorTertiary" />
<!-- Footer -->
<com.aoleyun.os.notification.NotificationFooterLayout
<com.uiuipad.os.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.aoleyun.os.notification.NotificationFooterLayout>
</com.uiuipad.os.notification.NotificationFooterLayout>
</merge>