fixing some layout problems

This commit is contained in:
Dominik Schürmann
2014-01-02 22:01:25 +01:00
parent 3b5878f86d
commit faabf8eca2
7 changed files with 33 additions and 39 deletions

View File

@@ -2,15 +2,15 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/header_selector" >
android:background="@color/abs__background_holo_light" >
<se.emilsjolander.stickylistheaders.views.UnderlineTextView
android:id="@+id/stickylist_header_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="start|left"
android:padding="5dp"
android:textColor="@android:color/white"
android:padding="8dp"
android:textColor="@color/emphasis"
android:textSize="17sp"
android:textStyle="bold" />