Fix layout
This commit is contained in:
parent
dba7d531e8
commit
29aec91121
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@
|
|||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="225dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="@string/about_authors"
|
||||
android:id="@+id/textView4"
|
||||
android:layout_weight="3.46"
|
||||
android:layout_weight="1"
|
||||
android:clickable="false"
|
||||
android:enabled="true"
|
||||
android:singleLine="false"
|
||||
|
|
Loading…
Add table
Reference in a new issue