dejsem.1.5/android/dejsem.studio/app/src/main/res/values/attrs.xml
changeset 0 676905a3b03c
equal deleted inserted replaced
-1:000000000000 0:676905a3b03c
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <resources>
       
     3 	<declare-styleable name="FlatButton">
       
     4 		<attr name="android:text"/>
       
     5 		<attr name="text" format="string"/>
       
     6 		<attr name="android:background"/>
       
     7 		<attr name="layout_margin" format="dimension"/>
       
     8 		<attr name="layout_marginStart" format="dimension"/>
       
     9 		<attr name="layout_marginTop" format="dimension"/>
       
    10 		<attr name="layout_marginEnd" format="dimension"/>
       
    11 		<attr name="layout_marginBottom" format="dimension"/>
       
    12 		<attr name="text_padding" format="dimension"/>
       
    13 		<attr name="text_paddingStart" format="dimension"/>
       
    14 		<attr name="text_paddingTop" format="dimension"/>
       
    15 		<attr name="text_paddingEnd" format="dimension"/>
       
    16 		<attr name="text_paddingBottom" format="dimension"/>
       
    17 	</declare-styleable>
       
    18 </resources>