version:1.5

fix:迁移到奥乐云平台
add:
This commit is contained in:
2021-12-10 14:49:23 +08:00
parent 2462bafa85
commit ed8310da47
713 changed files with 6024 additions and 4805 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.colorfulos.allapps.AllAppsContainerView
<com.aoleyun.os.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.colorfulos.allapps.FloatingHeaderView
<com.aoleyun.os.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.colorfulos.allapps.PersonalWorkSlidingTabStrip
<com.aoleyun.os.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.colorfulos.allapps.PersonalWorkSlidingTabStrip>
</com.android.colorfulos.allapps.FloatingHeaderView>
</com.aoleyun.os.allapps.PersonalWorkSlidingTabStrip>
</com.aoleyun.os.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.colorfulos.allapps.AllAppsContainerView>
</com.aoleyun.os.allapps.AllAppsContainerView>