Issue 64: Fix all layoutopt warnings
Project Member Reported by thi...@inf.fu-berlin.de, Mar 21, 2011
$ ./layoutopt workspace/TraceBook/res/layout
workspace/TraceBook/res/layout/dialog_searchinfo.xml
	8:58 This LinearLayout tag should use android:layout_height="wrap_content"
workspace/TraceBook/res/layout/layout_addmemoactivity.xml
workspace/TraceBook/res/layout/dialog_license.xml
	6:10 This ScrollView layout or its LinearLayout parent is useless
workspace/TraceBook/res/layout/layout_startactivity.xml
workspace/TraceBook/res/layout/layout_newtrackactivity.xml
	8:88 This LinearLayout layout or its TabHost parent is possibly useless
	83:83 Use an android:layout_height of 0dip instead of fill_parent for better performance
workspace/TraceBook/res/layout/dialog_activityinfo.xml
workspace/TraceBook/res/layout/listview_fulltextsearch.xml
workspace/TraceBook/res/layout/listview_addpoint.xml
	7:8 Use an android:layout_height of 0dip instead of 1px for better performance
workspace/TraceBook/res/layout/layout_fulltextsearchactivity.xml
	18:18 Use an android:layout_height of 0dip instead of fill_parent for better performance
workspace/TraceBook/res/layout/layout_addpointactivity.xml
	59:59 Use an android:layout_height of 0dip instead of fill_parent for better performance
workspace/TraceBook/res/layout/layout_loadtrackactivity.xml
	24:24 Use an android:layout_height of 0dip instead of fill_parent for better performance
workspace/TraceBook/res/layout/layout_aboutactivity.xml
	9:73 This LinearLayout tag should use android:layout_height="wrap_content"
workspace/TraceBook/res/layout/layout_addpointmetaactivity.xml
	48:48 Use an android:layout_height of 0dip instead of fill_parent for better performance
workspace/TraceBook/res/layout/listview_edit.xml
workspace/TraceBook/res/layout/dialog_trackinfo.xml
	26:123 This LinearLayout tag should use android:layout_height="wrap_content"
workspace/TraceBook/res/layout/listview_taghistory.xml
workspace/TraceBook/res/layout/layout_webviewactivity.xml
workspace/TraceBook/res/layout/layout_recordvideoactivity.xml
	10:11 Use an android:layout_height of 0dip instead of fill_parent for better performance
workspace/TraceBook/res/layout/statusbar_global.xml
workspace/TraceBook/res/layout/dynamic_metamediabuttons.xml
workspace/TraceBook/res/layout/listview_loadtrack.xml
	8:9 Use an android:layout_height of 0dip instead of 1px for better performance
Mar 21, 2011
Project Member #1 SakirS...@gmail.com
(No comment was entered for this change.)
Owner: greentra...@googlemail.com