forked from github/wulkanowy-mirror
Fix homework dialog attachments margin (#1322)
This commit is contained in:
parent
53c798ebdb
commit
56e4e9be5e
@ -11,8 +11,11 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="0dp"
|
android:layout_marginStart="0dp"
|
||||||
android:layout_marginEnd="24dp"
|
android:layout_marginEnd="24dp"
|
||||||
android:paddingStart="0dp"
|
android:paddingStart="24dp"
|
||||||
android:paddingEnd="16dp"
|
android:paddingEnd="16dp"
|
||||||
|
android:paddingTop="3dp"
|
||||||
|
android:layout_marginBottom="3dp"
|
||||||
|
android:paddingBottom="3dp"
|
||||||
android:drawablePadding="10dp"
|
android:drawablePadding="10dp"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
app:drawableStartCompat="@drawable/ic_attachment"
|
app:drawableStartCompat="@drawable/ic_attachment"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="0dp"
|
android:layout_marginStart="4dp"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
android:layout_marginEnd="24dp"
|
android:layout_marginEnd="24dp"
|
||||||
android:text="@string/homework_attachments"
|
android:text="@string/homework_attachments"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user