Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 650fa696 authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Fix widget page

parent e86e71ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <RelativeLayout
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        <TextView
            android:id="@+id/openUsageAccessSettings"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:gravity="center"
            android:text="@string/tap_to_setup_usageaccess"
+4 −10
Original line number Diff line number Diff line
@@ -32,17 +32,11 @@
                    android:id="@+id/weather_info_layout"
                    layout="@layout/layout_weather_info" />

                <FrameLayout
                    android:id="@+id/drag_layer"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content">

                <LinearLayout
                    android:id="@+id/widget_container"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:orientation="vertical" />
                </FrameLayout>

                <Button
                    android:id="@+id/edit_widgets_button"