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

@@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<com.aoleyun.os.LauncherRootView
<com.uiuipad.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.aoleyun.os.dragndrop.DragLayer
<com.uiuipad.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.aoleyun.os.Workspace
<com.uiuipad.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.aoleyun.os.pageindicators.PageIndicatorDots
<com.uiuipad.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.aoleyun.os.dragndrop.DragLayer>
</com.uiuipad.os.dragndrop.DragLayer>
</com.aoleyun.os.LauncherRootView>
</com.uiuipad.os.LauncherRootView>