The 3-part Notepad tutorial is currently only available in the zip archive frameworks/base/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip. This CL adds the uncompressed code to the repository so that there is a paper trail of future changes to the code.
5 lines
215 B
XML
Executable File
5 lines
215 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"/>
|