- added shuffler and repeat mode - xxxhdpi icons - typos - new styles - not fully working playing queue [alpha]
25 lines
No EOL
969 B
XML
25 lines
No EOL
969 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="match_parent"
|
|
android:orientation="horizontal">
|
|
|
|
<ProgressBar
|
|
android:id="@+id/progressBar1"
|
|
style="?android:attr/progressBarStyle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_gravity="center_vertical"/>
|
|
|
|
<TextView
|
|
android:id="@+id/text"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:fontFamily="sans-serif"
|
|
android:paddingLeft="16dp"
|
|
android:textAppearance="?android:textAppearanceMedium"
|
|
android:textColor="?title_text_color"
|
|
android:textSize="18sp"/>
|
|
</LinearLayout> |