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

Commit 43138e66 authored by Shaowei Shen's avatar Shaowei Shen Committed by Android (Google) Code Review
Browse files

Merge "[Physical Keyboard] Fix bugs" into main

parents d964109a d0514555
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
            android:text="@string/input_setting_keys_dialog_option_200"
            android:paddingStart="12dp"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="48dp"
            android:layout_gravity="start|center_vertical"
            android:background="@null"/>
        <RadioButton
@@ -63,30 +63,30 @@
            android:text="@string/input_setting_keys_dialog_option_400"
            android:paddingStart="12dp"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="48dp"
            android:layout_gravity="start|center_vertical"
            android:layout_marginTop="12dp"
            android:layout_marginTop="6dp"
            android:background="@null"/>
        <RadioButton
            android:id="@+id/input_setting_keys_value_600"
            android:text="@string/input_setting_keys_dialog_option_600"
            android:paddingStart="12dp"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_height="48dp"
            android:layout_gravity="start|center_vertical"
            android:layout_marginTop="12dp"
            android:layout_marginTop="6dp"
            android:background="@null"/>

        <LinearLayout
            android:orientation="horizontal"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginVertical="12dp">
            android:layout_marginVertical="6dp">
            <RadioButton
                android:id="@+id/input_setting_keys_value_custom"
                android:paddingStart="12dp"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_height="48dp"
                android:layout_gravity="center_vertical"
                android:background="@null"/>
            <LinearLayout
@@ -94,6 +94,7 @@
                android:orientation="vertical"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:minHeight="48dp"
                android:layout_gravity="center_vertical"
                android:gravity="center_vertical"
                android:paddingEnd="16dp">
@@ -123,8 +124,7 @@
                    android:layout_height="wrap_content"
                    android:layout_gravity="center_vertical"
                    android:layout_marginTop="8dp"
                    android:visibility="gone"
                    android:background="@null"/>
                    android:visibility="gone"/>
            </LinearLayout>
        </LinearLayout>
    </RadioGroup>