dejsem.1.5/android/dejsem.studio/app/src/main/res/layout/flat_button.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/layout/flat_button.xml	Wed Nov 27 09:50:16 2019 +0100
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+	>
+
+	<TextView
+		android:id="@+id/text"
+		android:layout_width="wrap_content"
+		android:layout_height="wrap_content"
+		android:background="@android:color/transparent"
+		android:typeface="sans"
+		android:textStyle="normal"
+		android:gravity="center"
+	    android:text="button"
+		/>
+
+	<FrameLayout
+		android:id="@+id/encircle"
+		android:layout_width="match_parent"
+		android:layout_height="match_parent"
+		android:background="@android:color/transparent"
+		android:layout_alignTop="@+id/text"
+		android:layout_alignLeft="@+id/text"
+		android:layout_alignBottom="@+id/text"
+		android:layout_alignRight="@+id/text"
+		/>
+
+</RelativeLayout>
\ No newline at end of file