diff --git a/res/drawable-xhdpi/checkbox_checked.png b/res/drawable-xhdpi/checkbox_checked.png new file mode 100644 index 000000000..ac8b29bbd Binary files /dev/null and b/res/drawable-xhdpi/checkbox_checked.png differ diff --git a/res/drawable-xhdpi/checkbox_unchecked.png b/res/drawable-xhdpi/checkbox_unchecked.png new file mode 100644 index 000000000..e6168abb7 Binary files /dev/null and b/res/drawable-xhdpi/checkbox_unchecked.png differ diff --git a/res/drawable-xhdpi/history_all_default.png b/res/drawable-xhdpi/history_all_default.png index 93a2170ec..867e2cf70 100644 Binary files a/res/drawable-xhdpi/history_all_default.png and b/res/drawable-xhdpi/history_all_default.png differ diff --git a/res/drawable-xhdpi/history_all_selected.png b/res/drawable-xhdpi/history_all_selected.png index ffe0a6769..cf4a2293a 100644 Binary files a/res/drawable-xhdpi/history_all_selected.png and b/res/drawable-xhdpi/history_all_selected.png differ diff --git a/res/layout/history.xml b/res/layout/history.xml index 4729fcc8a..8227099d5 100644 --- a/res/layout/history.xml +++ b/res/layout/history.xml @@ -49,6 +49,7 @@ android:contentDescription="@string/content_description_missed_calls" android:id="@+id/missed_calls" android:src="@drawable/history_missed" + android:background="@drawable/toolbar_button" android:padding="10dp" android:gravity="center" android:layout_width="wrap_content" diff --git a/res/layout/history_cell.xml b/res/layout/history_cell.xml index f7d5d0899..f842f7762 100644 --- a/res/layout/history_cell.xml +++ b/res/layout/history_cell.xml @@ -74,6 +74,7 @@