Juan Ezquerro LLanes | 3d5c165 | 2018-05-24 21:05:28 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 The OmniROM Project |
| 3 | |
| 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by |
| 6 | the Free Software Foundation, either version 2 of the License, or |
| 7 | (at your option) any later version. |
| 8 | |
| 9 | This program is distributed in the hope that it will be useful, |
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | GNU General Public License for more details. |
| 13 | |
| 14 | You should have received a copy of the GNU General Public License |
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | --> |
| 17 | |
| 18 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | android:layout_width="match_parent" |
| 20 | android:layout_height="wrap_content" |
| 21 | android:minHeight="64dp" |
| 22 | android:paddingStart="6dp" |
| 23 | android:gravity="center_vertical" |
| 24 | android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" |
| 25 | android:orientation="horizontal" > |
| 26 | |
| 27 | <TextView |
| 28 | android:id="@+id/action_title" |
| 29 | android:layout_width="0dip" |
| 30 | android:layout_height="wrap_content" |
| 31 | android:layout_weight="1" |
| 32 | android:layout_gravity="center_vertical" |
| 33 | android:singleLine="true" |
| 34 | android:ellipsize="end" |
| 35 | android:focusable="false" |
| 36 | android:textAppearance="?android:attr/textAppearanceListItem" |
| 37 | android:textAlignment="viewStart" /> |
| 38 | |
| 39 | <CheckBox android:id="@android:id/checkbox" |
| 40 | android:layout_width="wrap_content" |
| 41 | android:layout_height="wrap_content" |
| 42 | android:layout_marginStart="8dip" |
| 43 | android:layout_gravity="center_vertical" |
| 44 | android:clickable="false" |
| 45 | android:focusable="false" /> |
| 46 | |
| 47 | </LinearLayout> |