Android support (still not useable, just a test)
[fanfix.git] / res / layout / activity_say_it.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:app="http://schemas.android.com/apk/res-auto"
4 xmlns:tools="http://schemas.android.com/tools"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 tools:context="be.nikiroo.testy.be.nikiroo.fanfix.reader.android.SayIt">
8
9 <TextView
10 android:id="@+id/textView"
11 android:layout_width="285dp"
12 android:layout_height="250dp"
13 android:text="TextView"
14 tools:layout_editor_absoluteX="38dp"
15 tools:layout_editor_absoluteY="130dp" />
16 </android.support.constraint.ConstraintLayout>