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

Commit 92ecd0f1 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Hide dial button in-call so that in-call chooser dialog shows up" into klp-dev

parents c87896cd 4e4d12f1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@

    <TextView android:id="@+id/text"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textColor="@color/dialpad_text_color"
        android:layout_gravity="center_vertical"
        android:layout_width="0dip"
        android:layout_weight="1"
+1 −0
Original line number Diff line number Diff line
@@ -377,6 +377,7 @@ public class DialpadFragment extends Fragment
        // Load up the resources for the text field.
        Resources r = getResources();

        mDialButtonContainer = fragmentView.findViewById(R.id.dialButtonContainer);
        mDigitsContainer = fragmentView.findViewById(R.id.digits_container);
        mDigits = (EditText) fragmentView.findViewById(R.id.digits);
        mDigits.setKeyListener(UnicodeDialerKeyListener.INSTANCE);