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

Commit 9ed8a0bc authored by Jason Monk's avatar Jason Monk
Browse files

Fix apps/memory screen's spinner alignment

Bug: 21587762
Change-Id: I80d7f2622330b02e63281aca8bd53261c0ad4d9b
parent bdf3ddad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:id="@+id/filter_spinner"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:layout_marginStart="@dimen/switchbar_subsettings_margin_start"
        android:layout_marginStart="64dp"
        android:layout_alignWithParentIfMissing="true"
        android:layout_centerVertical="true"
        android:textAlignment="viewStart" />