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

Commit cb272165 authored by Georg Veichtlbauer's avatar Georg Veichtlbauer Committed by Michael W
Browse files

Dialer: Increase icon size for the end call button

M3 guidelines suggest 36px icons for buttons

Change-Id: I6baa2a159720a18f3ac3c9b35dee9af90c06b209
parent 19b562e9
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<!--
  SPDX-FileCopyrightText: Material Design Authors / Google LLC
  SPDX-License-Identifier: Apache-2.0
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="36dp"
    android:height="36dp"
    android:viewportWidth="960"
    android:viewportHeight="960"
    android:tint="?attr/colorControlNormal">
  <path
      android:fillColor="@android:color/white"
      android:pathData="M136,656L44,566Q32,554 32,538Q32,522 44,510Q132,415 247,367.5Q362,320 480,320Q598,320 712.5,367.5Q827,415 916,510Q928,522 928,538Q928,554 916,566L824,656Q813,667 798.5,668Q784,669 772,660L656,572Q648,566 644,558Q640,550 640,540L640,426Q602,414 562,407Q522,400 480,400Q438,400 398,407Q358,414 320,426L320,540Q320,550 316,558Q312,566 304,572L188,660Q176,669 161.5,668Q147,667 136,656ZM240,458Q211,473 184,492.5Q157,512 128,536Q128,536 128,536Q128,536 128,536L168,576Q168,576 168,576Q168,576 168,576L240,520Q240,520 240,520Q240,520 240,520L240,458ZM720,460L720,520Q720,520 720,520Q720,520 720,520L792,576Q792,576 792,576Q792,576 792,576L832,538Q832,538 832,538Q832,538 832,538Q803,512 776,493Q749,474 720,460ZM240,458L240,458Q240,458 240,458Q240,458 240,458L240,458Q240,458 240,458Q240,458 240,458L240,458Q240,458 240,458Q240,458 240,458Q240,458 240,458Q240,458 240,458ZM720,460Q720,460 720,460Q720,460 720,460Q720,460 720,460Q720,460 720,460L720,460Q720,460 720,460Q720,460 720,460L720,460Q720,460 720,460Q720,460 720,460L720,460Z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
    <item name="android:layout_height">@dimen/incall_end_call_button_size</item>
    <item name="android:layout_width">@dimen/incall_end_call_button_size</item>
    <item name="android:padding">8dp</item>
    <item name="android:src">@drawable/quantum_ic_call_end_vd_theme_24</item>
    <item name="android:src">@drawable/quantum_ic_call_end_vd_theme_36</item>
    <item name="android:tint">@color/incall_end_call_icon_color</item>
    <item name="android:stateListAnimator">@animator/disabled_alpha</item>
  </style>