Files
Notes/app/src/main/res/layout/widget.xml
2019-07-26 09:44:01 +02:00

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>