change package name to uiuios

This commit is contained in:
2020-11-02 15:31:36 +08:00
parent 164c1fc8a0
commit c5bda0953d
645 changed files with 3881 additions and 3881 deletions

View File

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