add useful information to song details dialog
This commit is contained in:
parent
917b1cb9d9
commit
5197af70a9
6 changed files with 132 additions and 20 deletions
|
|
@ -50,6 +50,15 @@
|
|||
android:textAppearance="?android:textAppearanceMedium"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/sample_rate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="sans-serif"
|
||||
android:paddingTop="16dp"
|
||||
android:textAppearance="?android:textAppearanceMedium"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/bit_rate"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
@ -60,7 +69,16 @@
|
|||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/sample_rate"
|
||||
android:id="@+id/bit_depth"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="sans-serif"
|
||||
android:paddingTop="16dp"
|
||||
android:textAppearance="?android:textAppearanceMedium"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/channels"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="sans-serif"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue