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

Commit c110e680 authored by Yorke Lee's avatar Yorke Lee
Browse files

Prevent touches from going through dialpad

Bug: 14626815
Change-Id: Id69121e126652e29c797062e8e9e480617c76862
parent bb135a5c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    android:layout_gravity="bottom"
    android:orientation="vertical"
    android:layoutDirection="ltr"
    android:background="@color/background_dialpad">
    android:background="@color/background_dialpad"
    android:clickable="true" >

    <!-- Text field and possibly soft menu button above the keypad where
     the digits are displayed. -->