Guys,
as I don't like Google Music Player, I started to mod the standard Android Player, but I got stuck at the seekbar.
There's no .png for the orange background and I didn't found any hint to style it in ICS way - can someone move me to the right direction?
The code in .xml is as following:
Thanks!
as I don't like Google Music Player, I started to mod the standard Android Player, but I got stuck at the seekbar.
There's no .png for the orange background and I didn't found any hint to style it in ICS way - can someone move me to the right direction?
The code in .xml is as following:
Code:
<SeekBar android:id="@*android:id/progress" android:background="#ff000000" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:paddingBottom="4.0dip" android:layout_width="fill_parent" android:layout_height="36.0dip" style="?android:attr/progressBarStyleHorizontal" />
Attachments
-
17.7 KB Views: 45