Fixed background color for android 4+ devices
This commit is contained in:
parent
cd65cb7e4f
commit
6fde470609
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue