[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] fix large icon incorrect display in alert dialogs
commit ef14ac5c3ee8a989dc7b2419708fde7154b503a7
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
Date: Tue Apr 8 11:37:18 2014 -0400
fix large icon incorrect display in alert dialogs
---
src/org/torproject/android/Orbot.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/org/torproject/android/Orbot.java b/src/org/torproject/android/Orbot.java
index d18cd07..c84dced 100644
--- a/src/org/torproject/android/Orbot.java
+++ b/src/org/torproject/android/Orbot.java
@@ -632,7 +632,7 @@ public class Orbot extends ActionBarActivity implements TorConstants, OnLongClic
else
{
AlertDialog aDialog = new AlertDialog.Builder(Orbot.this)
- .setIcon(R.drawable.onion)
+ .setIcon(R.drawable.onion32)
.setTitle(R.string.install_apps_)
.setMessage(R.string.it_doesn_t_seem_like_you_have_orweb_installed_want_help_with_that_or_should_we_just_open_the_browser_)
.setPositiveButton(android.R.string.ok, new OnClickListener ()
@@ -759,7 +759,7 @@ public class Orbot extends ActionBarActivity implements TorConstants, OnLongClic
if (button)
{
aDialog = new AlertDialog.Builder(Orbot.this)
- .setIcon(R.drawable.onion)
+ .setIcon(R.drawable.onion32)
.setTitle(title)
.setMessage(msg)
.setPositiveButton(android.R.string.ok, null)
@@ -768,7 +768,7 @@ public class Orbot extends ActionBarActivity implements TorConstants, OnLongClic
else
{
aDialog = new AlertDialog.Builder(Orbot.this)
- .setIcon(R.drawable.onion)
+ .setIcon(R.drawable.onion32)
.setTitle(title)
.setMessage(msg)
.show();
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits