We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e4adf commit 058e030Copy full SHA for 058e030
app/src/main/res/layout/widget.xml
@@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout
3
+ xmlns:android="http://schemas.android.com/apk/res/android"
4
android:id="@+id/frame_widget"
5
android:layout_width="match_parent"
- android:layout_height="match_parent"
6
- android:orientation="vertical">
+ android:layout_height="match_parent">
7
8
<ListView
9
android:id="@+id/notes_widget_listview"
@@ -17,4 +17,4 @@
17
android:layout_height="match_parent">
18
19
</RelativeLayout>
20
-</FrameLayout>
+</FrameLayout>
0 commit comments