Initial commit
This commit is contained in:
24
resources/res/layout/item_search_rd.xml
Normal file
24
resources/res/layout/item_search_rd.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user