Loading core/res/res/layout/input_method_switch_dialog_new.xml +20 −11 Original line number Diff line number Diff line Loading @@ -21,22 +21,31 @@ android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" android:orientation="horizontal"> <!-- TODO(b/357644229): Enable shrinking width without three levels of nesting. --> <com.android.internal.widget.MaxHeightFrameLayout android:layout_width="320dp" android:layout_height="0dp" android:layout_height="match_parent" android:layout_weight="1" android:maxHeight="373dp"> <com.android.internal.widget.RecyclerView android:id="@+id/list" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="match_parent" android:paddingVertical="8dp" android:clipToPadding="false" android:layoutManager="com.android.internal.widget.LinearLayoutManager"/> </com.android.internal.widget.MaxHeightFrameLayout> </LinearLayout> <LinearLayout style="?android:attr/buttonBarStyle" android:id="@+id/button_bar" Loading Loading
core/res/res/layout/input_method_switch_dialog_new.xml +20 −11 Original line number Diff line number Diff line Loading @@ -21,22 +21,31 @@ android:layout_height="wrap_content" android:orientation="vertical"> <LinearLayout android:layout_width="wrap_content" android:layout_height="0dp" android:layout_weight="1" android:orientation="horizontal"> <!-- TODO(b/357644229): Enable shrinking width without three levels of nesting. --> <com.android.internal.widget.MaxHeightFrameLayout android:layout_width="320dp" android:layout_height="0dp" android:layout_height="match_parent" android:layout_weight="1" android:maxHeight="373dp"> <com.android.internal.widget.RecyclerView android:id="@+id/list" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="match_parent" android:paddingVertical="8dp" android:clipToPadding="false" android:layoutManager="com.android.internal.widget.LinearLayoutManager"/> </com.android.internal.widget.MaxHeightFrameLayout> </LinearLayout> <LinearLayout style="?android:attr/buttonBarStyle" android:id="@+id/button_bar" Loading