view_download: Hard-code file path height

Fixes: https://gitlab.com/AuroraOSS/AuroraStore/-/issues/946
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-09-18 17:24:23 +05:30
parent dbcc05f675
commit 3a977d78c9

View File

@@ -84,7 +84,7 @@
android:id="@+id/txt_file"
style="@style/AuroraTextStyle.Line3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="17dp"
android:ellipsize="end"
android:singleLine="true"
tools:text="File path" />
@@ -137,4 +137,4 @@
tools:text="1.5Mb/s" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>