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

Commit 8510b79b authored by Jun Mukai's avatar Jun Mukai Committed by Android (Google) Code Review
Browse files

Merge "Fix keyboard focusability on title bar."

parents 35ede6a9 bd526012
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@
        android:layout_width="match_parent"
        android:layout_gravity="end"
        android:layout_height="wrap_content"
        android:background="@drawable/non_client_decor_title" >
        android:background="@drawable/non_client_decor_title"
        android:focusable="false"
        android:descendantFocusability="blocksDescendants" >
        <TextView
            android:layout_width="0dp"
            android:layout_height="match_parent"
+4 −2
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@
        android:layout_width="match_parent"
        android:layout_gravity="end"
        android:layout_height="wrap_content"
        android:background="@drawable/non_client_decor_title" >
        android:background="@drawable/non_client_decor_title"
        android:focusable="false"
        android:descendantFocusability="blocksDescendants" >
        <TextView
            android:layout_width="0dp"
            android:layout_height="match_parent"