Commit 1ab752d5 by 霍志良

feat:UI修改

parent a5d2d185
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
android:shape="rectangle"> android:shape="rectangle">
<corners <corners
android:radius="4dp"/> android:radius="8dp"/>
<solid android:color="#eaffffff"/> <solid android:color="#eaffffff"/>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout 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" xmlns:tools="http://schemas.android.com/tools"
android:layout_height="match_parent" android:layout_width="match_parent"
android:background="@color/white" android:layout_height="match_parent"
android:orientation="vertical"> android:background="@color/white"
android:orientation="vertical">
<include layout="@layout/confide_title_bar" /> <include layout="@layout/confide_title_bar" />
<RelativeLayout <RelativeLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent">
<com.jcodecraeer.xrecyclerview.XRecyclerView
android:id="@+id/rv_list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/quick_consult_card"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_marginBottom="30dp"
android:background="@drawable/confide_card_consult_bg"
android:orientation="horizontal"
android:paddingLeft="@dimen/platform_dp_8"
android:paddingRight="@dimen/platform_dp_8"
android:visibility="gone"
tools:visibility="visible">
<com.jcodecraeer.xrecyclerview.XRecyclerView <ImageView
android:id="@+id/rv_list" android:id="@+id/confide_logo"
android:layout_width="match_parent" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="wrap_content"
/> android:background="@drawable/confide_call_logo"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<LinearLayout </ImageView>
android:id="@+id/quick_consult_card"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_marginBottom="30dp"
android:background="@drawable/confide_card_consult_bg"
android:orientation="horizontal"
android:paddingLeft="@dimen/confide_dp_25"
android:paddingRight="@dimen/confide_dp_25"
android:visibility="gone">
<TextView <TextView
android:layout_width="0dp" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:layout_weight="1" android:ellipsize="end"
android:ellipsize="end" android:gravity="center_vertical"
android:gravity="center_vertical" android:maxLines="1"
android:maxLines="1" android:text="智能推荐,一键倾诉"
android:text="不知道选择哪位咨询师?试试" android:textColor="@color/platform_color_333333"
android:textColor="@color/platform_color_242424" android:textSize="14dp"
android:textSize="14dp" /> android:layout_marginStart="@dimen/platform_dp_8"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/confide_logo"
app:layout_constraintTop_toTopOf="parent" />
<TextView <TextView
android:id="@+id/quick_consult_btn" android:id="@+id/quick_consult_btn"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="30dp" android:layout_height="30dp"
android:background="@drawable/confide_consult_btn_bg" android:background="@drawable/confide_consult_btn_bg"
android:gravity="center" android:gravity="center"
android:paddingLeft="@dimen/confide_dp_20" android:paddingLeft="@dimen/confide_dp_20"
android:paddingRight="@dimen/confide_dp_20" android:paddingRight="@dimen/confide_dp_20"
android:text="一键倾诉" android:text="我要倾诉"
android:textColor="@color/platform_but_text_color" android:textColor="@color/platform_but_text_color"
android:textSize="14dp" android:textSize="14dp"
android:textStyle="bold" /> android:textStyle="bold"
</LinearLayout> app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View <View
android:id="@+id/v_zhezhao" android:id="@+id/v_zhezhao"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginTop="48dp" android:layout_marginTop="48dp"
android:background="#80000000" android:background="#80000000"
android:visibility="gone" android:visibility="gone" />
/>
<com.ydl.confide.home.widget.ConfideHomeFilterView <com.ydl.confide.home.widget.ConfideHomeFilterView
android:id="@+id/v_filterView" android:id="@+id/v_filterView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
android:background="@color/white" android:background="@color/white"
android:visibility="gone" android:visibility="gone" />
/>
<com.ydl.ydlcommon.mvp.lce.view.YDLStateView <com.ydl.ydlcommon.mvp.lce.view.YDLStateView
android:visibility="gone" android:id="@+id/lce_state_view"
android:id="@+id/lce_state_view" android:layout_width="wrap_content"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:layout_height="wrap_content" android:layout_alignLeft="@+id/rv_list"
android:layout_alignLeft="@+id/rv_list" android:layout_alignTop="@+id/rv_list"
android:layout_alignTop="@+id/rv_list" android:layout_alignRight="@+id/rv_list"
android:layout_alignRight="@+id/rv_list" android:layout_alignBottom="@+id/rv_list"
android:layout_alignBottom="@+id/rv_list" /> android:visibility="gone" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>
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