cnlive_layout_player_top.xml
930 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/topLayout"
android:layout_width="match_parent"
android:layout_height="58dp"
android:clipToPadding="true"
android:fitsSystemWindows="true">
<ImageView
android:id="@+id/videoShare"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_alignParentRight="true"
android:layout_marginRight="15dp"
android:layout_marginTop="15dp"
android:src="@drawable/cnlive_video_share" />
<ImageView
android:id="@+id/anchorInfo"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_marginRight="25dp"
android:layout_marginTop="15dp"
android:layout_toLeftOf="@+id/videoShare"
android:src="@drawable/cnlive_anchor_info" />
</RelativeLayout>