51 lines
2.3 KiB
XML
51 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@drawable/shape_white"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="20px"
|
|
android:layout_marginRight="68px">
|
|
<com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/text_16"
|
|
android:textColor="@color/txt_1D2C42"
|
|
android:gravity="center_vertical"
|
|
android:id="@+id/tv_title_ask"
|
|
android:background="@drawable/shape_f9f9fd"
|
|
android:padding="12px"
|
|
android:paddingLeft="12px"
|
|
android:layout_width="782px"
|
|
android:layout_height="44px"
|
|
android:layout_marginLeft="20px"
|
|
android:layout_marginTop="15px"
|
|
android:text="@string/search_item_ask_title"/>
|
|
<TextView
|
|
android:textSize="16px"
|
|
android:textColor="@color/txt_616d78"
|
|
android:id="@+id/tv_ask_score"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="32px"
|
|
android:layout_marginTop="24px"
|
|
android:layout_marginBottom="17px"
|
|
android:text="@string/search_item_ask_score"
|
|
android:layout_below="@+id/tv_title_ask"/>
|
|
<TextView
|
|
android:textSize="14px"
|
|
android:textColor="@color/bg_white"
|
|
android:id="@+id/tv_state"
|
|
android:background="@drawable/shape_f8b220"
|
|
android:padding="4px"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="15px"
|
|
android:layout_marginTop="26px"
|
|
android:text="@string/search_item_ask_use"
|
|
android:layout_toRightOf="@+id/tv_ask_score"
|
|
android:layout_below="@+id/tv_title_ask"
|
|
android:layout_alignBaseline="@+id/tv_ask_score"/>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XRelativeLayout>
|