version:1.0

fix:
update:更换包名
This commit is contained in:
2023-02-08 12:04:19 +08:00
parent f8b3d96ced
commit ace6008709
184 changed files with 689 additions and 7446 deletions

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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"
tools:context=".activity.main.MainActivity">
<com.flyco.tablayout.SlidingTabLayout
android:id="@+id/main_sliding_tab_layout"
android:layout_width="@dimen/dp_320"
android:layout_height="wrap_content"
android:visibility="visible"
app:tl_indicator_color="@color/colorPrimary"
app:tl_indicator_margin_left="2dp"
app:tl_indicator_margin_right="2dp"
app:tl_indicator_style="NORMAL"
app:tl_tab_space_equal="true"
app:tl_textBold="SELECT"
app:tl_textsize="@dimen/sp_15"
app:tl_underline_color="@color/colorPrimary"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"/>
<androidx.viewpager.widget.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
app:layout_constraintTop_toBottomOf="@id/main_sliding_tab_layout"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@+id/magicIndicator"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<net.lucode.hackware.magicindicator.MagicIndicator
android:id="@+id/magicIndicator"
android:layout_width="wrap_content"
android:layout_height="16dp"
android:layout_centerHorizontal="true"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -183,7 +183,7 @@
android:layout_weight="1"
android:background="@drawable/control_background_item">
<com.uiui.aios.view.RulerSeekBar
<com.uiui.zyos.view.RulerSeekBar
android:id="@+id/seekBar"
android:layout_width="0dp"
android:layout_height="wrap_content"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.uiui.aios.view.CustomContent xmlns:android="http://schemas.android.com/apk/res/android"
<com.uiui.zyos.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"
@@ -591,4 +591,4 @@
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</com.uiui.aios.view.CustomContent>
</com.uiui.zyos.view.CustomContent>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.uiui.aios.view.CustomContent xmlns:android="http://schemas.android.com/apk/res/android"
<com.uiui.zyos.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.aios.view.CustomContent>
</com.uiui.zyos.view.CustomContent>

View File

@@ -6,6 +6,20 @@
android:layout_height="match_parent"
tools:context=".activity.main.MainActivity">
<com.flyco.tablayout.SlidingTabLayout
android:id="@+id/main_sliding_tab_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="visible"
app:tl_indicator_color="@color/colorPrimary"
app:tl_indicator_margin_left="2dp"
app:tl_indicator_margin_right="2dp"
app:tl_indicator_style="NORMAL"
app:tl_tab_space_equal="true"
app:tl_textBold="SELECT"
app:tl_textsize="@dimen/sp_20"
app:tl_underline_color="@color/colorPrimary" />
<androidx.viewpager.widget.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"

View File

@@ -328,7 +328,7 @@
android:layout_weight="2"
android:background="@drawable/control_background_item">
<com.uiui.aios.view.RulerSeekBar
<com.uiui.zyos.view.RulerSeekBar
android:id="@+id/seekBar"
android:layout_width="0dp"
android:layout_height="wrap_content"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.uiui.aios.view.CustomContent xmlns:android="http://schemas.android.com/apk/res/android"
<com.uiui.zyos.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"
@@ -660,4 +660,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</com.uiui.aios.view.CustomContent>
</com.uiui.zyos.view.CustomContent>

View File

@@ -58,7 +58,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/cl_voice">
<com.uiui.aios.view.JzvdStdAssert
<com.uiui.zyos.view.JzvdStdAssert
android:id="@+id/jz_video"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -6,7 +6,7 @@
android:layout_height="match_parent"
tools:context=".fragment.AppListFragment">
<com.uiui.aios.view.MyGridLayout
<com.uiui.zyos.view.MyGridLayout
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -121,7 +121,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
<com.uiui.aios.view.JzvdStdRound
<com.uiui.zyos.view.JzvdStdRound
android:id="@+id/jz_video"
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">关怀系统OS</string>
<string name="app_name">学习桌面</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>