Theming Froyo Dialer
Contacts.apk
Contacts.apkreslayout-long-fingertwelve_key_dialer.xml
- CHANGE android:background=”#ff313131″ like:
- LinearLayout android:orientation=”vertical” android:id=”@id/top” android:background=”@drawable/custom_dialer_background” android:layout_width=”fill_parent” android:layout_height=”fill_parent”
Contacts.apkreslayout-long-land-fingertwelve_key_dialer.xml
- android:background=”@drawable/custom_dialer_background“
Contacts.apkresvaluesplurals.xml
- item quantity=”other”> %1$1$d contacts, %2$2$d with phones
Contacts.apkresvaluespublic.xml
- <public type=”drawable” name=”voicedialer_pressed” id=”0x7f0200ce” />
- <public type=”drawable” name=”custom_dialer_background” id=”0x7f0200cf” />
Contacts.apkresvaluesstyles.xml
- <style name=”DialtactsTheme” parent=”@android:style/Theme.Wallpaper”>
- <item name=”android:windowBackground”>@drawable/custom_dialer_background</item>
Once I you get that to compile, follow: [GUIDE]How to Theme Stock Dialer
archive: FROYO framework-res notes…
/system/app/settings.apk
HDPI 55×55: res/drawable-hdpi/ic_settings_*.png
(MDPI 48×48: res/drawable-mpdi/ic_settings_*.png
/system/framework/framework-res.apk
(50×26)/assets/webkit/android-weberror.png
HDPI: 72×72: res/drawable-hdpi/ic_menu_*.png
MDPI: 48×48: res/drawable-mdpi/ic_menu_*.png