source: dispositivos_moviles/TibisayMovil/res/layout/confirmation_item.xml

Last change on this file was 8379cd8, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregado encabezado de licencia a archivos fuentes.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4/*
5Tibisay Movil
6
7Copyright (C) 2013 Antonio Araujo (aaraujo@cenditel.gob.ve), Jose Ruiz
8(jruiz@cenditel.gob.ve), Fundacion Centro Nacional de Desarrollo e
9Investigacion en Tecnologias Libres - CENDITEL.
10
11La Fundación CENDITEL concede permiso para usar, copiar, distribuir y/o
12modificar este programa, reconociendo el derecho que la humanidad posee al
13libre acceso al conocimiento, bajo los términos de la licencia de software
14GPL versión 2.0 de la Free Software Foundation.
15
16Este programa se distribuye con la esperanza de que sea util, pero SIN
17NINGUNA GARANTIA; tampoco las implicitas garantias de MERCANTILIDAD o
18ADECUACION A UN PROPOSITO PARTICULAR.
19
20Para mayor información sobre los términos de la licencia ver el archivo
21llamado "gpl-2.0.txt" en ingles.
22*/
23 -->
24
25<!-- Copyright (C) 2008 The Android Open Source Project
26
27Licensed under the Apache License, Version 2.0 (the "License");
28you may not use this file except in compliance with the License.
29You may obtain a copy of the License at
30http://www.apache.org/licenses/LICENSE-2.0
31Unless required by applicable law or agreed to in writing, software
32distributed under the License is distributed on an "AS IS" BASIS,
33WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34See the License for the specific language governing permissions and
35limitations under the License.
36-->
37
38<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
39    android:id="@android:id/text1"
40    android:layout_width="match_parent"
41    android:layout_height="wrap_content"
42   
43   
44    android:gravity="center_vertical"
45    android:checkMark="?android:attr/listChoiceIndicatorMultiple"
46    android:padding="5dp"
47   
48    style="@style/style_font_files"
49    android:background="@drawable/background_item"
50    />
Note: See TracBrowser for help on using the repository browser.