updating the widget layout style, framelayout has no orientation

This commit is contained in:
tibbi 2019-07-24 22:50:19 +02:00
parent 12e4adfe2a
commit 058e030e64

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" <FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/frame_widget" android:id="@+id/frame_widget"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:orientation="vertical">
<ListView <ListView
android:id="@+id/notes_widget_listview" android:id="@+id/notes_widget_listview"