mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-03 02:01:05 +02:00
updating the widget layout style, framelayout has no orientation
This commit is contained in:
parent
12e4adfe2a
commit
058e030e64
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user