Add progress bar to expanded notification
This commit is contained in:
parent
8021848b03
commit
9494f3a299
2 changed files with 23 additions and 8 deletions
|
|
@ -40,6 +40,12 @@
|
|||
android:ellipsize="marquee"
|
||||
android:singleLine="true"
|
||||
android:text="artist" />
|
||||
|
||||
<ProgressBar
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/playbackProgress"
|
||||
style="@style/Widget.AppCompat.ProgressBar.Horizontal" />
|
||||
</LinearLayout>
|
||||
|
||||
<ImageButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue