aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/key_list_header.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-03-08 11:19:34 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2014-03-08 11:19:34 +0100
commit8c6cb8b0ab9e89f9d575af829e0dd1dd9e82e401 (patch)
tree2f68c772756535527b30cb629af87fabbf0afacc /OpenPGP-Keychain/src/main/res/layout/key_list_header.xml
parent4851f7f8fc5ca82d60a55e95730bf6c11675979c (diff)
downloadopen-keychain-8c6cb8b0ab9e89f9d575af829e0dd1dd9e82e401.tar.gz
open-keychain-8c6cb8b0ab9e89f9d575af829e0dd1dd9e82e401.tar.bz2
open-keychain-8c6cb8b0ab9e89f9d575af829e0dd1dd9e82e401.zip
working unified list (no actions yet)
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/key_list_header.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_list_header.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_list_header.xml b/OpenPGP-Keychain/src/main/res/layout/key_list_header.xml
new file mode 100644
index 000000000..5768e4153
--- /dev/null
+++ b/OpenPGP-Keychain/src/main/res/layout/key_list_header.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+
+ <org.sufficientlysecure.keychain.ui.widget.UnderlineTextView
+ 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" />
+
+</RelativeLayout> \ No newline at end of file