diff --git a/embedding/android/GeckoAppShell.java b/embedding/android/GeckoAppShell.java index 5f400933d74..31c8ac93372 100644 --- a/embedding/android/GeckoAppShell.java +++ b/embedding/android/GeckoAppShell.java @@ -992,7 +992,7 @@ public class GeckoAppShell } public static void alertsProgressListener_OnCancel(String aAlertName) { - Log.i("GeckoAppJava", "GeckoAppShell.alertsProgressListener_OnCancel('" + aAlertName + "'"); + Log.i("GeckoAppJava", "GeckoAppShell.alertsProgressListener_OnCancel('" + aAlertName + "')"); removeObserver(aAlertName); diff --git a/embedding/android/resources/layout/notification_icon_text.xml b/embedding/android/resources/layout/notification_icon_text.xml index 812b4a1ffc9..c647497f4df 100644 --- a/embedding/android/resources/layout/notification_icon_text.xml +++ b/embedding/android/resources/layout/notification_icon_text.xml @@ -1,6 +1,8 @@ + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:paddingLeft="4dp"/> diff --git a/embedding/android/resources/layout/notification_progress.xml b/embedding/android/resources/layout/notification_progress.xml index 1e30ddb95e5..7deb93324d0 100644 --- a/embedding/android/resources/layout/notification_progress.xml +++ b/embedding/android/resources/layout/notification_progress.xml @@ -1,6 +1,8 @@ diff --git a/embedding/android/resources/layout/notification_progress_text.xml b/embedding/android/resources/layout/notification_progress_text.xml index bb797486fe6..2a3f081646b 100644 --- a/embedding/android/resources/layout/notification_progress_text.xml +++ b/embedding/android/resources/layout/notification_progress_text.xml @@ -1,6 +1,8 @@