summaryrefslogtreecommitdiff
path: root/android/app/LauncherActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/LauncherActivity.java')
-rw-r--r--android/app/LauncherActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/LauncherActivity.java b/android/app/LauncherActivity.java
index 9ec7f413..88e23566 100644
--- a/android/app/LauncherActivity.java
+++ b/android/app/LauncherActivity.java
@@ -166,7 +166,7 @@ public abstract class LauncherActivity extends ListActivity {
if (item.icon == null) {
item.icon = mIconResizer.createIconThumbnail(item.resolveInfo.loadIcon(getPackageManager()));
}
- text.setCompoundDrawablesWithIntrinsicBounds(item.icon, null, null, null);
+ text.setCompoundDrawablesRelativeWithIntrinsicBounds(item.icon, null, null, null);
}
}