Improve appearance with holo theme
This commit is contained in:
parent
6bc2aa0356
commit
ef5278fec4
@ -37,6 +37,7 @@ THE SOFTWARE.
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:paddingLeft="5dip"
|
||||
android:text="00:00" />
|
||||
<SeekBar
|
||||
android:id="@+id/seek_bar"
|
||||
@ -45,14 +46,15 @@ THE SOFTWARE.
|
||||
android:layout_gravity="center"
|
||||
android:paddingTop="5px"
|
||||
android:paddingBottom="5px"
|
||||
android:paddingLeft="15px"
|
||||
android:paddingRight="15px"
|
||||
android:paddingLeft="18px"
|
||||
android:paddingRight="18px"
|
||||
android:layout_weight="1" />
|
||||
<TextView
|
||||
android:id="@+id/duration"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:paddingRight="5dip"
|
||||
android:text="00:00" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
|
@ -31,7 +31,6 @@ THE SOFTWARE.
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_gravity="top|left"
|
||||
android:layout_margin="0dip"
|
||||
android:padding="4dip"
|
||||
android:background="#a000"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
@ -59,6 +58,7 @@ THE SOFTWARE.
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="bottom"
|
||||
android:textSize="10sp"
|
||||
android:paddingLeft="5dip"
|
||||
android:text="00:00" />
|
||||
<TextView
|
||||
android:id="@+id/album"
|
||||
@ -76,13 +76,17 @@ THE SOFTWARE.
|
||||
android:layout_width="wrap_content"
|
||||
android:gravity="bottom"
|
||||
android:textSize="10sp"
|
||||
android:paddingRight="5dip"
|
||||
android:text="00:00" />
|
||||
</LinearLayout>
|
||||
<SeekBar
|
||||
android:id="@+id/seek_bar"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:padding="5px" />
|
||||
android:paddingTop="5dip"
|
||||
android:paddingBottom="5dip"
|
||||
android:paddingLeft="15dip"
|
||||
android:paddingRight="15dip" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/controls_bottom"
|
||||
|
Loading…
x
Reference in New Issue
Block a user