mirror of
https://github.com/jlengrand/KnowMySize.git
synced 2026-03-10 08:31:18 +00:00
15 lines
508 B
XML
15 lines
508 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:text="@string/hello_world"
|
|
tools:context=".MainActivity" />
|
|
|
|
</RelativeLayout>
|