19 lines
818 B
XML
19 lines
818 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.ubt.jimu.widgets.screenAdaptive.XFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:background="@drawable/shape_f8b220"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="10px">
|
|
<TextView
|
|
android:textSize="@dimen/text_14"
|
|
android:textColor="@color/bg_white"
|
|
android:id="@+id/tv_content_label"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="11px"
|
|
android:layout_marginTop="2px"
|
|
android:layout_marginRight="11px"
|
|
android:layout_marginBottom="2px"
|
|
android:text="@string/search_content_label"/>
|
|
</com.ubt.jimu.widgets.screenAdaptive.XFrameLayout>
|