From bd1801e40f31a94da4b83bd2afcdd45049c10dac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Nov 2013 21:16:16 +0400 Subject: add donate actionbar button --- res/drawable-hdpi/ic_action_good.png | Bin 0 -> 457 bytes res/drawable-xhdpi/ic_action_good.png | Bin 0 -> 585 bytes res/menu/activity_main.xml | 10 ++++++++-- res/values/strings.xml | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 res/drawable-hdpi/ic_action_good.png create mode 100644 res/drawable-xhdpi/ic_action_good.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_action_good.png b/res/drawable-hdpi/ic_action_good.png new file mode 100644 index 0000000..594ee12 Binary files /dev/null and b/res/drawable-hdpi/ic_action_good.png differ diff --git a/res/drawable-xhdpi/ic_action_good.png b/res/drawable-xhdpi/ic_action_good.png new file mode 100644 index 0000000..49b85ca Binary files /dev/null and b/res/drawable-xhdpi/ic_action_good.png differ diff --git a/res/menu/activity_main.xml b/res/menu/activity_main.xml index 31ee8d8..f89f77a 100644 --- a/res/menu/activity_main.xml +++ b/res/menu/activity_main.xml @@ -1,12 +1,18 @@ + + - + diff --git a/res/values/strings.xml b/res/values/strings.xml index 2b94a10..7c8cdf2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -59,4 +59,5 @@ (Un)lock orientation Base directory for comic archives. Fit to width + Donate \ No newline at end of file -- cgit v1.2.3