diff options
| author | campbeb <bpcampbell@gmail.com> | 2013-05-27 19:45:35 -1000 |
|---|---|---|
| committer | campbeb <bpcampbell@gmail.com> | 2013-05-27 19:45:35 -1000 |
| commit | c57d73d0dc20e1e0b06a96b309424e48cefe7813 (patch) | |
| tree | 549044d86da1f691e8be835d6a74c82b2156ff91 /main/res | |
| parent | a47d0ebf2f0efeabe73ea0d313ea2e5c0e93d25c (diff) | |
| download | cgeo-c57d73d0dc20e1e0b06a96b309424e48cefe7813.zip cgeo-c57d73d0dc20e1e0b06a96b309424e48cefe7813.tar.gz cgeo-c57d73d0dc20e1e0b06a96b309424e48cefe7813.tar.bz2 | |
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" /> |
