diff --git a/res/layout/bluetooth_pin_entry.xml b/res/layout/bluetooth_pin_entry.xml
index aa9f1877437..c309a244607 100644
--- a/res/layout/bluetooth_pin_entry.xml
+++ b/res/layout/bluetooth_pin_entry.xml
@@ -28,32 +28,14 @@
android:layout_width="match_parent"
android:orientation="vertical">
-
-
-
-
@@ -62,8 +44,9 @@
android:text="@string/bluetooth_pin_values_hint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/bluetooth_dialog_padding"
- android:layout_marginEnd="@dimen/bluetooth_dialog_padding"
+ android:layout_marginStart="@dimen/bluetooth_pairing_padding"
+ android:layout_marginEnd="@dimen/bluetooth_pairing_padding"
+ android:layout_marginBottom="6dp"
android:gravity="center_vertical"
android:textAppearance="?android:attr/textAppearanceSmall" />
@@ -72,30 +55,37 @@
android:text="@string/bluetooth_enable_alphanumeric_pin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/bluetooth_dialog_padding"
- android:layout_marginEnd="@dimen/bluetooth_dialog_padding"
+ android:layout_marginStart="@dimen/bluetooth_pairing_padding"
+ android:layout_marginEnd="@dimen/bluetooth_pairing_padding"
+ android:layout_marginBottom="16dp"
android:gravity="center"
- android:textAppearance="?android:attr/textAppearanceSmall" />
+ android:paddingStart="@dimen/bluetooth_checkbox_padding"
+ android:textAppearance="@android:style/TextAppearance.Material.Body1"
+ android:textColor="?android:attr/textColorSecondary"/>
+ android:textColor="?android:attr/textColorSecondary"/>
+ android:textAppearance="@android:style/TextAppearance.Material.Body1"
+ android:textColor="?android:attr/textColorSecondary"/>
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index d65bdfb4f12..2a2b40675e7 100755
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -201,7 +201,9 @@
8dip
32
- 20dp
+ 24dp
+ 21dp
+ 16dp
1px