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

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