Commit e9b5e99c by 霍志良

feat:修改UI

parent e092dd4a
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.82", "m-user" : "0.0.61.82",
"m-home" : "0.0.22.84", "m-home" : "0.0.22.84",
"m-im" : "0.0.20.83", "m-im" : "0.0.20.84",
"m-dynamic" : "0.0.7.35", "m-dynamic" : "0.0.7.35",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
...@@ -33,7 +33,7 @@ ext { ...@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.40.65", "ydl-platform" : "0.0.40.68",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.47", "ydl-webview" : "0.0.38.47",
...@@ -93,7 +93,7 @@ ext { ...@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.07", "m-fm" : "0.0.30.07",
"m-user" : "0.0.61.82", "m-user" : "0.0.61.82",
"m-home" : "0.0.22.83", "m-home" : "0.0.22.83",
"m-im" : "0.0.20.83", "m-im" : "0.0.20.84",
"m-dynamic" : "0.0.7.35", "m-dynamic" : "0.0.7.35",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
...@@ -115,7 +115,7 @@ ext { ...@@ -115,7 +115,7 @@ ext {
//-------------- 功能组件 -------------- //-------------- 功能组件 --------------
//第一步 //第一步
"ydl-platform" : "0.0.40.65", "ydl-platform" : "0.0.40.68",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.47", "ydl-webview" : "0.0.38.47",
......
...@@ -161,13 +161,12 @@ ...@@ -161,13 +161,12 @@
android:id="@+id/ll_busy" android:id="@+id/ll_busy"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical" android:orientation="vertical"
android:paddingLeft="20dp" android:paddingLeft="20dp"
android:paddingRight="18dp" android:paddingRight="18dp"
android:gravity="center"
android:visibility="gone" android:visibility="gone"
tools:visibility="visible" tools:visibility="visible">
>
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -178,9 +177,12 @@ ...@@ -178,9 +177,12 @@
android:id="@+id/tv_add" android:id="@+id/tv_add"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:baselineAligned="false"
android:drawableRight="@drawable/right_triangle"
android:padding="5dp" android:padding="5dp"
android:textColor="@color/platform_color_1DA1F2" android:text="提醒添加"
android:text="提醒添加" /> android:drawablePadding="2dp"
android:textColor="@color/platform_color_1DA1F2" />
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>
......
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