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

Commit e04766e1 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Improve alignment of app download progress bar

parent 7c263cdb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@
                    android:layout_width="0dp"
                    android:layout_height="wrap_content"
                    android:layout_alignParentStart="true"
                    android:layout_centerVertical="true"
                    android:layout_alignParentBottom="true"
                    android:layout_toStartOf="@id/app_size"
                    android:orientation="vertical"
                    android:visibility="gone">
@@ -143,7 +143,9 @@
                        style="?android:progressBarStyleHorizontal"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layout_marginTop="@dimen/layout_margin_small" />
                        android:layout_marginTop="@dimen/layout_margin_medium"
                        android:minWidth="0dp"
                        android:minHeight="0dp" />

                </LinearLayout>