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

Commit a00673c7 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix issues with the new widget layout

-> use first layout instead of first measure to determine size
-> fix issue where we were doubly accounting for padding of
   AppsCustomizePagedView
-> show page backgrounds by default, hide fake page by default
-> stripping some dead code related to the market button
   and all apps cling

Change-Id: I787bdf1092c821b780670098fb219a8a68914bc8
parent 63f1ec00
Loading
Loading
Loading
Loading
−67 B (646 B)
Loading image diff...
−45 B (449 B)
Loading image diff...
−57 B (894 B)
Loading image diff...
−59 B (1.33 KiB)
Loading image diff...
+1 −9
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
                    android:id="@+id/fake_page"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:visibility="invisible"
                    android:clipToPadding="false" />
            </FrameLayout>
            <com.android.launcher3.AppsCustomizePagedView
@@ -60,13 +61,4 @@
            android:layout_height="wrap_content"
            android:layout_gravity="center" />
    </LinearLayout>

    <include
        android:id="@+id/market_button"
        layout="@layout/market_button"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_gravity="end"
        android:visibility="gone"/>

</com.android.launcher3.AppsCustomizeTabHost>
Loading