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

Commit 7d8aaa98 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro
Browse files

Fix truncated stopwatch/timer circles on smaller devices

Bug: 18781237
Change-Id: I4d488d9c1f957c284ce819955735d0a75f0a30b3
parent 33d935bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@

    <dimen name="medium_font_size">48sp</dimen>

    <dimen name="circle_size">232dip</dimen>
    <dimen name="circle_size">190dip</dimen>
    <dimen name="stopwatch_list_bottom_spacing">0dip</dimen>
    <dimen name="stopwatch_circle_margin_bottom">80dip</dimen>

+26 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2014 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.
  -->

<!--
  These resources are around just to allow their values to be customized
  for different hardware and product builds.
-->
<resources>

    <dimen name="circle_size">232dip</dimen>

</resources>