Commit 16a79f30 by 范玉宾

UI complete

parent 4264b44f
...@@ -9,14 +9,14 @@ ext { ...@@ -9,14 +9,14 @@ ext {
"m-consultant" : "0.0.60.25", "m-consultant" : "0.0.60.25",
"m-fm" : "0.0.30.08", "m-fm" : "0.0.30.08",
"m-user" : "0.0.62.24", "m-user" : "0.0.62.32",
"m-home" : "0.0.23.78", "m-home" : "0.0.23.83",
"m-im" : "0.0.21.50", "m-im" : "0.0.21.50",
"m-dynamic" : "0.0.7.73", "m-dynamic" : "0.0.7.73",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
"m-muse" : "0.0.28.62", "m-muse" : "0.0.28.64",
"m-tests" : "0.0.24.18", "m-tests" : "0.0.24.18",
"m-course" : "0.0.43.37", "m-course" : "0.0.43.37",
...@@ -37,13 +37,13 @@ ext { ...@@ -37,13 +37,13 @@ ext {
//mdt 组件 //mdt 组件
"ydl-tuicore" : "0.0.23", "ydl-tuicore" : "0.0.23",
//第一步 //第一步
"ydl-platform" : "0.0.41.24", "ydl-platform" : "0.0.41.26",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.86", "ydl-webview" : "0.0.38.86",
"ydl-media" : "0.0.21.46", "ydl-media" : "0.0.21.47",
"ydl-pay" : "0.0.18.19", "ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.29.94", "m-audioim" : "0.0.49.30.07",
"ydl-flutter-base": "0.0.14.38", "ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动 //以下 几乎不会动
...@@ -96,14 +96,14 @@ ext { ...@@ -96,14 +96,14 @@ ext {
"m-consultant" : "0.0.60.25", "m-consultant" : "0.0.60.25",
"m-fm" : "0.0.30.08", "m-fm" : "0.0.30.08",
"m-user" : "0.0.62.24", "m-user" : "0.0.62.32",
"m-home" : "0.0.23.78", "m-home" : "0.0.23.83",
"m-im" : "0.0.21.50", "m-im" : "0.0.21.50",
"m-dynamic" : "0.0.7.73", "m-dynamic" : "0.0.7.73",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
"m-muse" : "0.0.28.62", "m-muse" : "0.0.28.64",
"m-tests" : "0.0.24.18", "m-tests" : "0.0.24.18",
"m-course" : "0.0.43.37", "m-course" : "0.0.43.37",
//-------------- 业务模块 API 层 -------------- //-------------- 业务模块 API 层 --------------
...@@ -122,13 +122,13 @@ ext { ...@@ -122,13 +122,13 @@ ext {
//mdt组件 //mdt组件
"ydl-tuicore" : "0.0.23", "ydl-tuicore" : "0.0.23",
//第一步 //第一步
"ydl-platform" : "0.0.41.24", "ydl-platform" : "0.0.41.26",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.86", "ydl-webview" : "0.0.38.86",
"ydl-media" : "0.0.21.46", "ydl-media" : "0.0.21.47",
"ydl-pay" : "0.0.18.19", "ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.29.94", "m-audioim" : "0.0.49.30.07",
"ydl-flutter-base": "0.0.14.38", "ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动 //以下 几乎不会动
......
...@@ -63,7 +63,6 @@ dependencies { ...@@ -63,7 +63,6 @@ dependencies {
implementation 'com.github.weidongjian:androidWheelView:1.0.0' implementation 'com.github.weidongjian:androidWheelView:1.0.0'
implementation 'com.github.feeeei:CircleSeekbar:v1.1.2' implementation 'com.github.feeeei:CircleSeekbar:v1.1.2'
implementation 'com.github.mmin18:realtimeblurview:1.2.1'
// implementation 'jp.wasabeef:blurry:4.0.1' // implementation 'jp.wasabeef:blurry:4.0.1'
// solve build problem // solve build problem
// cannot access 'androidx.lifecycle.hasdefaultviewmodelproviderfactory' // cannot access 'androidx.lifecycle.hasdefaultviewmodelproviderfactory'
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:layout_marginTop="150dp"
android:background="@drawable/shape_bg_solid_282e3f_r_top_20">
<androidx.cardview.widget.CardView <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginBottom="-20dp" android:layout_marginTop="150dp"
app:cardCornerRadius="20dp"> android:background="@drawable/shape_bg_solid_282e3f_r_top_20">
<FrameLayout <androidx.cardview.widget.CardView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:layout_marginBottom="-20dp"
app:cardCornerRadius="20dp">
<WebView <FrameLayout
android:id="@+id/wv_choose_music"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:background="#282E3F"
android:scrollbars="none" />
<LinearLayout <WebView
android:id="@+id/ll_close" android:id="@+id/wv_choose_music"
android:layout_width="match_parent" android:layout_width="match_parent"
android:gravity="center_horizontal" android:layout_height="match_parent"
android:layout_height="38dp"> android:background="#282E3F"
android:scrollbars="none" />
<LinearLayout
android:id="@+id/ll_close"
android:layout_width="match_parent"
android:gravity="center_horizontal"
android:layout_height="38dp">
<ImageView
android:layout_width="24dp"
android:layout_height="10dp"
android:src="@drawable/ic_close_choose_music"
android:layout_marginTop="12dp" />
</LinearLayout>
</FrameLayout>
<ImageView </androidx.cardview.widget.CardView>
android:layout_width="24dp"
android:layout_height="10dp"
android:src="@drawable/ic_close_choose_music"
android:layout_marginTop="12dp" />
</LinearLayout>
</FrameLayout> </FrameLayout>
</androidx.cardview.widget.CardView> </RelativeLayout>
\ No newline at end of file
</FrameLayout>
\ No newline at end of file
...@@ -97,10 +97,5 @@ ...@@ -97,10 +97,5 @@
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
<com.github.mmin18.widget.RealtimeBlurView
android:layout_width="match_parent"
android:layout_height="56dp"
app:realtimeBlurRadius="10dp"
app:realtimeOverlayColor="#880000"/>
</FrameLayout> </FrameLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment