version:1.0

update:2021-10-13 18:52:13
fix:去除okgo,rxAndroid1,优化依赖
add:切换到奥乐云平台
This commit is contained in:
2021-10-13 18:54:20 +08:00
parent 13707fc96a
commit 3018660216
181 changed files with 2343 additions and 4445 deletions

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
tools:context="com.aoleyun.sn.activity.HomeActivity">
<ImageView
android:id="@+id/imageView"

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
tools:context="com.mjsheng.myappstore.activity.TopActivity">
tools:context="com.aoleyun.sn.activity.TopActivity">
<TextView
android:id="@+id/textView"

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context="com.mjsheng.myappstore.activity.HomeActivity">
tools:context="com.aoleyun.sn.activity.HomeActivity">
<ImageView
android:id="@+id/imageView"

View File

@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
tools:context="com.mjsheng.myappstore.activity.TopActivity">
tools:context="com.aoleyun.sn.activity.TopActivity">
<TextView
android:id="@+id/textView"

View File

@@ -85,7 +85,6 @@
<string name="cleaned">清理垃圾 (<xliff:g id="memory">%1$s</xliff:g>)</string>
//by mjsheng 锁屏设置
<string name="sample_device_admin">为亲子互动提供锁屏功能,请务必激活</string>
<string name="sample_device_admin_description">开启我吧</string>

View File

@@ -26,7 +26,6 @@
<!-- 屏幕背景是否变暗 -->
<item name="android:backgroundDimEnabled">true</item>
</style>
<!-- mjsheng 设置默认字体使用-->
<style name="DefaultFont">
</style>
</resources>