diff --git a/res/layout/bluetooth_device_settings.xml b/res/layout/bluetooth_device_settings.xml
index b87551a5b3e..b65ca0fd660 100644
--- a/res/layout/bluetooth_device_settings.xml
+++ b/res/layout/bluetooth_device_settings.xml
@@ -20,35 +20,9 @@
android:orientation="vertical"
android:gravity="center">
-
-
-
-
-
-
-
-
diff --git a/res/layout/bluetooth_preference_category.xml b/res/layout/bluetooth_preference_category.xml
index 59a3e872695..2b9a29adbc7 100644
--- a/res/layout/bluetooth_preference_category.xml
+++ b/res/layout/bluetooth_preference_category.xml
@@ -22,4 +22,5 @@
android:textAppearance="@android:style/TextAppearance.Material.Body1"
android:textColor="?android:attr/textColorSecondary"
android:paddingTop="16dip"
+ android:paddingStart="16dip"
android:paddingBottom="16dip" />
diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml
index 5859fbf65ed..1776fec0d43 100644
--- a/res/layout/preference_progress_category.xml
+++ b/res/layout/preference_progress_category.xml
@@ -31,6 +31,7 @@
android:background="@null"
android:id="@+android:id/title"
android:paddingStart="0dp"
+ android:paddingTop="6dp"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -40,6 +41,7 @@