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

Commit 613d6b0e authored by Miranda Kephart's avatar Miranda Kephart Committed by Android (Google) Code Review
Browse files

Merge "Increase clipboard 'minimized' tappable size" into main

parents bba267b9 142c0f4d
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2025 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.
  -->
<inset
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/clipboard_minimized_background"
    android:inset="4dp"/>
 No newline at end of file
+4 −4
Original line number Diff line number Diff line
@@ -171,12 +171,12 @@
        android:layout_height="wrap_content"
        android:visibility="gone"
        android:elevation="7dp"
        android:padding="8dp"
        android:padding="12dp"
        app:layout_constraintBottom_toTopOf="@id/indication_container"
        app:layout_constraintStart_toStartOf="parent"
        android:layout_marginStart="@dimen/overlay_action_container_margin_horizontal"
        android:layout_marginBottom="@dimen/overlay_action_container_margin_bottom"
        android:background="@drawable/clipboard_minimized_background">
        android:layout_marginStart="4dp"
        android:layout_marginBottom="2dp"
        android:background="@drawable/clipboard_minimized_background_inset">
        <ImageView
            android:src="@drawable/ic_content_paste"
            android:tint="?attr/overlayButtonTextColor"