From 38f4a7c14469e62d8315eaf57ecf6e04fc0bba6a Mon Sep 17 00:00:00 2001 From: mittorn Date: Thu, 20 Aug 2015 13:13:01 +0700 Subject: [PATCH] Fix version information in holo theme --- gen-version.sh | 1 + res/layout/about.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gen-version.sh b/gen-version.sh index b7c5c645..4ed95536 100755 --- a/gen-version.sh +++ b/gen-version.sh @@ -1,3 +1,4 @@ +git update-index --assume-unchanged res/values/git-rev.xml echo '' > res/values/git-rev.xml echo '' >> res/values/git-rev.xml echo '' >> res/values/git-rev.xml diff --git a/res/layout/about.xml b/res/layout/about.xml index 0ad3470b..db7246a5 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -52,7 +52,13 @@ android:text="@string/git_revisions" android:id="@+id/textView5" android:autoText="false" - android:autoLink="web" /> + android:longClickable="false" + android:password="false" + android:enabled="true" + android:clickable="false" + android:singleLine="false" + + />