aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_header.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-05-06 22:48:47 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-05-06 22:48:47 +0200
commit274326f78065cf9f713504e6dbe213248b02ed5d (patch)
tree2b0974604bd765506fc398388355861381fecfa8 /OpenKeychain/src/main/res/layout/key_list_header.xml
parentad791fd8f8c19be95beaf5d1dcc1a38faaa1a08e (diff)
downloadopen-keychain-274326f78065cf9f713504e6dbe213248b02ed5d.tar.gz
open-keychain-274326f78065cf9f713504e6dbe213248b02ed5d.tar.bz2
open-keychain-274326f78065cf9f713504e6dbe213248b02ed5d.zip
Always use section style instead of custom class
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_header.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_header.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_header.xml b/OpenKeychain/src/main/res/layout/key_list_header.xml
index de7bdbd5c..8cb0d4262 100644
--- a/OpenKeychain/src/main/res/layout/key_list_header.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_header.xml
@@ -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="17sp"
- android:textStyle="bold"
android:text="header text" />
<TextView