Fix msg layout

pull/509/head
okjack 1 year ago
parent 09f9bc6d79
commit 5dd1f739bf
  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