diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/ic_bt_config.png | bin | 543 -> 824 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_bt_config.png | bin | 394 -> 578 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_bt_config.png | bin | 673 -> 1000 bytes | |||
-rw-r--r-- | res/drawable-xxhdpi/ic_bt_config.png | bin | 942 -> 1363 bytes | |||
-rw-r--r-- | res/drawable-xxxhdpi/ic_bt_config.png | bin | 1245 -> 1761 bytes | |||
-rw-r--r-- | res/layout/preference_bluetooth.xml | 10 | ||||
-rw-r--r-- | res/layout/preference_progress_category.xml | 2 |
7 files changed, 2 insertions, 10 deletions
diff --git a/res/drawable-hdpi/ic_bt_config.png b/res/drawable-hdpi/ic_bt_config.png Binary files differindex 939a14d..a204936 100644 --- a/res/drawable-hdpi/ic_bt_config.png +++ b/res/drawable-hdpi/ic_bt_config.png diff --git a/res/drawable-mdpi/ic_bt_config.png b/res/drawable-mdpi/ic_bt_config.png Binary files differindex c2d7876..d266b39 100644 --- a/res/drawable-mdpi/ic_bt_config.png +++ b/res/drawable-mdpi/ic_bt_config.png diff --git a/res/drawable-xhdpi/ic_bt_config.png b/res/drawable-xhdpi/ic_bt_config.png Binary files differindex 6fec792..46077be 100644 --- a/res/drawable-xhdpi/ic_bt_config.png +++ b/res/drawable-xhdpi/ic_bt_config.png diff --git a/res/drawable-xxhdpi/ic_bt_config.png b/res/drawable-xxhdpi/ic_bt_config.png Binary files differindex fc3600e..ad964b4 100644 --- a/res/drawable-xxhdpi/ic_bt_config.png +++ b/res/drawable-xxhdpi/ic_bt_config.png diff --git a/res/drawable-xxxhdpi/ic_bt_config.png b/res/drawable-xxxhdpi/ic_bt_config.png Binary files differindex bbefb4a..e89d484 100644 --- a/res/drawable-xxxhdpi/ic_bt_config.png +++ b/res/drawable-xxxhdpi/ic_bt_config.png diff --git a/res/layout/preference_bluetooth.xml b/res/layout/preference_bluetooth.xml index 5a7aee5..17ee70c 100644 --- a/res/layout/preference_bluetooth.xml +++ b/res/layout/preference_bluetooth.xml @@ -19,16 +19,6 @@ android:layout_height="wrap_content" android:gravity="center_vertical"> - <!-- Divider --> - <ImageView - android:id="@+id/divider" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="center_vertical" - android:src="@drawable/nav_divider" - android:contentDescription="@null" - /> - <!-- Details button --> <ImageView android:id="@+id/deviceDetails" diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml index b09d607..5859fbf 100644 --- a/res/layout/preference_progress_category.xml +++ b/res/layout/preference_progress_category.xml @@ -17,8 +17,10 @@ <!-- Layout used for ProgressCategory in bluetooth settings. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="?android:attr/listSeparatorTextViewStyle" + android:background="@null" android:gravity="center_vertical" android:orientation="horizontal" + android:layout_height="wrap_content" android:paddingStart="?android:attr/listPreferredItemPaddingStart" android:paddingEnd="?android:attr/listPreferredItemPaddingEnd" > |