Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77c3ff0a authored by Michael W's avatar Michael W Committed by Michael Bestas
Browse files

DeskClock: Align timer section with others

* Margin is not the same as the other pages (worldclock, alarm)
* Apply some margin to the timer circle

Change-Id: Ie5a4dcb5507d4bf6ac2fde30a6df9132fb5ed4e7
parent d05588c4
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -19,10 +19,9 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    style="@style/MaterialCardViewStyle"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginStart="8dp"
    android:layout_marginEnd="8dp"
    android:layout_marginBottom="8dp"
    android:background="@drawable/alarm_background"
    android:padding="16dp">
@@ -68,7 +67,9 @@
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toStartOf="@id/add_one_min"
        app:layout_constraintTop_toBottomOf="@id/timer_label"
        app:layout_constraintBottom_toBottomOf="parent">
        app:layout_constraintBottom_toBottomOf="parent"
        android:layout_marginTop="8dp"
        android:layout_marginEnd="16dp">

        <com.android.deskclock.timer.TimerCircleView
            android:id="@+id/timer_time"