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

Commit 142c0f4d authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Increase clipboard 'minimized' tappable size

Bug: 383693969
Fix: 383693969
Test: manual (visual inspection)
Flag: EXEMPT trivial change
Change-Id: If4cb67b8077db2e22416e57aeb476cb45d9dc225
parent 87e94275
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"