added notification icons

This commit is contained in:
Ahmet Inan 2014-12-18 13:46:23 +01:00
parent d0523a3990
commit 5c2ffa07a2
5 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ public class MainActivity extends Activity {
Intent intent = new Intent(this, MainActivity.class);
PendingIntent pending = PendingIntent.getActivity(this, 0, intent, 0);
NotificationCompat.Builder builder = new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_launcher)
.setSmallIcon(R.drawable.ic_notification)
.setContentTitle(getString(R.string.app_name))
.setContentText(getString(R.string.decoder_running))
.setContentIntent(pending);

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,000 B