Improved mediaplayer layout

This commit is contained in:
daniel oeh 2012-07-23 01:36:21 +02:00
parent 81e03efc3d
commit 5b28da28fe
3 changed files with 8 additions and 1 deletions

View File

@ -119,4 +119,10 @@
android:layout_below="@id/tabs" >
</android.support.v4.view.ViewPager>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@id/viewpager"
android:background="@color/bright_blue" />
</RelativeLayout>

View File

@ -126,5 +126,6 @@
<string name="processing_label">Processing</string>
<string name="flattring_label">flattring</string>
<string name="chapters_label">Chapters</string>
<string name="shownotes_label">Shownotes</string>
</resources>

View File

@ -741,7 +741,7 @@ public class MediaplayerActivity extends SherlockFragmentActivity implements
case POS_COVER:
return activity.getString(R.string.cover_label);
case POS_DESCR:
return activity.getString(R.string.description_label);
return activity.getString(R.string.shownotes_label);
case POS_CHAPTERS:
return activity.getString(R.string.chapters_label);
default: