mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
[android] Fix height of all day view
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
f1cf844986
commit
4bfb62b373
@@ -147,12 +147,12 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/allday"
|
android:id="@+id/allday"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/editor_height_allday"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:background="?clickableBackground"
|
android:background="?clickableBackground"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:padding="@dimen/margin_half_plus">
|
android:padding="@dimen/margin_half">
|
||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
@@ -164,7 +164,8 @@
|
|||||||
<com.google.android.material.materialswitch.MaterialSwitch
|
<com.google.android.material.materialswitch.MaterialSwitch
|
||||||
android:id="@+id/sw__allday"
|
android:id="@+id/sw__allday"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"/>
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginEnd="@dimen/margin_quarter"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|||||||
@@ -130,7 +130,6 @@
|
|||||||
<!-- Editor -->
|
<!-- Editor -->
|
||||||
<dimen name="editor_height_days">72dp</dimen>
|
<dimen name="editor_height_days">72dp</dimen>
|
||||||
<dimen name="editor_height_closed">72dp</dimen>
|
<dimen name="editor_height_closed">72dp</dimen>
|
||||||
<dimen name="editor_height_allday">56dp</dimen>
|
|
||||||
<dimen name="editor_height_field">64dp</dimen>
|
<dimen name="editor_height_field">64dp</dimen>
|
||||||
<dimen name="editor_margin_left">56dp</dimen>
|
<dimen name="editor_margin_left">56dp</dimen>
|
||||||
<dimen name="editor_auth_btn_height">@dimen/primary_button_min_height</dimen>
|
<dimen name="editor_auth_btn_height">@dimen/primary_button_min_height</dimen>
|
||||||
|
|||||||
Reference in New Issue
Block a user