aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-03-08 13:42:50 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2014-03-08 13:42:50 +0100
commit16116ba72572fc85fe00ec422248818da516506a (patch)
tree744fc988c99c4a66fb7af97a08c8c2a76bc29c7d /OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml
parent706e212b6b1f5fbd30643d33336f3967d88e8b5b (diff)
downloadopen-keychain-16116ba72572fc85fe00ec422248818da516506a.tar.gz
open-keychain-16116ba72572fc85fe00ec422248818da516506a.tar.bz2
open-keychain-16116ba72572fc85fe00ec422248818da516506a.zip
ditch old key list activities
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml b/OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml
deleted file mode 100644
index 5768e4153..000000000
--- a/OpenPGP-Keychain/src/main/res/layout/key_list_public_header.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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