Always use section style instead of custom class

This commit is contained in:
Dominik Schürmann
2014-05-06 22:48:47 +02:00
parent ad791fd8f8
commit 274326f780
5 changed files with 8 additions and 81 deletions

View File

@@ -3,15 +3,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<org.sufficientlysecure.keychain.ui.widget.UnderlineTextView
<TextView
style="@style/SectionHeader"
android:id="@+id/stickylist_header_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="start|left"
android:padding="8dp"
android:textColor="@color/emphasis"
android:textSize="14sp"
android:textStyle="bold"
android:text="header text" />
<TextView