mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
Fix version information in holo theme
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user