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

@@ -13,13 +13,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<com.android.uiuios.InsettableFrameLayout
<com.android.colorfulos.InsettableFrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.android.uiuios.CellLayout
<com.android.colorfulos.CellLayout
android:id="@+id/workspace"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -28,7 +28,7 @@
launcher:containerType="workspace"
launcher:pageIndicator="@+id/page_indicator"/>
<com.android.uiuios.Hotseat
<com.android.colorfulos.Hotseat
android:id="@+id/hotseat"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -36,7 +36,7 @@
android:theme="@style/HomeScreenElementTheme"
launcher:containerType="hotseat" />
<com.android.uiuios.InsettableFrameLayout
<com.android.colorfulos.InsettableFrameLayout
android:id="@+id/apps_view"
android:layout_width="match_parent"
android:layout_height="match_parent" >
@@ -45,6 +45,6 @@
android:id="@id/search_container_all_apps"
layout="@layout/search_container_all_apps"/>
</com.android.uiuios.InsettableFrameLayout>
</com.android.colorfulos.InsettableFrameLayout>
</com.android.uiuios.InsettableFrameLayout>
</com.android.colorfulos.InsettableFrameLayout>