Fixed background color for android 4+ devices

This commit is contained in:
daniel oeh 2012-07-21 19:36:32 +02:00
parent cd65cb7e4f
commit 6fde470609
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical" >
<com.viewpagerindicator.TabPageIndicator
@ -82,9 +83,9 @@
android:layout_height="wrap_content"
android:layout_above="@+id/sbPosition"
android:layout_alignParentLeft="true"
android:layout_marginTop="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp" >
android:layout_marginRight="8dp"
android:layout_marginTop="8dp" >
<TextView
android:id="@+id/txtvPosition"