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

Commit 885e3159 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 25634978: Prevent touches from going through dialpad

* commit '2563497875c3e40f620ec796387316e95404e2dd':
  Prevent touches from going through dialpad
parents e4bd6551 c110e680
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. -->