diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-06 22:58:04 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-06 22:58:04 +0100 |
commit | 4ea64968afde98fc8df444dbc076549437967a55 (patch) | |
tree | a3861a074c63ea1b2e704ec88e2aeab9af0cca12 /OpenPGP-Keychain/res | |
parent | ccb462e94fffea71649e93dd4d91ef3748f5c726 (diff) | |
download | open-keychain-4ea64968afde98fc8df444dbc076549437967a55.tar.gz open-keychain-4ea64968afde98fc8df444dbc076549437967a55.tar.bz2 open-keychain-4ea64968afde98fc8df444dbc076549437967a55.zip |
integrate UnderlineTextView, add zxing info
Diffstat (limited to 'OpenPGP-Keychain/res')
-rw-r--r-- | OpenPGP-Keychain/res/layout/stickylist_header.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/layout/stickylist_header.xml b/OpenPGP-Keychain/res/layout/stickylist_header.xml index cbd65bb72..5768e4153 100644 --- a/OpenPGP-Keychain/res/layout/stickylist_header.xml +++ b/OpenPGP-Keychain/res/layout/stickylist_header.xml @@ -3,7 +3,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" > - <se.emilsjolander.stickylistheaders.views.UnderlineTextView + <org.sufficientlysecure.keychain.ui.widget.UnderlineTextView android:id="@+id/stickylist_header_text" android:layout_width="match_parent" android:layout_height="wrap_content" |