mirror of https://github.com/FongMi/TV.git
parent
bd448c6098
commit
aabcc7fa16
@ -1,36 +1,45 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout 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" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:background="@drawable/shape_text" |
||||
android:gravity="center_vertical" |
||||
android:orientation="horizontal"> |
||||
|
||||
<TextView |
||||
android:id="@+id/text" |
||||
android:layout_width="0dp" |
||||
android:layout_height="wrap_content" |
||||
android:layout_height="40dp" |
||||
android:layout_weight="1" |
||||
android:background="@drawable/shape_text_round" |
||||
android:ellipsize="marquee" |
||||
android:gravity="center" |
||||
android:singleLine="true" |
||||
android:textColor="@color/text" |
||||
android:textSize="14sp" |
||||
android:textSize="16sp" |
||||
tools:text="泥巴" /> |
||||
|
||||
<ImageView |
||||
android:id="@+id/search" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginStart="16dp" |
||||
android:layout_width="40dp" |
||||
android:layout_height="40dp" |
||||
android:layout_marginStart="12dp" |
||||
android:background="@drawable/shape_text_round" |
||||
android:padding="8dp" |
||||
android:scaleType="fitCenter" |
||||
android:src="@drawable/ic_site_search_on" /> |
||||
android:src="@drawable/ic_site_search_on" |
||||
app:tint="@color/text" /> |
||||
|
||||
<ImageView |
||||
android:id="@+id/change" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginStart="16dp" |
||||
android:layout_width="40dp" |
||||
android:layout_height="40dp" |
||||
android:layout_marginStart="12dp" |
||||
android:background="@drawable/shape_text_round" |
||||
android:padding="8dp" |
||||
android:scaleType="fitCenter" |
||||
android:src="@drawable/ic_site_change_on" /> |
||||
android:src="@drawable/ic_site_change_on" |
||||
app:tint="@color/text" /> |
||||
|
||||
</LinearLayout> |
||||
Loading…
Reference in new issue