Fix msg layout

okjack
okjack 2 years ago
parent cbe4b1ad99
commit c5cc4d82b3
  1. 1
      app/src/leanback/res/layout/view_widget_cast.xml
  2. 1
      app/src/leanback/res/layout/view_widget_live.xml
  3. 1
      app/src/leanback/res/layout/view_widget_vod.xml
  4. 1
      app/src/mobile/res/layout/view_widget_live.xml
  5. 1
      app/src/mobile/res/layout/view_widget_vod.xml

@ -104,6 +104,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="@string/error_play_url" />

@ -90,6 +90,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="@string/error_play_url" />

@ -91,6 +91,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="@string/error_play_url" />

@ -26,6 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="@string/error_play_url" />

@ -26,6 +26,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="@string/error_play_url" />

Loading…
Cancel
Save