|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<?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="138dp" |
|
|
|
|
android:layout_width="136dp" |
|
|
|
|
android:layout_height="68dp" |
|
|
|
|
android:background="@drawable/selector_item" |
|
|
|
|
android:focusable="true" |
|
|
|
|
@ -11,8 +11,8 @@ |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
android:id="@+id/icon" |
|
|
|
|
android:layout_width="36dp" |
|
|
|
|
android:layout_height="36dp" |
|
|
|
|
android:layout_width="32dp" |
|
|
|
|
android:layout_height="32dp" |
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
tools:src="@drawable/ic_home_vod" /> |
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
|
android:layout_marginLeft="10dp" |
|
|
|
|
android:layout_marginLeft="8dp" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="18sp" |
|
|
|
|
tools:text="點播" /> |
|
|
|
|
|