You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sense-toolbox/OneToolbox/res/layout-v21/mselect_dialog_with_images_...

74 lines
2.5 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:paddingRight="15dp"
android:paddingTop="10dp"
android:paddingBottom="10dp">
android:layout_width="match_parent"
android:layout_height="match_parent">
android:id="@android:id/icon1"
android:contentDescription="@string/dummy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:adjustViewBounds="true"
android:maxWidth="40dp" />
android:id="@android:id/text1"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_toRightOf="@android:id/icon1"
android:layout_toLeftOf="@android:id/checkbox"
android:layout_centerVertical="true"
android:paddingRight="5dp"
android:paddingLeft="17dp"
android:textSize="16sp" />
android:id="@android:id/checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:focusable="false"
android:focusableInTouchMode="false"
android:clickable="false" />
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@android:id/hint">
android:id="@android:id/icon"
android:contentDescription="@string/dummy"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp" />
android:id="@android:id/icon2"
android:contentDescription="@string/dummy"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:layout_toRightOf="@android:id/icon"
android:layout_marginRight="15dp"
android:adjustViewBounds="true"
android:minHeight="40dp"
android:minWidth="40dp" />
android:id="@android:id/text2"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_toRightOf="@android:id/icon2"
android:layout_centerVertical="true"
android:textSize="16sp" />