parent
914295a798
commit
fc92e272a4
@ -0,0 +1,39 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<com.unionmed.unionmedtv.widgets.ImgConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
style="@style/FocusStyle" |
||||
android:layout_width="396dp" |
||||
android:layout_height="222dp" |
||||
android:background="@drawable/shape_corners10_color_1b4765"> |
||||
<ImageView |
||||
android:id="@+id/iv_type_three_poster" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
tools:ignore="ContentDescription" /> |
||||
<RelativeLayout |
||||
android:id="@+id/tv" |
||||
android:layout_width="396dp" |
||||
android:layout_height="222dp"> |
||||
<TextView |
||||
android:id="@+id/tv_load_more" |
||||
android:gravity="center" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:text="点击加载\n更多数据" |
||||
android:textSize="21sp" |
||||
android:textColor="@color/white_f1f1f1"/> |
||||
|
||||
</RelativeLayout> |
||||
|
||||
<View |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
android:background="@drawable/bg_focus_selector" |
||||
android:duplicateParentState="true" |
||||
android:scaleType="fitXY" |
||||
app:layout_constraintLeft_toLeftOf="parent" |
||||
app:layout_constraintRight_toRightOf="parent" |
||||
app:layout_constraintTop_toTopOf="parent" |
||||
tools:ignore="ContentDescription" /> |
||||
</com.unionmed.unionmedtv.widgets.ImgConstraintLayout> |
Loading…
Reference in new issue