diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-09 13:16:54 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-09 13:16:54 +0200 |
commit | 5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744 (patch) | |
tree | 0e9c9f0c3b9cd9f0a7d5a15512a70b36001a87de /OpenPGP-Keychain/res | |
parent | 5dc693c64c14000a3a03903736d000a45795bcee (diff) | |
download | open-keychain-5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744.tar.gz open-keychain-5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744.tar.bz2 open-keychain-5b6880d2e34f4c8a4bfba87b5ce53d3c6727b744.zip |
Switch from HtmlSpanner to HtmlTextView
Diffstat (limited to 'OpenPGP-Keychain/res')
-rw-r--r-- | OpenPGP-Keychain/res/layout/help_fragment_about.xml | 2 | ||||
-rw-r--r-- | OpenPGP-Keychain/res/layout/share_nfc_beam.xml | 2 | ||||
-rw-r--r-- | OpenPGP-Keychain/res/raw/help_about.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/res/layout/help_fragment_about.xml b/OpenPGP-Keychain/res/layout/help_fragment_about.xml index 82cb0a89f..71788e720 100644 --- a/OpenPGP-Keychain/res/layout/help_fragment_about.xml +++ b/OpenPGP-Keychain/res/layout/help_fragment_about.xml @@ -51,7 +51,7 @@ </LinearLayout> </LinearLayout> - <net.nightwhistler.htmlspanner.JellyBeanSpanFixTextView + <org.sufficientlysecure.htmltextview.HtmlTextView android:id="@+id/help_about_text" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/OpenPGP-Keychain/res/layout/share_nfc_beam.xml b/OpenPGP-Keychain/res/layout/share_nfc_beam.xml index 59e8e0844..692f53e4e 100644 --- a/OpenPGP-Keychain/res/layout/share_nfc_beam.xml +++ b/OpenPGP-Keychain/res/layout/share_nfc_beam.xml @@ -4,7 +4,7 @@ android:layout_height="fill_parent" android:orientation="vertical" > - <net.nightwhistler.htmlspanner.JellyBeanSpanFixTextView + <org.sufficientlysecure.htmltextview.HtmlTextView android:id="@+id/nfc_beam_text" android:layout_width="wrap_content" android:layout_height="wrap_content" diff --git a/OpenPGP-Keychain/res/raw/help_about.html b/OpenPGP-Keychain/res/raw/help_about.html index 26f4a0345..0ed0d3b05 100644 --- a/OpenPGP-Keychain/res/raw/help_about.html +++ b/OpenPGP-Keychain/res/raw/help_about.html @@ -28,7 +28,7 @@ And don't add newlines before or after p tags because of transifex --> <li><a href="http://actionbarsherlock.com">ActionBarSherlock</a> (Apache License v2)</li> <li><a href="http://code.google.com/p/zxing/">ZXing QRCode Integration</a> (Apache License v2)</li> <li><a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li> -<li><a href="https://github.com/dschuermann/HtmlSpanner">HtmlSpanner Fork</a> (Apache License v2)</li> +<li><a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache License v2)</li> <li>Icons from <a href="http://rrze-icon-set.berlios.de/">RRZE Icon Set</a> (Creative Commons Attribution Share-Alike licence 3.0)</li> <li>Icons from <a href="http://tango.freedesktop.org/">Tango Icon Set</a> (Public Domain)</li> </ul> |