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

Commit a62d5e84 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

DeskClock: Modernize timer_setup_time look

Change-Id: I6ba715acbcdfcbd7472d5f7bf2008efa6027139a
parent 20b30014
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,9 +19,11 @@
    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"
    android:layout_width="match_parent"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:gravity="center"
    android:minHeight="@dimen/timer_setup_top_size"
    android:layoutDirection="ltr"
    android:orientation="horizontal">

@@ -42,7 +44,6 @@
        android:id="@+id/timer_setup_delete"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/timer_setup_delete_margin"
        android:contentDescription="@string/timer_delete"
        android:padding="12dp"
        android:scaleType="center"
+1 −2
Original line number Diff line number Diff line
@@ -21,8 +21,7 @@
    android:layout_height="match_parent"
    android:gravity="center_horizontal"
    android:orientation="vertical"
    android:paddingBottom="@dimen/fab_height"
    android:paddingTop="@dimen/timer_setup_top_margin">
    android:paddingBottom="@dimen/fab_height">

    <include layout="@layout/timer_setup_time" />

+0 −3
Original line number Diff line number Diff line
@@ -20,9 +20,6 @@
<resources>
    <dimen name="time_margin_top">24dip</dimen>

    <dimen name="timer_setup_delete_margin">12sp</dimen>
    <dimen name="timer_setup_digit_font_size">26sp</dimen>

    <!-- Size of margin for circles. -->
    <dimen name="analog_clock_margin">70dp</dimen>
    <dimen name="analog_clock_size">168dp</dimen>
+0 −1
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@

<resources>
    <dimen name="no_alarms_size">120dp</dimen>
    <dimen name="timer_setup_digit_font_size">40sp</dimen>
</resources>
+0 −1
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@

<resources>
    <dimen name="big_font_size">60sp</dimen>
    <dimen name="timer_setup_digit_font_size">32sp</dimen>
</resources>
 No newline at end of file
Loading