summaryrefslogtreecommitdiff
path: root/tutorials/NotepadCodeLab/Notepadv2/res/layout/notes_row.xml
blob: f28a41bea9d5563a37dd0bb1e539c924289aa4e7 (plain)
1
2
3
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"/>