mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +05:30
fix: properly vertically center align channel search results
This commit is contained in:
parent
d7f95cd23d
commit
d140170e2b
@ -7,11 +7,10 @@
|
||||
android:id="@+id/search_channel_image"
|
||||
android:layout_width="70dp"
|
||||
android:layout_height="70dp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginVertical="5dp"
|
||||
android:layout_marginStart="50dp"
|
||||
android:layout_marginEnd="55dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:shapeAppearance="@style/CircleImageView" />
|
||||
|
||||
<LinearLayout
|
||||
|
Loading…
x
Reference in New Issue
Block a user