diff options
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_row.xml')
| -rwxr-xr-x | tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_row.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_row.xml b/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_row.xml new file mode 100755 index 000000000..f28a41bea --- /dev/null +++ b/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/notes_row.xml @@ -0,0 +1,4 @@ +<?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"/> |
