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.
9 lines
1.0 KiB
9 lines
1.0 KiB
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout android:background="@color/vpai_bg" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<LinearLayout android:id="@id/music_scan_layout_buttons" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true">
|
||
|
<Button android:id="@id/music_scan_cancel" android:layout_width="0.0dip" android:layout_height="wrap_content" android:text="@string/cancel" android:layout_weight="1.0" style="@android:style/Widget.Holo.Button" />
|
||
|
<Button android:id="@id/music_scan_ok" android:layout_width="0.0dip" android:layout_height="wrap_content" android:text="@string/ok" android:layout_weight="1.0" style="@android:style/Widget.Holo.Button" />
|
||
|
</LinearLayout>
|
||
|
<ListView android:id="@id/music_scan_listview" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_above="@id/music_scan_layout_buttons" />
|
||
|
</RelativeLayout>
|