Unused GridLayout removed. It cause crashes on Android versions prior to 4.0

This commit is contained in:
Jonathan GAULUPEAU 2013-10-17 22:58:27 +02:00
parent 907a1f407f
commit 7db52cd5a3

View File

@ -91,11 +91,6 @@
android:text="@string/author"
android:textSize="10sp" />
<android.widget.GridLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />
</LinearLayout>
</ScrollView>