|
|
|
|
@ -2,8 +2,8 @@ |
|
|
|
|
<RelativeLayout 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="200dp" |
|
|
|
|
android:layout_height="200dp" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:focusableInTouchMode="true"> |
|
|
|
|
|
|
|
|
|
@ -16,10 +16,4 @@ |
|
|
|
|
app:shapeAppearanceOverlay="@style/Vod.Grid" |
|
|
|
|
tools:src="@drawable/ic_img_loading" /> |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:background="@drawable/selector_vod" |
|
|
|
|
android:duplicateParentState="true" /> |
|
|
|
|
|
|
|
|
|
</RelativeLayout> |