mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
fix to align progress bar in center of files
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b49a1bbbde
commit
aa5e34b3f9
@ -33,7 +33,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="2dp"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:layout_marginEnd="@dimen/standard_margin"
|
||||
android:adjustViewBounds="true"
|
||||
app:layout_alignSelf="flex_start"
|
||||
app:layout_flexGrow="1"
|
||||
@ -46,7 +46,6 @@
|
||||
android:layout_height="@dimen/mediatab_file_icon_size"
|
||||
android:padding="4dp"
|
||||
android:src="@drawable/ic_mimetype_file"
|
||||
android:layout_marginEnd="@dimen/standard_margin"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:placeholderImageScaleType="fitCenter"
|
||||
fresco:actualImageScaleType="centerCrop"
|
||||
|
Loading…
Reference in New Issue
Block a user