294 lines
12 KiB
XML
294 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
|
|
android:id="@+id/main_about_titleBar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/color_fcfcfc"
|
|
app:titleText="@string/teamsetting_jubao"/>
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:id="@+id/step_1_lyf"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/step_1_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:visibility="visible">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/jubao_type_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_54"
|
|
android:background="@color/white"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/jubao_txt"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="20dp"
|
|
android:text="@string/report_type_txt"
|
|
android:textColor="#ff303336"
|
|
android:textSize="14sp" />
|
|
|
|
<com.netease.yunxin.kit.common.ui.widgets.ContactAvatarView
|
|
android:id="@+id/user_head_iv"
|
|
android:layout_width="@dimen/dp_24"
|
|
android:layout_height="@dimen/dp_24"
|
|
android:layout_marginLeft="@dimen/dp_4" />
|
|
|
|
<TextView
|
|
android:id="@+id/name_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
android:text="阿尼亚"
|
|
android:textColor="#ff0f1828"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/dongtai_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginTop="@dimen/dp_15"
|
|
android:text="@string/report_updates_txt"
|
|
android:textColor="#ff333333"
|
|
android:textSize="14sp"
|
|
android:visibility="gone" />
|
|
|
|
<androidx.cardview.widget.CardView
|
|
android:id="@+id/card_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_52"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:visibility="gone"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
app:cardBackgroundColor="@color/color_f4f4f4"
|
|
app:cardCornerRadius="@dimen/dp_10"
|
|
app:cardElevation="0dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/left_ry"
|
|
android:layout_width="@dimen/dp_42"
|
|
android:layout_marginLeft="@dimen/dp_5"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_height="@dimen/dp_42">
|
|
|
|
<com.hbl.lewan.widget.CircleImageView
|
|
android:id="@+id/big_iv"
|
|
android:layout_width="@dimen/dp_42"
|
|
android:layout_height="@dimen/dp_42"
|
|
app:es_shape_type="rectangle"
|
|
app:ease_radius="@dimen/dp_4"
|
|
android:src="@mipmap/ic_launche"/>
|
|
<ImageView
|
|
android:id="@+id/video_iv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
android:src="@mipmap/message_play_img"
|
|
android:visibility="gone" />
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/text_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:ellipsize="end"
|
|
android:maxLines="2"
|
|
android:text="茶言茶语:激励自己的不是心灵鸡汤励志语录,而是那些比自己优秀的人还在努力。所以请努力到无能为力,拼搏到感动..."
|
|
android:textColor="#7E7B84"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
<View
|
|
android:id="@+id/jubao_v1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="15dp"
|
|
android:background="@color/white"
|
|
android:visibility="gone" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="10dp"
|
|
android:background="#F6F5F7"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/dp_20"
|
|
android:text="@string/report_reason_txt"
|
|
android:textColor="#303336"
|
|
android:textSize="14sp" />
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recylerview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/dp_20"
|
|
android:text="@string/report_sau_remarks_txt"
|
|
android:textColor="#303336"
|
|
android:textSize="14sp" />
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_120">
|
|
|
|
<EditText
|
|
android:id="@+id/qianming_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
android:layout_marginRight="@dimen/dp_20"
|
|
android:background="@drawable/input_bg_t"
|
|
android:gravity="top"
|
|
android:hint="@string/report_edit_hint_txt"
|
|
android:maxLength="100"
|
|
android:padding="15dp"
|
|
android:paddingLeft="@dimen/dp_23"
|
|
android:paddingRight="@dimen/dp_18"
|
|
android:textColor="@color/color_333333"
|
|
android:textColorHint="@color/color_adb5bd"
|
|
android:textSize="@dimen/sp_14" />
|
|
|
|
<TextView
|
|
android:id="@+id/number_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginRight="30dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:text="0/100"
|
|
android:textColor="#ffadb5bd"
|
|
android:textSize="10sp" />
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/tupianzhenming_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="44dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="@dimen/dp_20"
|
|
android:text="@string/tupianzhengming_txt"
|
|
android:textColor="#303336"
|
|
android:textSize="14sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
android:text="@string/report_pic_des_txt"
|
|
android:textColor="#ffadb5bd"
|
|
android:textSize="12sp" />
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/recylerview1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="13dp"
|
|
android:layout_marginTop="@dimen/dp_5"
|
|
android:layout_marginRight="13dp" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tijiao_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_52"
|
|
android:layout_marginLeft="@dimen/dp_20"
|
|
android:layout_marginRight="@dimen/dp_20"
|
|
android:layout_marginTop="@dimen/dp_30"
|
|
android:layout_marginBottom="@dimen/dp_34"
|
|
android:background="@drawable/index_user_bg3"
|
|
android:gravity="center"
|
|
android:text="@string/sumbit_txt"
|
|
android:textColor="#ffffffff"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
<LinearLayout
|
|
android:id="@+id/step_2_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="100dp"
|
|
android:layout_height="100dp"
|
|
android:layout_marginTop="112dp"
|
|
android:src="@mipmap/success_img"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="12dp"
|
|
android:text="@string/sumbit_success_txt"
|
|
android:textColor="#ff303336"
|
|
android:textSize="24sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="30dp"
|
|
android:layout_marginTop="27dp"
|
|
android:layout_marginRight="30dp"
|
|
android:text="@string/report_succ_tips_des_txt"
|
|
android:textColor="#ADB5BD"
|
|
android:textSize="14sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="68dp"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/back_tv"
|
|
android:layout_width="310dp"
|
|
android:layout_height="52dp"
|
|
android:layout_marginLeft="5dp"
|
|
android:background="@drawable/index_user_bg3"
|
|
android:gravity="center"
|
|
android:text="@string/sure_txt"
|
|
android:textColor="@color/white"
|
|
android:textSize="16sp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |