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

@@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<com.android.colorfulos.LauncherRootView
<com.aoleyun.os.LauncherRootView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:id="@+id/launcher"
@@ -20,7 +20,7 @@
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<com.android.colorfulos.dragndrop.DragLayer
<com.aoleyun.os.dragndrop.DragLayer
android:id="@+id/drag_layer"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -30,7 +30,7 @@
<!-- The workspace contains 5 screens of cells -->
<!-- DO NOT CHANGE THE ID -->
<com.android.colorfulos.Workspace
<com.aoleyun.os.Workspace
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -50,7 +50,7 @@
<!-- Keep these behind the workspace so that they are not visible when
we go into AllApps -->
<com.android.colorfulos.pageindicators.PageIndicatorDots
<com.aoleyun.os.pageindicators.PageIndicatorDots
android:id="@+id/page_indicator"
android:layout_width="match_parent"
android:layout_height="@dimen/vertical_drag_handle_size"
@@ -71,6 +71,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.android.colorfulos.dragndrop.DragLayer>
</com.aoleyun.os.dragndrop.DragLayer>
</com.android.colorfulos.LauncherRootView>
</com.aoleyun.os.LauncherRootView>