create changelog entry
[debian/openrocket] / android / res / layout / simulation_plot_config_event_list_item.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@android:id/text1"
4     android:layout_width="match_parent"
5     android:layout_height="?android:attr/listPreferredItemHeight"
6     android:textAppearance="?android:attr/textAppearanceListItem"
7     android:gravity="center_vertical"
8     android:checkMark="?android:attr/listChoiceIndicatorMultiple"
9     android:paddingLeft="8dip"
10     android:paddingRight="8dip"
11 />