60a6b92d9a
Only layout files are touched and no new strings added.
47 lines
No EOL
1.3 KiB
XML
47 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="5dp"
|
|
android:paddingLeft="3dp"
|
|
android:paddingRight="4dp"
|
|
android:paddingTop="5dp">
|
|
|
|
|
|
<CheckBox
|
|
android:id="@+id/settings"
|
|
android:contentDescription="@string/osmo_settings"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="3dp"
|
|
android:layout_marginRight="3dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:focusable="false"/>
|
|
|
|
<ImageView
|
|
android:id="@+id/explist_indicator"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:paddingLeft="6dp"/>
|
|
|
|
<TextView
|
|
android:id="@+id/category_name"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="8dp"
|
|
android:layout_marginTop="0dp"
|
|
android:layout_weight="1"
|
|
android:maxLines="1"
|
|
android:textColor="?android:textColorPrimary"
|
|
android:textSize="@dimen/default_list_text_size"
|
|
tools:text="@string/lorem_ipsum"/>
|
|
|
|
<include layout="@layout/check_item_rel"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |