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

Commit 53912d07 authored by Svetoslav's avatar Svetoslav Committed by Svetoslav Ganov
Browse files

Fix the print button appearance.

Change-Id: Ie19a52eaf08e1e39bb488c5afa2344c72e646b0b
parent c5a58437
Loading
Loading
Loading
Loading
−2.18 KiB
Loading image diff...
−1.47 KiB
Loading image diff...
−3.23 KiB
Loading image diff...
+30 −0
Original line number Original line 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.
-->

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid
        android:color="#FF00E5FF">
    </solid>

    <size
        android:width="48dp"
        android:height="48dp">
    </size>

</shape>
+0 −1
Original line number Original line Diff line number Diff line
@@ -99,7 +99,6 @@


    <ImageButton
    <ImageButton
        android:id="@+id/print_button"
        android:id="@+id/print_button"
        style="?android:attr/buttonStyleSmall"
        android:layout_width="wrap_content"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginEnd="16dip"
        android:layout_marginEnd="16dip"