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

Commit f75f1660 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [2836977, 2836171, 2836172, 2836173, 2836174, 2836978,...

Merge cherrypicks of [2836977, 2836171, 2836172, 2836173, 2836174, 2836978, 2836979] into oc-mr1-release

Change-Id: Ie99eaf8b30bc3346e9a6081eee57d3a9b920d41f
parents 022a0a30 d9df8eaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
    systemui:keyCode="3"
    android:scaleType="fitCenter"
    android:contentDescription="@string/accessibility_home"
    android:paddingTop="13dp"
    android:paddingBottom="13dp"
    android:paddingTop="@dimen/home_padding"
    android:paddingBottom="@dimen/home_padding"
    android:paddingStart="@dimen/navigation_key_padding"
    android:paddingEnd="@dimen/navigation_key_padding"
    />
+3 −0
Original line number Diff line number Diff line
@@ -853,4 +853,7 @@
    <!-- How far to inset the rounded edges -->
    <dimen name="stat_sys_mobile_signal_circle_inset">0.9dp</dimen>

    <!-- Home button padding for sizing -->
    <dimen name="home_padding">15dp</dimen>

</resources>