mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 11:02:35 +01:00
Fix alignment issues in group creator dialog
This commit is contained in:
parent
20a4bb0936
commit
f69b6c85f8
@ -34,6 +34,8 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:hint="@string/feed_group_dialog_name_input"
|
||||
app:errorEnabled="true"
|
||||
|
@ -16,8 +16,7 @@
|
||||
android:gravity="center"
|
||||
android:minWidth="72dp"
|
||||
android:orientation="vertical"
|
||||
android:padding="4dp"
|
||||
tools:layout_width="wrap_content">
|
||||
android:padding="4dp">
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
android:id="@+id/thumbnail_view"
|
||||
@ -49,8 +48,10 @@
|
||||
tools:visibility="visible">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_gravity="top|center_horizontal"
|
||||
android:scaleType="centerInside"
|
||||
app:srcCompat="@drawable/ic_done_white_24dp"
|
||||
tools:ignore="ContentDescription"/>
|
||||
|
Loading…
Reference in New Issue
Block a user