dejsem.1.5/android/dejsem.studio/app/src/main/res/values/attrs.xml
changeset 0 676905a3b03c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dejsem.1.5/android/dejsem.studio/app/src/main/res/values/attrs.xml	Wed Nov 27 09:50:16 2019 +0100
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+	<declare-styleable name="FlatButton">
+		<attr name="android:text"/>
+		<attr name="text" format="string"/>
+		<attr name="android:background"/>
+		<attr name="layout_margin" format="dimension"/>
+		<attr name="layout_marginStart" format="dimension"/>
+		<attr name="layout_marginTop" format="dimension"/>
+		<attr name="layout_marginEnd" format="dimension"/>
+		<attr name="layout_marginBottom" format="dimension"/>
+		<attr name="text_padding" format="dimension"/>
+		<attr name="text_paddingStart" format="dimension"/>
+		<attr name="text_paddingTop" format="dimension"/>
+		<attr name="text_paddingEnd" format="dimension"/>
+		<attr name="text_paddingBottom" format="dimension"/>
+	</declare-styleable>
+</resources>