Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b59b9445 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix icon size in intruder alerts.

(Updated test app to confirm the fix.)

Change-Id: Ife56cf07f282786162e2ebc5aaddbb24dac6cafd
parent 2e6aff8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
            android:id="@+id/alertIcon"
            android:layout_width="25dip"
            android:layout_height="25dip"
            android:paddingLeft="6dip"
            android:layout_marginLeft="6dip"
            android:layout_marginRight="8dip"
            />
        <TextView
+1.16 KiB
Loading image diff...
+746 B
Loading image diff...
+5 −4
Original line number Diff line number Diff line
@@ -89,11 +89,12 @@ public class StatusBarTest extends TestActivity
        new Test("Priority notification") {
            public void run() {
                Notification not = new Notification(StatusBarTest.this,
                                R.drawable.ic_statusbar_missedcall,
                                "tick tick tick",
                                R.drawable.stat_sys_phone,
                                "Incoming call from: Imperious Leader",
                                System.currentTimeMillis()-(1000*60*60*24),
                                "(453) 123-2328",
                                "", null
                                "Imperious Leader",
                                "(888) 555-5038",
                                null
                                );
                not.flags |= Notification.FLAG_HIGH_PRIORITY;
                Intent fullScreenIntent = new Intent(StatusBarTest.this, TestAlertActivity.class);