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

Commit 5d0fc18e authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Make disabled overlay on copy as not important for accessibility

Fixes: 174325936

Test: atest DocumentsUIGoogleTests

Change-Id: I186e46de0bddeedaf66b8fa0ee6b0000b23bbd58
parent 3a79b56c
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" />