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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user