Add buffering indicator
This commit is contained in:
parent
12443be2ce
commit
f668e51ba3
7 changed files with 43 additions and 30 deletions
|
|
@ -122,6 +122,11 @@
|
|||
app:elevation="4dp"
|
||||
app:pressedTranslationZ="2dp" />
|
||||
|
||||
<me.zhanghai.android.materialprogressbar.MaterialProgressBar
|
||||
android:id="@+id/player_buffering_indicator"
|
||||
android:layout_width="74dp"
|
||||
android:layout_height="74dp"
|
||||
android:layout_centerInParent="true" />
|
||||
</RelativeLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue