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.xml

38 lines
1.4 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="19dp"
android:paddingRight="15dp"
android:paddingTop="10dp"
android:paddingBottom="0dp"
android:descendantFocusability="blocksDescendants" >
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:minWidth="50dp"
android:minHeight="50dp" />
android:id="@android:id/text1"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_toRightOf="@android:id/icon"
android:layout_toLeftOf="@android:id/checkbox"
android:paddingRight="5dp"
android:paddingLeft="15dp"
android:layout_centerVertical="true"
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" />