Fix version information in holo theme
This commit is contained in:
parent
a04843e766
commit
38f4a7c144
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
git update-index --assume-unchanged res/values/git-rev.xml
|
||||
echo '<?xml version="1.0" encoding="utf-8"?>' > res/values/git-rev.xml
|
||||
echo '<resources>' >> res/values/git-rev.xml
|
||||
echo '<string name="git_revisions">' >> res/values/git-rev.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"
|
||||
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -76,6 +82,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:text="@string/about_copyright"
|
||||
android:singleLine="false"
|
||||
android:id="@+id/textView2"
|
||||
android:layout_weight="0.58" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue