aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/values/attrs.xml
blob: 2e56a622d9f9949eea22937939155ff1e9d09c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="BootstrapButton">
        <attr name="bb_type" format="string"/>
        <attr name="bb_icon_left" format="string"/>
        <attr name="bb_icon_right" format="string"/>
        <attr name="bb_roundedCorners" format="boolean"/>
        <attr name="bb_text_alignment" format="string"/>
        <attr name="bb_size" format="string"/>
        <attr name="bb_text_gravity" format="string"/>
        <attr name="android:textSize"/>
        <attr name="android:text"/>
        <attr name="android:enabled"/>
		<attr name="android:layout_width"/>
    </declare-styleable>
    
     <declare-styleable name="FontAwesomeText">
        <attr name="fa_icon" format="string"/>
        <attr name="android:textSize"/>
        <attr name="android:textColor"/>
      </declare-styleable>
      
     <declare-styleable name="BootstrapEditText">
        <attr name="be_roundedCorners" format="boolean"/>
        <attr name="be_state" format="string"/>
        <attr name="android:textSize"/>
        <attr name="android:text"/>
        <attr name="android:hint"/>
        <attr name="android:enabled"/>
        
    </declare-styleable>
    
     <declare-styleable name="BootstrapThumbnail"> 
         <attr name="bt_roundedCorners" format="boolean"/>
         <attr name="bt_image" format="integer"/>
         <attr name="bt_width" format="dimension"/>
         <attr name="bt_height" format="dimension"/>
         <attr name="bt_inside_padding" format="dimension"/>
         <attr name="android:text"/>
     </declare-styleable>

    <declare-styleable name="BootstrapCircleThumbnail">
        <attr name="bct_image" format="integer"/>
        <attr name="bct_size" format="string" />
        <attr name="bct_minimal" format="boolean" />
        <attr name="android:text"/>
    </declare-styleable>
    
</resources>