version:1.9
fix: update:修改包名,添加推送
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.uiui.os.view.CustomContent xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<com.uiui.aios.view.CustomContent 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"
|
||||
@@ -419,4 +419,4 @@
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</com.uiui.os.view.CustomContent>
|
||||
</com.uiui.aios.view.CustomContent>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.uiui.os.view.CustomContent xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<com.uiui.aios.view.CustomContent 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"
|
||||
@@ -430,4 +430,4 @@
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</com.uiui.os.view.CustomContent>
|
||||
</com.uiui.aios.view.CustomContent>
|
||||
@@ -58,7 +58,7 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/cl_voice">
|
||||
|
||||
<com.uiui.os.view.JzvdStdAssert
|
||||
<com.uiui.aios.view.JzvdStdAssert
|
||||
android:id="@+id/jz_video"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".fragment.AppListFragment">
|
||||
|
||||
<com.uiui.os.view.MyGridLayout
|
||||
<com.uiui.aios.view.MyGridLayout
|
||||
android:id="@+id/list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user