You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
959 B
8 lines
959 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout android:layout_gravity="top" android:background="@color/player_setting_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<TextView android:textSize="@dimen/text_video_set" android:textColor="@color/text_white_color" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:text="@string/select_play_mode" />
|
||
|
<FrameLayout android:background="#ff313131" android:layout_width="fill_parent" android:layout_height="wrap_content">
|
||
|
<GridView android:gravity="center" android:id="@id/gridview" android:layout_width="fill_parent" android:layout_height="wrap_content" android:horizontalSpacing="20.0dip" android:verticalSpacing="0.0dip" android:stretchMode="columnWidth" />
|
||
|
</FrameLayout>
|
||
|
</RelativeLayout>
|