mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Improved mediaplayer layout
This commit is contained in:
@ -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>
|
||||
@ -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>
|
||||
Reference in New Issue
Block a user