You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
961 B
5 lines
961 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout android:gravity="start|center" android:orientation="horizontal" android:background="?selectableItemBackground" android:focusable="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:minHeight="@dimen/md_listitem_height"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<TextView android:textSize="@dimen/md_listitem_textsize" android:gravity="center_vertical" android:layout_gravity="start" android:id="@id/md_title" android:paddingTop="@dimen/md_listitem_vertical_margin" android:paddingBottom="@dimen/md_listitem_vertical_margin" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/md_listitem_margin_left" android:layout_marginRight="@dimen/md_dialog_frame_margin" android:layout_marginStart="@dimen/md_listitem_margin_left" android:layout_marginEnd="@dimen/md_dialog_frame_margin" />
|
||
|
</LinearLayout>
|