react-native-omplayer
Version:
video player for react-native
25 lines (22 loc) • 952 B
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@color/super_vod_vtt_bg">
<!--<TextView-->
<!--android:id="@+id/rate_title_tc"-->
<!--android:layout_width="match_parent"-->
<!--android:layout_height="wrap_content"-->
<!--android:layout_marginTop="30dp"-->
<!--android:gravity="center"-->
<!--android:text="播放速度"-->
<!--android:textColor="@color/white"-->
<!--android:textSize="14dp" />-->
<!--android:layout_below="@id/rate_title_tc"-->
<ListView
android:id="@+id/rate_options_tc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:choiceMode="singleChoice"
android:layout_centerVertical="true"></ListView>
</RelativeLayout>