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.1 KiB
9 lines
1.1 KiB
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<RelativeLayout android:id="@id/clip_time_container" android:layout_width="fill_parent" android:layout_height="50.0dip">
|
||
|
<TextView android:textSize="16.0sp" android:textColor="@color/white" android:id="@id/clip_audio_time" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="10.0dip" android:layout_centerVertical="true" />
|
||
|
<TextView android:textSize="16.0sp" android:textColor="@color/white" android:id="@id/total_audio_time" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="10.0dip" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
|
||
|
</RelativeLayout>
|
||
|
<com.viatech.gallery.ClipAudioBar android:id="@id/clip_audio_bar" android:layout_width="fill_parent" android:layout_height="30.0dip" android:layout_marginLeft="10.0dip" android:layout_marginBottom="20.0dip" android:layout_below="@id/clip_time_container" />
|
||
|
</RelativeLayout>
|