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

Commit e23ea78e authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Android (Google) Code Review
Browse files

Merge "Make disabled overlay on copy as not important for accessibility" into mainline-prod

parents 91bc9d90 5d0fc18e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
<?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.
@@ -47,6 +46,7 @@
        <!-- Handles touch events when button1 is disabled. -->
        <FrameLayout
            android:id="@+id/pick_button_overlay"
            android:importantForAccessibility="no"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />