aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--OpenKeychain/src/main/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.pngbin0 -> 148 bytes
-rw-r--r--OpenKeychain/src/main/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.pngbin0 -> 131 bytes
-rw-r--r--OpenKeychain/src/main/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.pngbin0 -> 184 bytes
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_list_entry.xml2
4 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png b/OpenKeychain/src/main/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png
new file mode 100644
index 000000000..bb6aef1d0
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png
Binary files differ
diff --git a/OpenKeychain/src/main/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png b/OpenKeychain/src/main/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png
new file mode 100644
index 000000000..01d681697
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png
Binary files differ
diff --git a/OpenKeychain/src/main/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png b/OpenKeychain/src/main/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png
new file mode 100644
index 000000000..930ca8d95
--- /dev/null
+++ b/OpenKeychain/src/main/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png
Binary files differ
diff --git a/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml b/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
index 862258152..d7abe1b6f 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
@@ -237,7 +237,7 @@
android:layout_height="48dip"
android:clickable="true"
android:background="?android:selectableItemBackground"
- android:src="@drawable/abc_ic_menu_moreoverflow_mtrl_alpha" />
+ android:src="@drawable/ic_menu_moreoverflow_normal_holo_light" />
</LinearLayout>