forked from github/wulkanowy-mirror
Fix text aligment in exam dialog (#1821)
This commit is contained in:
parent
3347e8fba8
commit
6531061b48
@ -146,7 +146,7 @@
|
||||
android:id="@+id/examDialogDeadlineDateValue"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="0dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="16dp"
|
||||
@ -162,7 +162,7 @@
|
||||
android:id="@+id/examDialogEntryDateTitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="0dp"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:text="@string/exam_entry_date"
|
||||
|
Loading…
Reference in New Issue
Block a user