集成完直播后提交代码
This commit is contained in:
26
app/src/main/res/layout/tab_live_item.xml
Normal file
26
app/src/main/res/layout/tab_live_item.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center"
|
||||
android:layout_margin="@dimen/dp5"
|
||||
android:id="@+id/big_ly"
|
||||
android:background="@drawable/card_bantou_bg"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
<ImageView
|
||||
android:id="@+id/icon"
|
||||
android:layout_width="@dimen/dp20"
|
||||
android:layout_height="@dimen/dp20" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:lines="1"
|
||||
android:textStyle="bold"
|
||||
android:textSize="@dimen/sp14"
|
||||
android:layout_marginStart="@dimen/dp3"
|
||||
android:textColor="@color/body_txt_color"/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user