Added listener for buffering information and progressbar in videoplayer

This commit is contained in:
daniel oeh
2012-08-05 16:27:10 +02:00
parent d657c9ffb7
commit 6901e4a08f
6 changed files with 65 additions and 3 deletions

View File

@ -8,6 +8,14 @@
android:id="@+id/videoview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<ProgressBar
android:id="@+id/progressIndicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="invisible"
android:indeterminateOnly="true" />
<!-- Mediaplayer controls -->
<LinearLayout

View File

@ -168,6 +168,7 @@
<string name="best_rating_label">Best rating</string>
<string name="add_feed_label">Add feed</string>
<string name="miro_feed_added">Feed is being added</string>
<string name="player_buffering_msg">Buffering</string>
</resources>