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
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<?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:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:layout_height="match_parent">
<ListView
android:id="@+id/notes_widget_listview"
@ -17,4 +17,4 @@
android:layout_height="match_parent">
</RelativeLayout>
</FrameLayout>
</FrameLayout>