1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-23 21:41:38 +01:00
ultrasonic-app-subsonic-and.../res/layout/download_slider.xml
2013-04-27 16:01:34 -07:00

17 lines
575 B
XML

<?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" >
<SeekBar
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" />
</LinearLayout>