update:2020.12.04
fix:修复强制安装得应用可以删除bug,上传列表不显示系统应用,加入远程结束app
add:
This commit is contained in:
2020-12-04 18:36:54 +08:00
parent fc826c656c
commit ad3d6745b1
20 changed files with 1902 additions and 887 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
tools:context="com.mjsheng.myappstore.activity.TopActivity">
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextView"
android:textSize="20sp"
android:textColor="@color/white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
tools:context="com.mjsheng.myappstore.activity.TopActivity">
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TextView"
android:textSize="20sp"
android:textColor="@color/white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>

View File

@@ -8,7 +8,7 @@
<color name="white">#ffffff</color>
<color name="background_top">#d3d1d1</color>
<color name="top_bannar_background">#383749</color>
<color name="black">#ff797979</color>
<color name="black">#CC797979</color>
<color name="black_50_opacity">#80000000</color>
<color name="white_transparency">#00ffffff</color>
<color name="yellow">#FFF45C</color>
@@ -45,7 +45,7 @@
<color name="main_text_color">#ff797979</color>
<color name="main_green_color">#55b68a</color>
<color name="appstore_selecte_color">#8f82bc</color>
<color name="check_update_color">#00A0E9</color>
<color name="check_update_color_pressed">#047AAF</color>
<color name="check_update_color">#f93191</color>
<color name="check_update_color_pressed">#FF47A0</color>
</resources>