diff options
| author | Marco Jacob <mjacob@union06.de> | 2013-05-27 23:19:32 -0700 |
|---|---|---|
| committer | Marco Jacob <mjacob@union06.de> | 2013-05-27 23:19:32 -0700 |
| commit | 4733c57263fb74e498f4c7d5b8edcab967c45c6b (patch) | |
| tree | 549044d86da1f691e8be835d6a74c82b2156ff91 /main/res | |
| parent | a47d0ebf2f0efeabe73ea0d313ea2e5c0e93d25c (diff) | |
| parent | c57d73d0dc20e1e0b06a96b309424e48cefe7813 (diff) | |
| download | cgeo-4733c57263fb74e498f4c7d5b8edcab967c45c6b.zip cgeo-4733c57263fb74e498f4c7d5b8edcab967c45c6b.tar.gz cgeo-4733c57263fb74e498f4c7d5b8edcab967c45c6b.tar.bz2 | |
Merge pull request #2793 from campbeb/fix2463
Fix #2463 - Support links in logbook
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/cacheview_logs_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/cacheview_logs_item.xml b/main/res/layout/cacheview_logs_item.xml index 09d29b6..99822d3 100644 --- a/main/res/layout/cacheview_logs_item.xml +++ b/main/res/layout/cacheview_logs_item.xml @@ -100,7 +100,7 @@ android:layout_height="wrap_content" android:layout_gravity="left" android:layout_marginTop="22dip" - android:autoLink="web" + android:linksClickable="true" android:gravity="left" android:textColor="?text_color" android:textSize="14sp" /> |
