Update dialog_cast.xml

pull/123/head
FongMi 3 years ago
parent 90cd2f28e2
commit 340dd63941
  1. 8
      app/src/mobile/res/layout/dialog_cast.xml

@ -15,6 +15,14 @@
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/cast_select"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp" />
<ImageView
android:id="@+id/scan"
android:layout_width="wrap_content"

Loading…
Cancel
Save