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

Last change on this file since ca6582b was 288126d, checked in by Jose Ruiz <joseruiz@…>, 11 years ago

Manejo de repositorio de certificados y firma con pkcs7

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7http://www.apache.org/licenses/LICENSE-2.0
8Unless required by applicable law or agreed to in writing, software
9distributed under the License is distributed on an "AS IS" BASIS,
10WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11See the License for the specific language governing permissions and
12limitations under the License.
13-->
14
15<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
16    android:id="@android:id/text1"
17    android:layout_width="match_parent"
18    android:layout_height="wrap_content"
19   
20   
21    android:gravity="center_vertical"
22    android:checkMark="?android:attr/listChoiceIndicatorMultiple"
23    android:padding="5dp"
24   
25    style="@style/style_font_files"
26    android:background="@drawable/background_item"
27    />
Note: See TracBrowser for help on using the repository browser.