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
haxzamatic 1718ab7350 My Changes
Updated UI with a ICS look.
2012-02-26 15:29:05 -05:00

20 lines
748 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" >
<net.sourceforge.subsonic.androidapp.util.HorizontalSlider
xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@+id/download_progress_bar"
style="?android:attr/progressBarStyleHorizontal"
a:layout_width="fill_parent"
a:layout_height="48dp"
a:background="@color/mediaControlBackground"
a:indeterminate="false"
a:paddingBottom="7dip"
a:paddingLeft="7dip"
a:paddingRight="7dip"
a:paddingTop="7dip" />
</LinearLayout>