Skip to content

Commit 058e030

Browse files
committed
updating the widget layout style, framelayout has no orientation
1 parent 12e4adf commit 058e030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/layout/widget.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2+
<FrameLayout
3+
xmlns:android="http://schemas.android.com/apk/res/android"
34
android:id="@+id/frame_widget"
45
android:layout_width="match_parent"
5-
android:layout_height="match_parent"
6-
android:orientation="vertical">
6+
android:layout_height="match_parent">
77

88
<ListView
99
android:id="@+id/notes_widget_listview"
@@ -17,4 +17,4 @@
1717
android:layout_height="match_parent">
1818

1919
</RelativeLayout>
20-
</FrameLayout>
20+
</FrameLayout>

0 commit comments

Comments
 (0)