remove useless arg
This commit is contained in:
parent
e5268bcf3f
commit
9e515756af
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:text="@string/about_links"
|
android:text="@string/about_links"
|
||||||
android:id="@+id/textView6"
|
android:id="@+id/textView6"
|
||||||
android:autoText="false"
|
android:autoText="false" />
|
||||||
android:autoLink="web" />
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Add table
Reference in a new issue