Fix layout

This commit is contained in:
mittorn 2015-08-24 00:02:59 +07:00
parent dba7d531e8
commit 29aec91121

View file

@ -34,11 +34,11 @@
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="225dp" android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium" android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/about_authors" android:text="@string/about_authors"
android:id="@+id/textView4" android:id="@+id/textView4"
android:layout_weight="3.46" android:layout_weight="1"
android:clickable="false" android:clickable="false"
android:enabled="true" android:enabled="true"
android:singleLine="false" android:singleLine="false"