25 lines
1009 B
XML
25 lines
1009 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubt.jimu.widgets.screenAdaptive.XLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/xl_top"
|
|
android:background="@drawable/slt_search_item"
|
|
android:padding="20px"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="20px"
|
|
android:layout_marginTop="20px"
|
|
android:layout_marginRight="20px">
|
|
<TextView
|
|
android:textSize="@dimen/text_17"
|
|
android:textColor="@drawable/slt_search_text_color"
|
|
android:ellipsize="end"
|
|
android:gravity="center"
|
|
android:id="@+id/tv_recommend_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="18px"
|
|
android:layout_marginRight="18px"
|
|
android:maxWidth="236px"
|
|
android:text="@string/search_content"
|
|
android:lines="1"/>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XLinearLayout>
|