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"
|
android:id="@+id/txt_file"
|
||||||
style="@style/AuroraTextStyle.Line3"
|
style="@style/AuroraTextStyle.Line3"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="17dp"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
tools:text="File path" />
|
tools:text="File path" />
|
||||||
@@ -137,4 +137,4 @@
|
|||||||
tools:text="1.5Mb/s" />
|
tools:text="1.5Mb/s" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user