mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-06 07:27:06 -05:00
15 lines
447 B
XML
15 lines
447 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/notes_widget_holder"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<ListView
|
|
android:id="@+id/notes_widget_listview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:divider="@null"/>
|
|
|
|
</RelativeLayout>
|