|
|
|
|
@ -118,7 +118,7 @@ |
|
|
|
|
android:layout_height="56dp" |
|
|
|
|
android:layout_gravity="bottom" |
|
|
|
|
android:background="@drawable/shape_live_info" |
|
|
|
|
android:gravity="center" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="16dp" |
|
|
|
|
android:paddingEnd="16dp" |
|
|
|
|
@ -132,7 +132,6 @@ |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="14sp" |
|
|
|
|
android:textStyle="bold" |
|
|
|
|
tools:text="005" /> |
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
@ -148,7 +147,7 @@ |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:maxEms="34" |
|
|
|
|
android:maxEms="10" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="14sp" |
|
|
|
|
@ -183,4 +182,39 @@ |
|
|
|
|
tools:text="16:50" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:id="@+id/info_pip" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="bottom" |
|
|
|
|
android:background="@drawable/shape_live_info" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingStart="12dp" |
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
android:paddingEnd="12dp" |
|
|
|
|
android:paddingBottom="8dp" |
|
|
|
|
android:visibility="gone" |
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/number_pip" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginEnd="12dp" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
tools:text="005" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/name_pip" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:singleLine="true" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="12sp" |
|
|
|
|
tools:text="民視" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</FrameLayout> |