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

@@ -16,7 +16,7 @@
<!-- The top and bottom paddings are defined in this container, but since we want
the list view to span the full width (for touch interception purposes), we
will bake the left/right padding into that view's background itself. -->
<com.android.uiuios.allapps.AllAppsContainerView
<com.android.colorfulos.allapps.AllAppsContainerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/apps_view"
android:layout_width="match_parent"
@@ -30,7 +30,7 @@
layout="@layout/all_apps_rv_layout"
android:visibility="gone" />
<com.android.uiuios.allapps.FloatingHeaderView
<com.android.colorfulos.allapps.FloatingHeaderView
android:id="@+id/all_apps_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -41,7 +41,7 @@
<include layout="@layout/floating_header_content" />
<com.android.uiuios.allapps.PersonalWorkSlidingTabStrip
<com.android.colorfulos.allapps.PersonalWorkSlidingTabStrip
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="@dimen/all_apps_header_tab_height"
@@ -71,12 +71,12 @@
android:textAllCaps="true"
android:textColor="@color/all_apps_tab_text"
android:textSize="14sp" />
</com.android.uiuios.allapps.PersonalWorkSlidingTabStrip>
</com.android.uiuios.allapps.FloatingHeaderView>
</com.android.colorfulos.allapps.PersonalWorkSlidingTabStrip>
</com.android.colorfulos.allapps.FloatingHeaderView>
<include
android:id="@id/search_container_all_apps"
layout="@layout/search_container_all_apps"/>
<include layout="@layout/all_apps_fast_scroller" />
</com.android.uiuios.allapps.AllAppsContainerView>
</com.android.colorfulos.allapps.AllAppsContainerView>