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

Commit eaca424f authored by Sean Stout's avatar Sean Stout
Browse files

Shrink "No Alarms" icon on smaller screens

Bug: 30146885
Change-Id: I1e87bcad75dc042a0626094c54d18c6cc468e39f
parent 315b2c61
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>
    <dimen name="no_alarms_size">120dp</dimen>
</resources>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -18,4 +18,5 @@
    <dimen name="big_font_size">70sp</dimen>
    <dimen name="main_clock_font_size">80sp</dimen>
    <dimen name="timer_setup_font_size">56sp</dimen>
    <dimen name="no_alarms_size">120dp</dimen>
</resources>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
    <dimen name="alarm_icon_padding">6dp</dimen>

    <dimen name="backspace_icon_size">24dp</dimen>
    <dimen name="no_alarms_size">120dp</dimen>
    <dimen name="no_alarms_size">90dp</dimen>
    <dimen name="fab_alarm_size">56dp</dimen>

    <dimen name="medium_font_padding">12dp</dimen>