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

Commit 4134377f authored by Jason Hsu's avatar Jason Hsu Committed by Android (Google) Code Review
Browse files

Merge "Fix 'Default microphone for calls' dialog display incorrectly in large...

Merge "Fix 'Default microphone for calls' dialog display incorrectly in large display size config" into main
parents 511f9e8a 12a34410
Loading
Loading
Loading
Loading
+31 −25
Original line number Diff line number Diff line
@@ -15,16 +15,22 @@
     limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="wrap_content"
    android:textDirection="locale"
    android:layoutDirection="locale"
    android:scrollbarStyle="outsideOverlay">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="?android:attr/dialogPreferredPadding"
        android:orientation="vertical">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textDirection="locale"
        android:textAppearance="?android:attr/textAppearanceListItemSecondary"
        android:text="@string/bluetooth_hearing_device_input_routing_dialog_summary" />

@@ -47,5 +53,5 @@
                android:minHeight="?android:attr/listPreferredItemHeight"
                android:text="@string/bluetooth_hearing_device_input_routing_builtin_option"/>
        </RadioGroup>

    </LinearLayout>
</ScrollView>