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

Unverified Commit c29e1fd0 authored by qqq3's avatar qqq3
Browse files

Fix widgets layout

parent fc7c86da
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -51,9 +51,10 @@

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="match_parent"
        android:layout_below="@id/header_layout"
        android:orientation="horizontal">
        android:orientation="horizontal"
        android:gravity="center_vertical">

        <LinearLayout
            android:id="@+id/info_layout"
+2 −1
Original line number Diff line number Diff line
@@ -50,9 +50,10 @@

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="match_parent"
        android:layout_below="@id/header_layout"
        android:orientation="horizontal"
        android:gravity="center_vertical"
        android:paddingEnd="8dp"
        android:paddingLeft="8dp"
        android:paddingRight="8dp"