Just undoing some white space changes that my previous CL introduced, in order to keep the formatting the same between the tutorial documentation and the actual code.
6 lines
219 B
XML
Executable File
6 lines
219 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView android:id="@+id/text1"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|