2012-02-26 21:29:05 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
2013-02-10 09:13:20 +01:00
|
|
|
<SeekBar
|
2013-04-28 01:01:34 +02:00
|
|
|
android:id="@+id/download_progress_bar"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="48dp"
|
|
|
|
android:indeterminate="false"
|
|
|
|
android:paddingBottom="7dip"
|
|
|
|
android:paddingLeft="7dip"
|
|
|
|
android:paddingRight="7dip"
|
|
|
|
android:paddingTop="7dip" />
|
2012-02-26 21:29:05 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|