fix: Make the next/prev months buttons more visible
This commit is contained in:
parent
48d24ac10a
commit
f51a25d46f
|
@ -15,6 +15,7 @@
|
|||
android:padding="8dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/ic_arrow_left"
|
||||
app:tint="?android:attr/textColorPrimary"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvMonthYear"
|
||||
|
@ -42,6 +43,7 @@
|
|||
android:padding="8dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/ic_arrow_right"
|
||||
app:tint="?android:attr/textColorPrimary"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tvMonthYear"
|
||||
|
|
Loading…
Reference in a new issue