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

Commit 5d815009 authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Fix more coretests in light of no-initial-focus"

parents 4772301e 1d65c766
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <requestFocus />

    <TableLayout android:id="@+id/table"
        android:layout_width="match_parent"
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <requestFocus />
    <LinearLayout android:id="@+id/layout"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    <requestFocus />

    <LinearLayout android:id="@+id/leftLayout"
        android:orientation="vertical"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <requestFocus />

    <EditText
        android:id="@+id/editText"
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <requestFocus />

    <LinearLayout
      android:orientation="vertical"
Loading