Circle Notification

Decompile Framework-res.apk
    Buat xml baru di res/drawable terserah mau di namakan apa
    isi xml baru dengan ini :

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape=ring android:thicknessratio="1.9" android:uselevel=false android:innerradius="-5.0dip">
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#ff4dbb04" />
    <stroke android:width="10.0dip" android:color="#ff4dbb04" />
</shape>

    Simpan xml baru tersebut dengan nama apa aja
    Lalu buka folder res/values/drawables.xml dan edit bagian ini :

<item type=drawable name="notification_template_icon_bg">
<item type=drawable name="notification_template_icon_low_bg">

    Edit sehingga menjadi seperti ini :

<item type="drawable" name="notification_template_icon_bg">@drawable/nama xml baru</item>
<item type="drawable" name="notification_template_icon_low_bg">@drawable/nama xml baru</item>

    Save, Recompile

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 ulasan:

Catat Ulasan