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

Commit 9c5e5016 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by Android (Google) Code Review
Browse files

Merge "Align root icons with the action bar icon."

parents 09c6f026 44adb33c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,7 +28,8 @@
    <FrameLayout
        android:layout_width="@dimen/icon_size"
        android:layout_height="@dimen/icon_size"
        android:layout_marginEnd="16dp"
        android:layout_marginStart="@dimen/root_icon_margin"
        android:layout_marginEnd="@dimen/root_icon_margin"
        android:duplicateParentState="true">

        <ImageView
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 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="root_icon_margin">8dp</dimen>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<resources>
    <dimen name="icon_size">40dp</dimen>
    <dimen name="root_icon_size">24dp</dimen>
    <dimen name="root_icon_margin">0dp</dimen>

    <dimen name="grid_width">152dp</dimen>
    <dimen name="grid_height">176dp</dimen>