|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
@ -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="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:background="@drawable/shape_item_activated" |
||||
android:gravity="center" |
||||
android:orientation="vertical" |
||||
android:padding="@dimen/exo_styled_controls_padding"> |
||||
|
||||
<ImageView |
||||
android:layout_width="64dp" |
||||
android:layout_height="64dp" |
||||
android:scaleType="fitCenter" |
||||
android:src="@drawable/ic_vod_error" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/text" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:layout_marginTop="16dp" |
||||
android:textColor="@color/white" |
||||
android:textSize="18sp" |
||||
tools:text="@string/error_play" /> |
||||
|
||||
</LinearLayout> |
||||