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

Commit 27d1e167 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "DocumentsUI: Fix the issue of download status was displayed incompletely"

parents e0a6f025 6c45abb3
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -92,8 +92,9 @@

            <TextView
                android:id="@+id/date"
                android:layout_width="90dp"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:singleLine="true"
                android:ellipsize="end"
                android:textAlignment="viewStart"
@@ -101,8 +102,9 @@

            <TextView
                android:id="@+id/size"
                android:layout_width="90dp"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:layout_marginStart="8dp"
                android:singleLine="true"
                android:ellipsize="end"
@@ -113,7 +115,7 @@
                android:id="@android:id/summary"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_weight="1"
                android:layout_weight="2"
                android:layout_marginStart="8dp"
                android:singleLine="true"
                android:ellipsize="end"