[Mod/Theme/Guide] Lollipop Galaxy S5 FullScreen Call - Sprint Galaxy S 5 Themes and Apps

[Mod/Theme/Guide] FullScreen Call Themed for Lollipop
This is for DeOdexed builds ONLY!
This mod is based on the OA6 DeOdexed Lollipop Rom.
Mods are build specific.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
. .
. .
. .
Always a work in progress. Ported this over from the international S5.
Full credits given at the bottom.
Additional flashable mods are available at the bottom of this post!
Mod Download Link --> OA6.Fullscreen.Caller_Ver1.2.zip
Stock Download Link --> OA6.Stock.LegacyInCallUI.zip
Installation:
Backup your rom if possible.
Flash in custom recovery.
Changelog:
Code:
[B]Version - 1.2[/B]
- Added call swap/on hold
- Added 4 flashable bottom button backgrounds (plus the stock red one)
- Added 3 flashable end call icons (plus the stock red icon)
- Fixed display of last spoke/last msg in bottom end call mod
[B]Version - 1.1[/B]
- Added mod to link Notification and Ringer volume with toggle
- Fullscreen InCall fix for pulldown notification display and also removed endcall and incoming call banners
[B]Version - 1.0[/B]
- Initial Release
Adding your own custom backgrounds:
Use one of the flashable background available below as a template.
Take your downloaded image, rename it to picture_unknown.png
You may use a .jpg image. However, the image has to RENAMED to a .png first.
Make a copy of one of the Caller.ID.BG...zip files, open it with a zip file manager and insert your file into the folder vrtheme/system/app/LegacyInCallUI/LegacyInCallUI.apk/res/drawable-sw360dp-xxhdpi, replacing the existing one.
Additional Note:
I can't say exactly the dimensions required for the background, experiment and report back what seems to be the ideal size otherwise the phone will do its best to resize the image to fit the screen properly.
Credits:
@thanhfhuongf - For the original mod
@BoBCatRoM - Huge thanks for the use of his InCallUI theme. You can thank him properly HERE.

Lollipop InCall Full Screen Caller Guide
Also, see my guide for incall dialpad colorizer:
[Guide How-to] Colorize InCall Dialpad Android L
Important Note:
Custom images may require that the LegacyInCallUI.apk images are converted to .png format.
LegacyInCallUI.apk edits:
DOWNLOAD the FS.caller.image.files.zip and add the image file in the indicated folder.
DOWNLOAD the Lollipop.FS.Caller.diff.zip file at the bottom of this post.
It contains the changed and stock files for diffing and for the following xml replacements:
\res\drawable-nodpi\incall_button_add_icon.xml
Replace entire xml.
\res\drawable-nodpi\incall_button_bluetooth_icon.xml
Replace entire xml
\res\drawable-nodpi\incall_button_dialpad_icon.xml
Replace entire xml
\res\drawable-nodpi\incall_button_mute_icon.xml
Replace entire xml
\res\layout\caller_info_card_item.xml
Replace entire xml
\res\layout\dialpad_view.xml
Replace entire xml
\res\layout\in_call_button_voice_fragment.xml
Replace entire xml
\res\layout\primary_call_info.xml
Replace entire xml
All edits/changes are in BLUE
\res\color\endcall_button_text.xml
Code:
<item android:color="#[COLOR="Blue"]ffffffff[/COLOR]" />
\res\color\endcall_upper_button_text.xml
Code:
<item android:color="#[COLOR="Blue"]ffffffff[/COLOR]" />
\res\drawable-nodpi\incall_button_speaker_icon.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_checked="true" android:drawable="@drawable/call_speaker_icon_on" />
<item android:state_enabled="false" android:drawable="@drawable/call_speaker_icon_dim" />
<item android:drawable="@drawable/call_speaker_icon" />
</selector>
To hide call card info on incoming screen, add the code in BLUE
\res\layout\accepting_and_rejecting_calls.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:orientation="vertical" android:id="@id/incomingcall_incallscreen_main_layout" android:background="@color/incall_call_button_background_help" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<include android:id="@id/call_card" layout="@layout/call_card" [COLOR="blue"]android:visibility="gone"[/COLOR] />
<com.android.incallui.widget.incomingwidget.IncomingCallImageWidget android:layout_gravity="bottom" android:id="@id/incomingcall_tutorial_incomingCallWidget" android:layout_width="fill_parent" android:layout_height="wrap_content" />
\res\layout\call_card.xml
Code:
<FrameLayout android:id="@id/call_card" android:layout_width="fill_parent" [COLOR="Blue"]android:layout_height="640.0dip"
[/COLOR] xmlns:android="http://schemas.android.com/apk/res/android">
<include android:id="@id/primary_call_info" layout="@layout/primary_call_info" />
<ViewStub android:id="@id/social_status_stub" android:paddingTop="101.0dip" android:layout="@layout/social_status_view" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<LinearLayout android:layout_gravity="bottom" android:orientation="vertical" [COLOR="Blue"]android:paddingBottom="60.0dip"[/COLOR] android:layout_width="fill_parent" android:layout_height="wrap_content">
\res\layout\caller_info_card_view.xml
Code:
<View android:id="@id/caller_info_card_view_shadow" [COLOR="Blue"]android:background="#00000000"[/COLOR] android:visibility="gone" android:layout_width="fill_parent" android:layout_height="29.0dip" android:layout_alignParentBottom="true" />
\res\layout\dialpad_twelve_fragment.xml
Code:
<view android:layout_gravity="top" android:orientation="vertical" android:id="@id/dtmf_twelve_key_dialer_view" android:background="@color/transparent" [COLOR="Blue"]android:paddingTop="50.0dip"[/COLOR] android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/dtmf_twelve_key_dialer_view_height" android:layout_marginTop="@dimen/dtmf_twelve_key_dialer_view_top" class="com.android.incallui.DialpadFragment$DialpadSlidingLinearLayout"
\res\layout\quick_panel_call.xml
Code:
<RelativeLayout android:id="@id/quickpanel_call" android:background="#[COLOR="Blue"]ff000000[/COLOR]" android:layout_width="fill_parent" android:layout_height="64.0dip"
\res\layout\secondary_call_info.xml
Code:
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/secondary_call_info_container" android:background="#[COLOR="Blue"]00000000[/COLOR]" android:paddingLeft="11.0dip" android:paddingRight="11.0dip" android:focusable="true" android:clickable="true" android:layout_width="@dimen/secondary_call_info_width" android:layout_height="fill_parent" android:layout_weight="1.0">
\res\values\dimens.xml
Code:
<dimen name="dtmf_twelve_key_dialer_view_top">[COLOR="Blue"]30.0dip[/COLOR]</dimen>
\res\values\styles.xml
Code:
<style name="InCallTouchUpperButton">
<item name="android:textSize">[COLOR="Blue"]0.0dip[/COLOR]</item>
<item name="android:textColor">@color/incall_button_text</item>
<item name="android:gravity">center|top</item>
<item name="android:background">[COLOR="Blue"]#00000000[/COLOR]</item>
Code:
<style name="InEasyCallTouchUpperButton">
<item name="android:textSize">[COLOR="Blue"]0.0dip[/COLOR]</item>
<item name="android:textColor">@color/incall_button_text</item>
<item name="android:gravity">center|top</item>
<item name="android:background">[COLOR="Blue"]#00000000[/COLOR]</item>
Code:
<style name="InCallTouchToggleButtonNoFrame">
<item name="android:textSize">[COLOR="Blue"]0.0dip[/COLOR]</item>
<item name="android:textColor">@color/incall_button_text</item>
<item name="android:gravity">center|top</item>
<item name="android:background">[COLOR="Blue"]#00000000[/COLOR]</item>
Code:
<style name="InCallTouchButtonRcsShare">
<item name="android:textSize">[COLOR="Blue"]0.0dip[/COLOR]</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">@color/incall_button_text</item>
<item name="android:gravity">center|top</item>
<item name="android:background">[COLOR="Blue"]#00000000[/COLOR]</item>
Code:
<style name="MultiSimBarTabAppearance">
<item name="android:textSize">19.0dip</item>
<item name="android:textColor">@drawable/tab_text_color</item>
<item name="android:gravity">center|left</item>
<item name="android:background">[COLOR="Blue"]#00000000[/COLOR]</item>
ADD THIS NEW ITEM TO THE BOTTOM:
Code:
[COLOR="Blue"] <style name="InCallTouchEndButton2">
<item name="android:textSize">0.0dip</item>
<item name="android:textColor">@color/incall_button_text</item>
<item name="android:gravity">center|top</item>
<item name="android:background">@drawable/end_call_bottom</item>
<item name="android:paddingTop">10.0dip</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">60.0dip</item>
<item name="android:singleLine">true</item>
<item name="android:drawablePadding">0.0dip</item>
<item name="android:textAllCaps">false</item>
<item name="android:fontFamily">sec-roboto-light</item>
<item name="android:stateListAnimator">@null</item>
</style>
[/COLOR]</resources>
\res\values\colors.xml
Tons of color edits
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="dialer_theme_color">#ff000000</color>
<color name="dialer_theme_color_dark">#ff0277bd</color>
<color name="background_dialpad">#[COLOR="Blue"]00000000[/COLOR]</color>
<color name="background_dialpad_pressed">#ffececec</color>
<color name="dialpad_primary_text_color">#[COLOR="Blue"]ffffffff[/COLOR]</color>
<color name="dialpad_secondary_text_color">#[COLOR="blue"]ffffffff[/COLOR]</color>
<color name="dialpad_digits_text_color">#[COLOR="blue"]ffffffff[/COLOR]</color>
<color name="dialpad_separator_line_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="dialpad_icon_tint">#ffb3b3b3</color>
<color name="dialpad_voicemail_tint">#ff919191</color>
<color name="holo_list_background_color">#ffeeeeee</color>
<color name="focus_color">#44ff0000</color>
<color name="ripple_material_dark">#20ffffff</color>
<color name="primary_text_color">#ff363636</color>
<color name="secondary_text_color">@color/dialtacts_secondary_text_color</color>
<color name="section_header_text_color">#ff888888</color>
<color name="main_header_separator_color">#ffaaaaaa</color>
<color name="secondary_header_separator_color">#ffd0d0d0</color>
<color name="people_app_theme_color">#ff33b5e5</color>
<color name="dialtacts_theme_color">#ff0288d1</color>
<color name="image_placeholder">#ffdddddd</color>
<color name="dialtacts_secondary_text_color">#ff737373</color>
<color name="contact_tile_shadow_box_color">#7f000000</color>
<color name="people_contact_tile_status_color">#ffcccccc</color>
<color name="shortcut_overlay_text_background">#7f000000</color>
<color name="textColorIconOverlay">#ffffffff</color>
<color name="textColorIconOverlayShadow">#ff000000</color>
<color name="quickcontact_default_photo_tint_color">#ff607d8b</color>
<color name="quickcontact_default_photo_tint_color_dark">#ff455a64</color>
<color name="letter_tile_default_color">#ffcccccc</color>
<color name="letter_tile_font_color">#ffffffff</color>
<color name="actionbar_background_color">#ff0fc6dc</color>
<color name="actionbar_icon_color">#ffffffff</color>
<color name="actionbar_background_color_dark">#ff008aa1</color>
<color name="tab_ripple_color">@color/tab_accent_color</color>
<color name="tab_accent_color">#ffffffff</color>
<color name="tab_selected_underline_color">@color/tab_accent_color</color>
<color name="frequently_contacted_title_color">@color/actionbar_background_color</color>
<color name="actionbar_text_color">#ffffffff</color>
<color name="actionbar_unselected_text_color">#a6ffffff</color>
<color name="searchbox_text_color">#ff000000</color>
<color name="searchbox_background_color">#ffffffff</color>
<color name="searchbox_hint_text_color">#ff737373</color>
<color name="searchbox_icon_tint">@color/searchbox_hint_text_color</color>
<color name="search_shortcut_background_color">#ffb6b6b6</color>
<color name="search_shortcut_icon_color">#fff8f8f8</color>
<color name="background_primary">#fff9f9f9</color>
<color name="contact_all_list_background_color">#ffffffff</color>
<color name="incoming_call_image_widget_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_screen_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="cover_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_callTypeSip">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_background2">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_in_call_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_end_call_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_state_label_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_text_color">#[COLOR="blue"]fff5f5f5[/COLOR]</color>
<color name="incall_call_banner_2nd_text_color">#[COLOR="blue"]fff5f5f5[/COLOR]</color>
<color name="incall_call_banner_2nd_text_color_popup">#ff000000</color>
<color name="incall_call_banner_2nd_status_text_color">#[COLOR="blue"]ffc5c5c5[/COLOR]</color>
<color name="invtcall_call_banner_2nd_text_color">#ffa6a6a6</color>
<color name="mw_incall_call_banner_text_color">#ffffffff</color>
<color name="drivelink_incall_call_banner_text_color">#ffffffff</color>
<color name="incall_call_banner_recording">#[COLOR="Blue"]ffda0101[/COLOR]</color>
<color name="incall_call_banner_recording_icon">#ffbc311b</color>
<color name="incall_call_banner_recording_time_shadow">#ff000000</color>
<color name="incall_call_banner_voip_msg">#ff4dd7ff</color>
<color name="incall_secondary_info_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="endcall_yellow_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="endcall_green_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_button_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_button_background_video">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_button_background_video_att">#ff000000</color>
<color name="incall_call_button_background_qcif_video">#96000000</color>
<color name="incall_call_button_background_help">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="video_call_recording_timer_text_color">#ffe03131</color>
<color name="incall_banner_city_text_color">#ffffffcc</color>
<color name="dialpad_background">@android:color/black</color>
<color name="dtmf_dialer_display_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="dtmf_dialer_display_text">@android:color/black</color>
<color name="black">#ff000000</color>
<color name="on_hold_dim_effect">#cc000000</color>
<color name="manage_conference_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="manage_conference_name_text_color">#ff000000</color>
<color name="manage_conference_end_text_color">#ffd7d7d7</color>
<color name="manage_conference_secondary_text_color">#[COLOR="blue"]ff000000[/COLOR]</color>
<color name="button_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="videocall_text">#ffffffff</color>
<color name="tw_color001">#ffffffff</color>
<color name="tw_color002">#ffd0d0d0</color>
<color name="twcolor001">#ffffffff</color>
<color name="twcolor002">#ffd0d0d0</color>
<color name="twcolor005">#ff000000</color>
<color name="dialog_guide_message_color">@android:color/white</color>
<color name="call_setting_empty_data_text">#fff5f5f5</color>
<color name="call_setting_bottom_button_text">#ffebebeb</color>
<color name="transparent">#00000000</color>
<color name="call_setting_header_text">#ffffffff</color>
<color name="appwidget_common_text_color">#ffdffaff</color>
<color name="appwidget_toggle_on_text_color">#[COLOR="Blue"]00000000[/COLOR]</color>
<color name="appwidget_toggle_off_text_color">#ff878e9a</color>
<color name="nature_blue">#ff287fac</color>
<color name="search_list_text_match">#ff3caff0</color>
<color name="tutorial_background_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="tutorial_black">#ff000000</color>
<color name="tutorial_tab_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="tutorial_caller_number_color">#ff666666</color>
<color name="tutorial_call_icon_container_color">#60000000</color>
<color name="tutorial_toggle_button_color">#66cccccc</color>
<color name="tutorial_caller_info_layout_color">#80000000</color>
<color name="tutorial_caller_name_text_color">#ffffffff</color>
<color name="tutorial_call_timer_color">#ffffffff</color>
<color name="tutorial_video_caller_info_layout_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="tutorial_image_unknown_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="tutorial_text_color">#ff000000</color>
<color name="create_new_message_text_color">#ff3d7b8a</color>
<color name="reject_with_message_handle_text_color">#ff4d4d4d</color>
<color name="reject_with_message_body_color">#fffafafa</color>
<color name="incoming_reject_with_message">#ffffffff</color>
<color name="incoming_buttton_view_driving_mode_text_color">#ffffffff</color>
<color name="assited_dialing_countrt_list_color">#ffffffff</color>
<color name="blue_skt">#ff2396c5</color>
<color name="incoming_call_easy_image_widget_description_swipe_right_text_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incoming_call_easy_image_widget_description_swipe_left_text_color">#ffbf1e11</color>
<color name="dialog_secondary_text_color">#ff9eabb5</color>
<color name="vt_dialpad_background">@android:color/black</color>
<color name="white_color_button_text_color">#ffffffff</color>
<color name="incoming_accept_circle">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incoming_reject_circle">#ffa81a0f</color>
<color name="circle_time_progress_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="circle_time_progress">#ff13c4ff</color>
<color name="incall_photo_share_color">#fff5f5f5</color>
<color name="transparent_color">#00000000</color>
<color name="listview_title_normal">#fff5f5f5</color>
<color name="listview_title_selected">#ff40afff</color>
<color name="listview_title_pressed">#fff5f5f5</color>
<color name="listview_title_disabled">#ff6b6b6b</color>
<color name="listview_date_normal">#ff8d9ca3</color>
<color name="listview_date_pressed">#ff8d9ca3</color>
<color name="listview_date_disabled">#ff6b6b6b</color>
<color name="listview_duration_normal">#ff8d9ca3</color>
<color name="listview_duration_pressed">#ff8d9ca3</color>
<color name="listview_duration_disabled">#ff6b6b6b</color>
<color name="listview_state_normal">#fff5f5f5</color>
<color name="listview_state_pressed">#fff5f5f5</color>
<color name="reject_call_with_message_tab_open">#cc000000</color>
<color name="reject_call_with_message_tab_close">#00000000</color>
<color name="incall_call_banner_background_covered">#[COLOR="Blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_background2_covered">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_in_call_background_covered">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_end_call_background_covered">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_text_color_cover">#ff000000</color>
<color name="ussd_message_text_color">#ffffffff</color>
<color name="button_text_color">#fff5f5f5</color>
<color name="incall_call_banner_active_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_disconnect_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_incoming_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_onhold_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_banner_default_bg">#00000000</color>
<color name="incall_call_state_active_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_state_disconnect_bg">#[COLOR="Blue"]00000000[/COLOR]</color>
<color name="incall_call_state_incoming_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_state_onhold_bg">#ff525252</color>
<color name="incall_call_state_default_bg">#00000000</color>
<color name="incall_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_button_press_bg">#ff64c5fd</color>
<color name="incall_text_color_shadow">#ff000000</color>
<color name="incomingcall_help_description_text_color">@android:color/white</color>
<color name="invtcall_call_banner_active_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_call_banner_incoming_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_call_state_active_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_call_state_incoming_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_indicator_active_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_indicator_incoming_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_hidden_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_hidden_button_text_color">#ff000000</color>
<color name="invtcall_hidden_end_button_text_color">#ffe03131</color>
<color name="invtcall_effect_button_text_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_incoming_hide_button_text_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_hidden_mute_button_text_color">#ff6cbf05</color>
<color name="vt_farend_prepare_anim_text_color">#ff000000</color>
<color name="vt_custom_dialog_info_text_color">#ff000000</color>
<color name="cover_vt_guide_text_color">#ff000000</color>
<color name="cover_vt_guide_photo_text_color">#ffffffff</color>
<color name="incall_call_button_background_video_onehand">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_call_button_background_qcif_video_onehand">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_qcif_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_qcif_arrow_button_bg">#bffafafa</color>
<color name="invtcall_button_margin_bg_new">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="invtcall_end_button_text_color">#ffff0000</color>
<color name="volte_modify_button_bg">#d8373737</color>
<color name="popup_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="popup_call_text_color">#fff5f5f5</color>
<color name="popup_call_answer_text_color">#ff24b32b</color>
<color name="popup_call_reject_text_color">#ffcc3608</color>
<color name="popup_call_number_or_name_text_color">#ff000000</color>
<color name="popup_call_reject_message_title_text_color">#ff000000</color>
<color name="popup_call_reject_message_sub_title_text_color">#ffe16f00</color>
<color name="popup_call_reject_message_content_text_color">#ff000000</color>
<color name="overlay_call_time_text_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="overlay_call_time_text_color_shadow">#ff000000</color>
<color name="incall_mw_call_card_background">#ff5b7900</color>
<color name="drivelink_incall_call_banner_active_bg">#ff5b7900</color>
<color name="drivelink_incall_call_banner_disconnect_bg">#ffe16840</color>
<color name="drivelink_incall_call_banner_incoming_bg">#ff272727</color>
<color name="drivelink_elapsed_time_call_state_active_text_color">#ffffffff</color>
<color name="drivelink_elapsed_time_call_state_disconnect_text_color">#ffffb43e</color>
<color name="drivelink_incall_text_color">#ff21c7ff</color>
<color name="drivelink_default_background">#ff262b32</color>
<color name="background_edittext">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incall_dialpad_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="reject_with_message_handler_color">#ffe6e6e6</color>
<color name="secondary_call_info_container_color">#ff606060</color>
<color name="secondary_call_btn_container_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="circular_border_color">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="incoming_call_popup_circular_border_color">#ccfafafa</color>
<color name="quick_panel_bg_color">#[COLOR="Blue"]ff000000[/COLOR]</color>
<color name="quick_panel_hold_bg_color">#ff7b7f7b</color>
<color name="quick_panel_button_bg">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="quick_panel_speaker_mute_btn_on">#ff61a222</color>
<color name="quick_panel_speaker_mute_btn_dim">#ffc8c8c8</color>
<color name="quick_panel_call_state_description_text_color">#b3fafafa</color>
<color name="incoming_call_accept_tab_circle">#ff24b32b</color>
<color name="incoming_call_reject_tab_circle">#ffdb3030</color>
<color name="incoming_call_accept_moving_circle">#6424b32b</color>
<color name="incoming_call_reject_moving_circle">#64db3030</color>
<color name="invtcall_button_margin_bg">#bf000000</color>
<color name="incoming_volte_video_call_widget_background">@color/incoming_call_image_widget_background</color>
<color name="incoming_volte_video_call_widget_background_land">#00000000</color>
<color name="volte_video_notify_banner_bg">#a5000000</color>
<color name="invtcall_modify_button_text">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="one_hand_dtmf_twelve_key_dialer_view_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="one_hand_dtmf_keypad_background">#[COLOR="blue"]00000000[/COLOR]</color>
<color name="video_call_button_dim_att">#ff91a9ab</color>
<color name="action_bar_tab_bg">#ff00a5c4</color>
<color name="cover_call_toast">#ff000000</color>
</resources>
Bottom End Call Button
- same edits as above these are the additional changes
\res\layout\call_card.xml
Code:
<LinearLayout android:layout_gravity="bottom" android:orientation="vertical" android:paddingBottom="[COLOR="blue"]100.0dip[/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content">
\res\layout\caller_info_card_item.xml
Code:
<LinearLayout android:orientation="vertical" android:id="@id/caller_info_card_items" android:background="#00000000" android:paddingLeft="12.0dip" android:paddingTop="10.0dip" android:paddingRight="12.0dip" android:paddingBottom="[COLOR="blue"]56.0dip[/COLOR]" android:descendantFocusability="blocksDescendants" android:layout_width="fill_parent" android:layout_height="wrap_content"
\res\layout\in_call_button_voice_fragment.xml
Replace entire xml from file attached at the bottom of this post
Lollipop.FS.Caller.bottom.changed.files.zip
Optional Edits:
Remove last spoke item from call card
- static change, no toggle
\smali\com\android\incallui\callerinfocard\item\LastCallLogItem.smali
Code:
.method protected setItem(Landroid/content/Context;Landroid/net/Uri;Landroid/database/Cursor;Ljava/lang/Object;)V
[COLOR="blue"].locals 0
goto :goto_td[/COLOR]
.
.
.
[COLOR="blue"]:goto_td[/COLOR]
return-void
.end method
Remove last message item from call card
- static change, no toggle
\smali\com\android\incallui\callerinfocard\item\MessageItem.smali
Code:
.method protected setItem(Landroid/content/Context;Landroid/net/Uri;Landroid/database/Cursor;Ljava/lang/Object;)V
[COLOR="blue"].locals 0
goto :goto_td[/COLOR]
.
.
.
[COLOR="blue"]:goto_td[/COLOR]
return-void
.end method
Adding a toggle for the same two items
Remove last spoke item from call card
\smali\com\android\incallui\callerinfocard\item\LastCallLogItem.smali
Code:
.method protected setItem(Landroid/content/Context;Landroid/net/Uri;Landroid/database/Cursor;Ljava/lang/Object;)V
[COLOR="Blue"].locals 12
iget-object v9, p0, Lcom/android/incallui/callerinfocard/item/CallerInfoCardItem;->mContext:Landroid/content/Context;
invoke-virtual {v9}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;
move-result-object v9
const-string v10, "last_spoke"
const/4 v11, 0x0
invoke-static {v9, v10, v11}, Landroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I
move-result v9
if-nez v9, :cond_td[/COLOR]
.
.
.
[COLOR="Blue"]:cond_td
[/COLOR] return-void
.end method
CustomSettings line for the toggle:
Code:
<SwitchPreference android:title="Remove Last spoke" android:key="last_spoke" android:summaryOn="Option will not be shown" android:summaryOff="Option is shown" />
Remove last message item from call card
\smali\com\android\incallui\callerinfocard\item\MessageItem.smali
Code:
.method protected setItem(Landroid/content/Context;Landroid/net/Uri;Landroid/database/Cursor;Ljava/lang/Object;)V
[COLOR="Blue"].locals 9
iget-object v6, p0, Lcom/android/incallui/callerinfocard/item/CallerInfoCardItem;->mContext:Landroid/content/Context;
invoke-virtual {v6}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;
move-result-object v6
const-string v7, "last_message"
const/4 v8, 0x0
invoke-static {v6, v7, v8}, Landroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I
move-result v6
if-nez v6, :cond_td[/COLOR]
.
.
.
[COLOR="Blue"]:cond_td
[/COLOR] return-void
.end method
CustomSettings line for the toggle:
Code:
<SwitchPreference android:title="Remove Last message" android:key="last_message" android:summaryOn="Option will not be shown" android:summaryOff="Option is shown" />

The stock mod has end call button placement on the right as pictured.
Flash one of the addons to move the end call button.

Very nicely done TD!!

rompnit said:
Very nicely done TD!!
Click to expand...
Click to collapse
Thanks.
I'm on the fence about the giant red button on the bottom end call button.
The original was a brilliant fire engine red, so I darkened it a bit.
If anyone wants to tinker with the color of that icon, I'm thinking some shade of blue would be nice
res/drawable-sw360dp-xxhdpi-v13/end_call_bottom.png

Here's some more Full Screen CallerID's for Lollipop. It seems that Lollipop is fine with images sized 1080x1920.
Here's the LINK.

So , think this will work on the oa6 lollipop rom

mholloway said:
So , think this will work on the oa6 lollipop rom
Click to expand...
Click to collapse
He's making a new version for OA6.

Latest OA6 Lollipop build added to the OP along with additional support files at the bottom of Post #1.

tdunham said:
Latest OA6 Lollipop build added to the OP along with additional support files at the bottom of Post #1.
Click to expand...
Click to collapse
Thank you very very much for this
Sent from my SM-G900P using Tapatalk

tdunham said:
Thanks.
I'm on the fence about the giant red button on the bottom end call button.
The original was a brilliant fire engine red, so I darkened it a bit.
If anyone wants to tinker with the color of that icon, I'm thinking some shade of blue would be nice
res/drawable-sw360dp-xxhdpi-v13/end_call_bottom.png
Click to expand...
Click to collapse
Any of these tickle your fancy?
Now to find and change the flat Red Phone to match the blue 3D icons down there.....
EDIT: Here is what I came up with for myself..... The first one looks a little "SuperMan-y" for me. It may take some getting used to.

mine now looks like this

Ramer said:
Here's some more Full Screen CallerID's for Lollipop. It seems that Lollipop is fine with images sized 1080x1920.
Here's the LINK.
Click to expand...
Click to collapse
My addition

Here's one that I made this morning.

I went with a more flat design, call me a purest but I like the new flat design of lollipop and the trend in design these days.

El.Dante565 said:
I went with a more flat design, call me a purest but I like the new flat design of lollipop and the trend in design these days.
Click to expand...
Click to collapse
Looks good [emoji106]. You should post it up.

prboy1969 said:
Looks good [emoji106]. You should post it up.
Click to expand...
Click to collapse
Well thanks, I really can't take to much a side from tweaking a few icons this theme is pretty much a port from jrkruse international lollipop ROM. The default picture was me though I modified it to be used. Anyways anyone who wants to use it be sure to flash the end call mod first choose the one listed bottom. It you don't you might end up in a boot loop.
https://www.dropbox.com/s/ngbuoali0mrjzq1/Android L Incall theme.zip?dl=0

El.Dante565 said:
I went with a more flat design, call me a purest but I like the new flat design of lollipop and the trend in design these days.
Click to expand...
Click to collapse
I'm like you. I preferred a more flat look too. There are still a few more I need to change like the add to contact when the call is ended.

pyromayniyak said:
I'm like you. I preferred a more flat look too. There are still a few more I need to change like the add to contact when the call is ended.
Click to expand...
Click to collapse
Loving this. When you finish post it up cause I would use this design

Uploaded my theme. Much thanks to El.Dante565 and jrkruse because I used El.Dante565's mod to rebase mine off of. All I did was tweak a few icons here and there. Definitely tanks tdunham and all involved making this mod/theme.

Related

Help editing xml file on tmo dash with wm6 rogers rom..

First off I would like to say hello. I don't have many posts here but I have been lurking in the background for awhile and I have learned so much from all of you. I was wondering if someone could help me edit this xml file to show fizz weather on my homescreen similar to this one?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is my xml.
<?xml version="1.0"?>
<home>
<author>gadget</author>
<contacturl>http://www.kooldezine.com/Q.htm</contacturl>
<title>Grey HQ</title>
<version>1.0</version>
<!-- This homescreen needs Facade to render corretly
Special thanks to Tom from qusers.com and from k1wdr for inspiration -->
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="17" font-weight="normal" padding-left="0" padding-right="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="1">
<format state="selected" fgcolor="COLOR_HOMEHIGHLIGHTTEXT" font-weight="bold"/>
</default>
<background bgimage="\Application Data\Home\Grey_HQ\Grey_HQ.gif" valign="bottom" bgcolor="COLOR_TRAYGRADLEFT"/>
<scheme>
<color name="COLOR_TRAYGRADLEFT" value="#5da3dc"/>
<color name="COLOR_TRAYGRADRIGHT" value="#0047ba"/>
<color name="COLOR_HOMEHIGHLIGHT" value="#6a8fcd"/>
<color name="COLOR_HOMETEXT" value="#FFFFFF"/>
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/>
<color name="COLOR_WINDOW" value="#ffffff"/>
<color name="COLOR_WINDOWTEXT" value="#000000"/>
<color name="COLOR_STATIC" value="#ffffff"/>
<color name="COLOR_STATICTEXT" value="#000000"/>
<color name="COLOR_HIGHLIGHT" value="#3168bb"/>
<color name="COLOR_HIGHLIGHTTEXT" value="#ffffff"/>
<color name="COLOR_MENU" value="#ffffff"/>
<color name="COLOR_MENUTEXT" value="#000000"/>
<color name="COLOR_GRAYTEXT" value="#acacac"/>
<color name="COLOR_GRADLEFT" value="#ffffff"/>
<color name="COLOR_GRADRIGHT" value="#b1bcdd"/>
<color name="COLOR_INTGRADLEFT" value="#ffffff"/>
<color name="COLOR_INTGRADRIGHT" value="#b1bcdd"/>
<color name="COLOR_HIGHGRADLEFT" value="#44477e"/>
<color name="COLOR_HIGHGRADRIGHT" value="#44477e"/>
<color name="COLOR_TRAYTEXT" value="#ffffff"/>
<color name="COLOR_WINDOWFRAME" value="#1d2b43"/>
<color name="COLOR_BTNFACE" value="#9dc2e0"/>
<color name="COLOR_BTNTEXT" value="#52486d"/>
<color name="COLOR_SCROLLBAR" value="#b1bcdd"/>
<color name="COLOR_ALERTWINDOW" value="#b1bcdd"/>
<color name="COLOR_ALERTTITLE" value="#34355e"/>
<color name="COLOR_ALERTRULE" value="#52486d"/>
<color name="COLOR_HOMERULE" value="#353a69"/>
<color name="COLOR_STARTMENUTEXT" value="#000000"/>
</scheme>
<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0" bgimage="\Application Data\Home\Grey_HQ\MissedCalls.gif" valign="top">
<format state="selected" bgcolor="#000000"/>
</background>
<label halign="center" bgcolor="#0e1140" fgcolor="#FFFFFF" font-weight="bold" y="115" w="320" h="220" font-size="28">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="30">
<label font-weight="bold" font-size="12" x="-2" fgcolor="#FFFFFF" halign="right" padding-right="6">
<text><carrier/></text>
</label>
<clock>
<time font-size="26" font-weight="bold" fgcolor="#FFFFFF" y="1" x="50" halign="left" padding-left="6"/>
<date font-size="16" font-weight="bold" fgcolor="#FFFFFF" y="10" halign="right" padding-right="6"/>
</clock>
</plugin>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="27">
<background b-border-width="0"/>
<iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="0" x="0"/>
</plugin>
<!-- Messaging Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile_aligned" height="26">
<label fgcolor="#FFFFFF" x="35" y="4" w="320" halign="left">
<text font-size="16" singleline="true"><profile/></text>
</label>
</plugin>
<!-- Messaging Plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="20">
<background>
<format state="unselected" bgimage="\Application Data\Home\Grey_HQ\msg.gif"/>
<format state="selected" bgimage="\Application Data\Home\Grey_HQ\msg2.gif"/>
</background>
<label halign="right" h="20" x="-35" y="4" w="320" font-size="14" padding-right="0">
<text>Text Messages: <unreadSMS/> E-Mail / MMS: <unreadEmail/></text>
</label>
</plugin>
<!-- Global/default settings for all instances of the Facade Plugin -->
<facade ClearType="1" BlendColor="COLOR_MENUTEXT" BlendPercent="10" SelectionColor="#ffffff" SelectionBorderColor="#1e5796" ShowSelectionBorder="1" font-size="normal" font-weight="normal" padding-left="6" padding-right="6" padding-top="0" padding-bottom="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" ShowCompleted="0" Wraparound="1" LauncherArrows="0" Show="both" LineIndent="10" TabBorders="0" MaxDays="120" MaxLines="50" UndatedFirst="1" ShowIndicators="1" AlwaysShowToday="1" ShowEmptyDays="0" ShowSeparatorLine="1" ShowDateToday="1" ShowAllDayText="0" ShowTodayText="1" ShowTomorrowText="0" ShowNoAppointmentsText="1" ShowUndatedHeading="0" ShowOverdueHeading="1" MinutesPastAppointment="0" ClickAction="Prompt" LinesPerEntry="1" UseTabImages="0" UseLauncherImages="0" LargeIcons="1" ShortDateFormat="M/d/yy" TimeFormat="h:mm tt" Skin="Standard">
<heading font-weight="bold" textIndent="0" blendPercent="20"/>
</facade>
<!-- Facade Plugin: This is the tab bar -->
<plugin id="FacadeTabBar" type="TabBar" viewId="FacadeView" height="24" clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}">
<format padding-bottom="0" textIndent="2"/>
<tabs>
<view padding-top="0" padding-left="4"/>
<tab type="Schedule" action="Calendar" Show="none" textIndent="6" font-size="15" font-weight="bold" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\cal.gif">
<format state="unselected" fgcolor="#dceaf9"/>
<format state="activeSelected" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\cal2.gif"/>
</tab>
<tab type="Tasks" action="Tasks" Show="none" textIndent="6" font-size="15" font-weight="bold" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\tas.gif">
<format state="unselected" fgcolor="#dceaf9"/>
<format state="activeSelected" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\tas2.gif"/>
</tab>
<tab type="Launcher" label="" action="Run" command="TaskManager" show="none" textIndent="6" font-size="15" font-weight="bold" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\lau.gif" LargeIcons="0">
<format state="unselected" fgcolor="#dceaf9"/>
<format state="activeSelected" fgcolor="#ffffff" bgimage="\Application Data\Home\Grey_HQ\lau2.gif"/>
<buttons SharedLauncher="1">
<button action="run" command="\Windows\Start Menu\Opera Browser.lnk"/>
<button action="run" command="\Windows\Start Menu\Internet Explorer.lnk"/>
<button action="run" command="\Windows\Start Menu\Task Manager.lnk"/>
<button action="run" command="\Windows\Start Menu\Accessories\Oxios CloseApps.lnk"/>
<button action="run" command="\Windows\Start Menu\Fizz Weather.lnk"/>
<button action="run" command="\Windows\Start Menu\SiriusWM5.lnk"/>
<button action="run" command="\Windows\Start Menu\Google Maps.lnk" Arguments=""/>
<button action="run" command="\Windows\Start Menu\Internet Sharing.lnk"/>
</buttons></tab>
</tabs>
</plugin>
<!-- Facade Plugin View: This is the view that shows the info for each tab -->
<plugin id="FacadeView" height="58" clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}"/>
<plugin _clsid="{37391041-C324-4725-BEE1-3232ED3539CA}" name="callprog" height="41">
<background>
<format state="selected" bgcolor="transparent"/>
</background>
<format state="nocall" visible="false"/>
<label>
<text lang="0x0409">Call in progress:</text>
</label>
<label y="17">
<text><progress/></text>
</label>
</plugin>
<!-- MRU -->
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="25">
<mru x="5" highlight="#6666ff" icon-size="16" max-buttons="8" y="0"/>
<appname halign="left" x="209" y="6" font-size="16" fgcolor="#FFFFFF"/>
</plugin>
</home>
Here is my actual home screen...
I do have the orange plugin and I think its needed...Thanks in advance for any help...
__________________
Any luck with your fizzweather. I'm trying to do the same thing
My suggestion would be to sign-up for the Facade fourums http://forums.sbsh.net/index.php?showforum=57 and download one of the themes that have secussfully done this then look at their XML. I have managed to do some XML work after looking at a few of the themes on the site.
Here is a screenshot of a theme I made by combining 2 different themes from the forums

Tmo DASH Removing items form home screen

like the title says im looking to delete the calender and profile plugin from the home screen if somsoen can do it for me tell me what to post if its easy please let me knwo i searched maybe im wording somthing wrong.
tx
sean
Here is what I did...
Activesync and hit "Explore", click on my windows device, click application data, and click home. In this folder you will find all the home screens. Pick the .XML file that represents the one you are wanting to modify. I just drag it out of the folder and onto my desktop (makes a copy). Open the .XML file with notepad, and examine the script. Here is my example:
Code:
<?xml version="1.0"?>
<home>
<author>Ray Daley</author>
<contacturl>http://kooldezine.com</contacturl>
<title>Carbon Fiber Black - Fizz Weather</title>
<version>1.0</version>
<default target-width="240" target-height="320" font-face="Segoe Condensed" font-size="14" font-weight="normal" padding-left="5" padding-right="0" bgcolor="transparent" fgcolor="COLOR_HOMETEXT" padding-top="3" b-border-color="COLOR_HOMERULE" b-border-width="0">
<format state="unselected" fgcolor="#CCCCCC" font-weight="normal" />
<format state="selected" fgcolor="#FFFFFF" font-weight="bold" />
</default>
<background bgimage="\Application Data\Home\CarbonFiberFizz.jpg" valign="top" />
<scheme>
<color name="COLOR_WINDOW" value="#FFFFFF" />
<color name="COLOR_WINDOWTEXT" value="#000000" />
<color name="COLOR_STATIC" value="#FFFFFF" />
<color name="COLOR_STATICTEXT" value="#000000" />
<color name="COLOR_HIGHLIGHT" value="#5B5B5B" />
<color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF" />
<color name="COLOR_TEXTSELECT" value="#FFFFFF" />
<color name="COLOR_MENU" value="#FFFFFF" />
<color name="COLOR_MENUTEXT" value="#000000" />
<color name="COLOR_GRAYTEXT" value="#CCCCCC" />
<color name="COLOR_GRADLEFT" value="#FFFFFF" />
<color name="COLOR_GRADRIGHT" value="#FFFFFF" />
<color name="COLOR_INTGRADLEFT" value="#FFFFFF" />
<color name="COLOR_INTGRADRIGHT" value="#FFFFFF" />
<color name="COLOR_TRAYGRADLEFT" value="#5B5B5B" />
<color name="COLOR_TRAYGRADRIGHT" value="#5B5B5B" />
<color name="COLOR_HIGHGRADLEFT" value="#5B5B5B" />
<color name="COLOR_HIGHGRADRIGHT" value="#5B5B5B" />
<color name="COLOR_TRAYTEXT" value="#FFFFFF" />
<color name="COLOR_WINDOWFRAME" value="#000000" />
<color name="COLOR_BTNFACE" value="#8c8c8c" />
<color name="COLOR_BTNTEXT" value="#000000" />
<color name="COLOR_SCROLLBAR" value="#5B5B5B" />
<color name="COLOR_HOMETEXT" value="#CCCCCC" />
<color name="COLOR_HOMEHIGHLIGHT" value="#000000" />
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF" />
<color name="COLOR_HOMERULE" value="#5B5B5B" />
<color name="COLOR_ALERTWINDOW" value="#FFFFFF" />
<color name="COLOR_ALERTTITLE" value="#444444" />
<color name="COLOR_ALERTRULE" value="#000000" />
</scheme>
<!--standard missed calls plugin-->
<plugin clsid="{0BA8ABB8-1F1D-417f-88C6-DA8530E2E7A6}" name="missedcalls" height="220">
<background b-border-width="0">
<format state="selected" bgcolor="#000000"/>
</background>
<label halign="center" bgcolor="#000000" fgcolor="#FFFFFF" font-weight="bold" y="60" w="320" h="220" font-size="32">
<format state="nocall" visible="false"/>
<text lang="0x0409">
Missed calls: <calls/>
</text>
</label>
</plugin>
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="18">
<iconbar y="0" fgcolor="#CCCCCC" />
</plugin>
<!-- Date/Time/Carrier Plugin -->
<plugin clsid="{E09043DF-510E-4841-B652-388316977A7A}" name="carrier" height="18">
<background b-border-width="0">
</background>
<label bgcolor="transparent" halign="left" x="120" y="0" w="320" font-size="16">
<text><carrier/></text>
</label>
<clock>
<time font-weight="bold" fgcolor="FFFFFF" font-size="16" valign="top" halign="right" y="0" x="-24" w="320" />
<date font-weight="normal" font-size="16" valign="top" halign="left" mode="short" y="0" x="15" w="320" />
</clock>
</plugin>
<!-- Fizz Weather -->
<plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" height="46" >
<general sepline="false"/>
</plugin>
<!-- Fizz Weather End-->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="18" width="320">
<background b-border-width="0">
</background>
<label halign="left" h="18" x="10" y="0" w="248" font-size="16" padding-right="0" >
<text><profile/></text>
</label>
</plugin>
<!-- Messaging Plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="18">
<background b-border-width="0">
</background>
<label halign="left" h="18" x="10" y="0" w="248" font-size="16" padding-right="0" >
<text> Email / MMS: <unreadEmail /> SMS: <unreadSMS /> Voicemail: <unreadVMail/></text>
</label>
</plugin>
<!-- Calendar-Plugin -->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="Calendar" height="22">
<background b-border-width="0">
</background>
<label halign="left" h="18" x="22" y="16" w="248" font-size="16" padding-right="0" >
<text><time/> <location/></text>
</label>
<label halign="left" h="18" x="10" y="0" w="280" font-size="16" padding-right="0" >
<text><subject/></text>
</label>
</plugin>
<!-- MRU -->
<plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="startmru" height="26">
<mru x="36" y="2" highlight="#CCCCCC" icon-size="16" max-buttons="10" />
</plugin>
</home>
Look around for <!-- Calendar-Plugin --> or something similar. My example looks like this:
Code:
<!-- Calendar-Plugin -->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="Calendar" height="22">
<background b-border-width="0">
</background>
<label halign="left" h="18" x="22" y="16" w="248" font-size="16" padding-right="0" >
<text><time/> <location/></text>
</label>
<label halign="left" h="18" x="10" y="0" w="280" font-size="16" padding-right="0" >
<text><subject/></text>
</label>
</plugin>
Delete this whole thing. They will start with a description and end with </plugin> so make sure you get the whole thing. The profile plugin on mine looks like this:
Code:
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="18" width="320">
<background b-border-width="0">
</background>
<label halign="left" h="18" x="10" y="0" w="248" font-size="16" padding-right="0" >
<text><profile/></text>
</label>
</plugin>
Again, same thing. All the plugins will start with a description and end with </plugin>
Once modified, make sure to "Save AS" and change the name slightly. LEAVE the ".home" (or home.xml if you can see the extension!)....just change the first part of the name. Drag it back into the same folder you took it out of above. Go in and switch your home screens to the new one and see if it worked. If not, keep playing with it.
Hope this helps, I just went through playing with my homescreen but I may have left something out.
This place has a great explanation of how these home screens work
tx
thanks alot man gonna try it now..
I was scared to play with .XML the first time. It takes some getting used to, but its pretty simple to understand when you get going.
If you want to design your own, there are some free programs out there...might check out HomeAnimBuilder,

Help building a homescreen

Ok, I am basically running into a problem when it comes to adding multiple plugin in a row using homescreen builder 2007. I can add third party plugins but I can't add sms/email/mms on the same row. I could do this with madbeetle but I couldn't add 3rd party plugins or didn't know how. So, now I'm flat out at a loss.
Background:
I have installed the Jrulez cab and that should be eliminating my problem to begin with but no dice!
I'm using WM6 on the HTC bright 1.33.
I basically need more space but it's due to the rows not allowing me. I put the sms/email & say profile on the same row and I can't scroll to both but only one when I load it to my homescreen.
Any help much appreciated.
Pfunk
post up your .xml file and I am sure someone can take a look!
XML is like reading braille for me.
<?xml version="1.0" ?>
- <home>
<editor>Ruttensoft's Homescreen Designer</editor>
<author>Tizzo</author>
<title>Packers</title>
<version>1.2</version>
- <default target-width="240" target-height="320" font-face="Segoe" font-size="19" font-weight="normal" padding-left="4" padding-right="4" bgcolor="transparent" fgcolor="#FFFFFF" padding-top="2" b-border-color="transparent" b-border-width="0">
<format state="selected" fgcolor="#C0C0C0" />
</default>
<background bgimage="Packers.jpg" valign="top" />
- <!-- Color Scheme
-->
- <scheme>
<color name="COLOR_HOMEHIGHLIGHT" value="#FFFFFF" />
<color name="COLOR_HOMETEXT" value="#FFFFFF" />
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#C0C0C0" />
<color name="COLOR_TRAYGRADLEFT" value="#31D342" />
<color name="COLOR_WINDOW" value="#FFFFFF" />
<color name="COLOR_HIGHLIGHT" value="#FFFF00" />
<color name="COLOR_HIGHLIGHTTEXT" value="#000000" />
<color name="COLOR_WINDOWTEXT" value="#008000" />
<color name="COLOR_GRADLEFT" value="#FFFFFF" />
<color name="COLOR_GRADRIGHT" value="#FFFFFF" />
<color name="COLOR_INTGRADLEFT" value="#FFFF00" />
<color name="COLOR_INTGRADRIGHT" value="#FFFF00" />
<color name="COLOR_BTNFACE" value="#FFFF00" />
<color name="COLOR_WINDOWFRAME" value="#000000" />
<color name="COLOR_SCROLLBAR" value="#0080C0" />
<color name="COLOR_MENUTEXT" value="#000000" />
<color name="COLOR_MENU" value="#FFFFFF" />
<color name="COLOR_GRAYTEXT" value="#008000" />
<color name="COLOR_ALERTWINDOW" value="#FFFF80" />
<color name="COLOR_ALERTTITLE" value="#000000" />
<color name="COLOR_ALERTRULE" value="#008000" />
<color name="COLOR_STATIC" value="#FFFF00" />
<color name="COLOR_STATICTEXT" value="#000000" />
<color name="COLOR_BTNTEXT" value="#FFFFFF" />
<color name="COLOR_TRAYTEXT" value="#000000" />
</scheme>
- <!-- Iconbar Plugin
-->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="0" />
- <!-- }94040f8f48a0-5fca-8904-9b45-fc03baa1{
-->
- <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0">
<iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="0" x="0" />
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_HOMERULE" b-border-width="0" />
</plugin>
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="1" />
- <!-- MRU Plugin
-->
- <plugin file="sysplug.dll" clsid="{79EFB752-CB70-446d-B317-499723482B3D}" width="320" height="22">
<background b-border-width="0" />
<mru icon-size="16" x="56" y="-3" halign="left" valign="bottom" max-buttons="9" />
</plugin>
- <!-- Date/Time/Carrier Plugin
-->
- <plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="29">
- <label bgcolor="transparent" halign="left" font-weight="normal" y="7" x="2" w="320" font-size="16" fgcolor="#FFFF00">
- <text>
<carrier />
</text>
</label>
- <clock>
<time font-weight="bold" font-size="33" bgtext="transparent" halign="center" fgcolor="#FFFF00" mode="12" y="-1" x="0" w="320" />
<date font-weight="normal" fgcolor="#FFFF00" font-size="16" valign="top" halign="left" mode="short" y="7" x="242" w="320" />
</clock>
</plugin>
- <!-- Profile Plugin
-->
- <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="51">
<background b-border-width="0" />
- <label>
<format state="selected" x="2" y="32" w="320" halign="left" bgcolor="transparent" fgcolor="#008000" font-size="16" />
<format state="unselected" x="2" y="32" w="320" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="16" />
- <text>
Profile:
<profile />
</text>
</label>
</plugin>
- <!-- SMS/Email Plugin
-->
- <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="0" width="320">
<background b-border-width="0" />
- <label y="-14" x="207">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
- <text>
Email/MMS:
<unreadEmail />
</text>
</label>
- <label y="-14" x="271">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="11" />
- <text>
SMS:
<unreadSMS />
</text>
</label>
</plugin>
- <!-- Fizz Weather Plugin Plugin
-->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="3" />
- <plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" height="54">
<general sepline="false" hilighttoday="true" />
</plugin>
</home>
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bump
I think I've made some progress. I noticed on facades settings there was an orange homescreen plugin that was not checked. I'll take a look at HB2007 and try to reload the homescreen.
Booooo!
I got nothing....I can't figure it out. I got no mojo.
Basically I'm throwing it out there. Madbeetle and Homescreen Designer 2007 are still not idiot proof. Well basically the Dash/Excaliber makers are turds.
pfunkside said:
I got nothing....I can't figure it out. I got no mojo.
Basically I'm throwing it out there. Madbeetle and Homescreen Designer 2007 are still not idiot proof. Well basically the Dash/Excaliber makers are turds.
Click to expand...
Click to collapse
Lol. Turds!
Use phone alarm and u will be able to put more on the same line
Add <allow selection> to yr mru plugin in order to access comm mgr
UPDATE
This is all I needed to know.
This was quoted from Der Alta and n99Hockey @ EverythingQ
The Orange Plugin is a great little piece of software, but there is also a bit of a mystery surrounding it. As n99hockey stated, there is no infomation on it, so you have no choice but to learn it by studying others and expanding upon what they have done.
sadly there is no manual or editor that uses it
So, basically learning XML is the only way to truly understand this...arg
the best home screen on the excalibur is on Kavanas WWE WM 6.1 rom go take a look its dumb hot

NEED HELP

Ok, so I tried to tweak the following scheme XML for my dash but I'm not sure now which color code I have to change to get the Icon bar to be "transparent" - arrows show what Icon bar I'm talking about. Here's pic and XML I'm referring too. Any help out there?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
XML I'm talking about-
<?xml version="1.0" ?>
<home>
<author>MyBlackjack2.com and Brian Wahl</author>
<title>Brianberry Bold v1</title>
<version>1.0</version>
<default target-width="240" target-height="320" font-face="Segoe" font-size="19"
font-weight="normal" padding-left="4" padding-right="4" bgcolor="transparent" fgcolor="#000000"
padding-top="2" b-border-color="transparent" b-border-width="0">
<format state="selected" fgcolor="#000000" />
</default>
<background bgimage="Brianberry Bold v1.jpg" valign="top" />
<!-- Color Scheme -->
<scheme>
<color name="COLOR_WINDOW" value="#FFFFFF"/>
<color name="COLOR_STATIC" value="#FFFFFF"/>
<color name="COLOR_STATICTEXT" value="#000000"/>
<color name="COLOR_HIGHLIGHT" value="#666666"/>
<color name="COLOR_HIGHLIGHTTEXT" value="#FFFFFF"/>
<color name="COLOR_MENU" value="#e4e4e4"/>
<color name="COLOR_MENUTEXT" value="#000000"/>
<color name="COLOR_GRAYTEXT" value="#999999"/>
<color name="COLOR_GRADLEFT" value="#FFFFFF"/>
<color name="COLOR_GRADRIGHT" value="#c4c5cc"/>
<color name="COLOR_INTGRADLEFT" value="#FFFFFF"/>
<color name="COLOR_INTGRADRIGHT" value="#c4c5cc"/>
<color name="COLOR_TRAYGRADLEFT" value="#000000" />
<color name="COLOR_TRAYGRADRIGHT" value="#CCCCCC" />
<color name="COLOR_WINDOWFRAME" value="#CCCCCC"/>
<color name="COLOR_BTNFACE" value="#ffffff"/>
<color name="COLOR_BTNTEXT" value="#000000"/>
<color name="COLOR_SCROLLBAR" value="#b5b6b5"/>
<color name="COLOR_HOMETEXT" value="#CCCCCC"/>
<color name="COLOR_HOMERULE" value="#999999"/>
<color name="COLOR_HOMEHIGHLIGHT" value="#393839"/>
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#FFFFFF"/>
<color name="COLOR_ALERTWINDOW" value="#FFFFFF"/>
<color name="COLOR_ALERTTITLE" value="#000000"/>
<color name="COLOR_ALERTRULE" value="#000000"/>
</scheme>
<!-- Iconbar Plugin -->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="0">
</plugin> <!-- -->
<plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0">
<iconbar bgcolor="transparent" fgcolor="FFFFFF" y="0" x="0"/>
</plugin>
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="1"/>
<!-- Date/Time/Carrier Plugin -->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="45">
<label bgcolor="transparent" halign="right" font-weight="bold" y="1" w="316" font-size="18"
fgcolor="#FFFFFF">
<text><carrier/></text>
</label>
<clock>
<time font-weight="bold" font-size="26" bgtext="transparent" halign="center" fgcolor="#FFFFFF"
mode="12" y="2" w="320"/>
<date font-weight="normal" fgcolor="#FFFFFF" font-size="16" valign="top" halign="center"
mode="long" y="27" w="320" />
</clock>
</plugin>
<!-- Profile Plugin -->
<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="35">
<background b-border-width="0">
</background>
<label>
<format state="selected" x="34" y="14" w="320" halign="left" bgcolor="transparent"
fgcolor="#FFFFFF" font-weight="bold" font-size="18" />
<format state="unselected" x="34" y="14" w="320" halign="left" bgcolor="transparent"
fgcolor="#FFFFFF" font-weight="normal" font-size="18" />
<text><profile/></text>
</label>
</plugin>
<!-- SMS Plugin -->
<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="22" width="320">
<background b-border-width="0">
</background>
<label y="1" x="34">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF"
font-weight="normal" font-size="18" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold"
font-size="18" />
<text>E-mail ( <unreadEmail /> ) SMS ( <unreadSMS /> ) Voicemail ( <unreadVMail/>
)</text>
</label>
</plugin>
<!-- Calendar Plugin -->
<plugin clsid="{865A354A-4A96-4687-B001-C155DC0DBE76}" name="Calendar" height="40">
<background b-border-width="0">
</background>
<label font-size="18" x="34" y="1" w="250" height="0" fgcolor="#FFFFFF">
<format state="unselected" halign="left" bgcolor="transparent" font-size="18"
font-weight="normal" fgcolor="#FFFFFF" />
<format state="selected" halign="left" bgcolor="transparent" font-size="18" fgcolor="#FFFFFF"
font-weight="bold" />
<text>
<time /> <subject />
</text>
</label>
</plugin>
<!-- MRU Plugin -->
<plugin file="sysplug.dll" clsid="{79EFB752-CB70-446d-B317-499723482B3D}" width="320"
height="37">
<background b-border-width="0"/>
<mru icon-size="16" y="12" x="36" halign="center" highlight="#ffffff" valign="bottom"
max-buttons="10" />
</plugin>
</home>
If you are using the Kav or Ricks rom, scroll all the wall to the settings panel.
scroll through the pages till you find the option Base Hue.
a program will open.
Pick the color you desire, using up down left right.
Then apply.
Not using either one of those roms.
newbie26 said:
Not using either one of those roms.
Click to expand...
Click to collapse
That cant be transparent.
Those are the softkeys, not the icon bar.

[Request] help with modifying framework-res.apk

Hello,
I am using a theme for my Omega rom but it has blue text in settings.
I dislike this and wanted to change it to dark grey.
Problem I have is that apk manager is not working somehow, I placed the framework-res.apk in the folder where it needs to be, but the script doesn't compiles it.
My question is, maybe someone is so kindly to help me out?:angel:
*ps; sorry if this is not the appropriate place to ask this.
[QUOTE ]Jeurum_92;32420719]Hello,
I am using a theme for my Omega rom but it has blue text in settings.
I dislike this and wanted to change it to dark grey.
Problem I have is that apk manager is not working somehow, I placed the framework-res.apk in the folder where it needs to be, but the script doesn't compiles it.
My question is, maybe someone is so kindly to help me out?:angel:
*ps; sorry if this is not the appropriate place to ask this.[/QUOTE]
Work fine here
I'm use this Wanam_Apk_Manager_ICS
do you set the correct java path?
XXDLIB compiled framework-res.apk.zip
EDIT:
used your apk manaer and it is compiling now, thx.
Now trying to get the mod done
You must install Samsung framework-res.apk and framework-res.apk first in apk manager
Gesendet von meinem GT-I9300 mit Tapatalk 2
Made it to values/colors.
Only wich one is for the color under settings? I mean the text wich explains mostly, under the headtext with checkboxes next to it.
Jeurum_92 said:
How do I do that?
If I select #9, decompile file nothing happens.
Click to expand...
Click to collapse
download and install on your pc(i'm use JDK 6 Update 31 with NetBeans 7.1)
http://www.oracle.com/technetwork/java/javase/downloads/index.html
right click computer> advanced system settings>
click system properties>and create new
Code:
JAVA_HOME
in variable name
Code:
C:\Program Files\Java\jdk1.6.0_31
in variable values
found this
Code:
PATH
variable
and add this
Code:
;C:\Program Files\Java\jdk1.6.0_31\bin
in variable values
create new
Code:
CLASSPATH
in variable name
Code:
C:\Program Files\Java\jdk1.6.0_31\lib\dt.jar;C:\Program
Files\Java\jdk1.6.0_31\lib\tools.jar;.
in variable values
that's all
cmd
Code:
java –version
for test
if display java –version1.6.0_31 is completed
Already got it working, now busy with finding the right values;p
Jeurum_92 said:
Already got it working, now busy with finding the right values;p
Click to expand...
Click to collapse
try their
Code:
framework-res.apk\res\color\tw_secondary_text_holo_dark.xml
Code:
<item android:color="#xxxxxxxx" />
This is all in my values/color.
Code:
<color name="darker_gray">#ffaaaaaa</color>
<color name="white">#ffffffff</color>
<color name="black">#ff000000</color>
<color name="transparent">#00000000</color>
<color name="background_dark">#ff000000</color>
<color name="background_light">#ffffffff</color>
<color name="holo_blue_light">#ff33b5e5</color>
<color name="holo_blue_dark">#ff0099cc</color>
<color name="holo_green_light">#ff99cc00</color>
<color name="holo_green_dark">#ff669900</color>
<color name="holo_red_light">#ffff4444</color>
<color name="holo_red_dark">#ffcc0000</color>
<color name="holo_orange_light">#ffffbb33</color>
<color name="holo_orange_dark">#ffff8800</color>
<color name="holo_purple">#ffaa66cc</color>
<color name="holo_blue_bright">#ff00ddff</color>
<color name="paste_popup_text_color">#ffffffff</color>
<color name="safe_mode_text">#80ffffff</color>
<color name="bright_foreground_dark">@color/background_light</color>
<color name="bright_foreground_light">@color/background_dark</color>
<color name="bright_foreground_dark_disabled">#80ffffff</color>
<color name="bright_foreground_light_disabled">#80000000</color>
<color name="bright_foreground_dark_inverse">@color/bright_foreground_light</color>
<color name="bright_foreground_light_inverse">@color/bright_foreground_dark</color>
<color name="dim_foreground_dark">#ffbebebe</color>
<color name="dim_foreground_dark_disabled">#80bebebe</color>
<color name="dim_foreground_dark_inverse">#ff323232</color>
<color name="dim_foreground_dark_inverse_disabled">#80323232</color>
<color name="hint_foreground_dark">#ff808080</color>
<color name="dim_foreground_light">#ff323232</color>
<color name="dim_foreground_light_disabled">#80323232</color>
<color name="dim_foreground_light_inverse">#ffbebebe</color>
<color name="dim_foreground_light_inverse_disabled">#80bebebe</color>
<color name="hint_foreground_light">#ff808080</color>
<color name="highlighted_text_dark">#9983cc39</color>
<color name="highlighted_text_light">#9983cc39</color>
<color name="link_text_dark">#ff5c5cff</color>
<color name="link_text_light">#ff0000ee</color>
<color name="suggestion_highlight_text">#ff177bbd</color>
<color name="lighter_gray">#ffdddddd</color>
<color name="perms_dangerous_grp_color">#ff33b5e5</color>
<color name="perms_dangerous_perm_color">#ff33b5e5</color>
<color name="shadow">#cc222222</color>
<color name="search_url_text_normal">#ff7fa87f</color>
<color name="search_url_text_selected">@color/black</color>
<color name="search_url_text_pressed">@color/black</color>
<color name="search_widget_corpus_item_background">@color/lighter_gray</color>
<color name="sliding_tab_text_color_active">@color/black</color>
<color name="sliding_tab_text_color_shadow">@color/black</color>
<color name="keyguard_text_color_normal">#ffffffff</color>
<color name="keyguard_text_color_unlock">#ffa7d84c</color>
<color name="keyguard_text_color_soundoff">#ffffffff</color>
<color name="keyguard_text_color_soundon">#ffe69310</color>
<color name="keyguard_text_color_decline">#fffe0a5a</color>
<color name="lockscreen_clock_background">#ffffffff</color>
<color name="lockscreen_clock_foreground">#ffffffff</color>
<color name="lockscreen_clock_am_pm">#ffffffff</color>
<color name="lockscreen_owner_info">#ff9a9a9a</color>
<color name="facelock_spotlight_mask">#cc000000</color>
<color name="background_holo_dark">#ff000000</color>
<color name="background_holo_light">#fff3f3f3</color>
<color name="bright_foreground_holo_dark">@color/background_holo_light</color>
<color name="bright_foreground_holo_light">@color/background_holo_dark</color>
<color name="bright_foreground_disabled_holo_dark">#ff4c4c4c</color>
<color name="bright_foreground_disabled_holo_light">#ffb2b2b2</color>
<color name="bright_foreground_inverse_holo_dark">@color/bright_foreground_holo_light</color>
<color name="bright_foreground_inverse_holo_light">@color/bright_foreground_holo_dark</color>
<color name="dim_foreground_holo_dark">#ffbebebe</color>
<color name="dim_foreground_disabled_holo_dark">#80bebebe</color>
<color name="dim_foreground_inverse_holo_dark">#ff323232</color>
<color name="dim_foreground_inverse_disabled_holo_dark">#80323232</color>
<color name="hint_foreground_holo_dark">#ff808080</color>
<color name="dim_foreground_holo_light">#ff323232</color>
<color name="dim_foreground_disabled_holo_light">#80323232</color>
<color name="dim_foreground_inverse_holo_light">#ffbebebe</color>
<color name="dim_foreground_inverse_disabled_holo_light">#80bebebe</color>
<color name="hint_foreground_holo_light">#ff808080</color>
<color name="highlighted_text_holo_dark">#6633b5e5</color>
<color name="highlighted_text_holo_light">#6633b5e5</color>
<color name="link_text_holo_dark">#ff5c5cff</color>
<color name="link_text_holo_light">#ff0000ee</color>
<color name="group_button_dialog_pressed_holo_dark">#46c5c1ff</color>
<color name="group_button_dialog_focused_holo_dark">#2699cc00</color>
<color name="group_button_dialog_pressed_holo_light">#ffffffff</color>
<color name="group_button_dialog_focused_holo_light">#4699cc00</color>
<color name="legacy_pressed_highlight">#fffeaa0c</color>
<color name="legacy_selected_highlight">#fff17a0a</color>
<color name="legacy_long_pressed_highlight">#ffffffff</color>
<color name="config_defaultNotificationColor">#ff00ff00</color>
<color name="hover_popup_leaderline">#ff7991a9</color>
<color name="hover_popup_leaderline_light">#ff66a0d0</color>
<color name="facelock_color_background">#ff000000</color>
<color name="tw_ic_find_text_holo_dark">#ffd7d7d7</color>
<color name="tw_ic_find_text_holo_light">#ff262626</color>
<color name="tw_secondary_text_color">#ff5397c7</color>
<color name="tw_toast_text_holo_dark">#ffd7d7d7</color>
<color name="tw_toast_text_holo_light">#ff262626</color>
<color name="tw_toast_text_shadow_holo_dark">@color/black</color>
<color name="tw_toast_text_shadow_holo_light">@color/white</color>
<color name="tw_action_bar_title_shadow_color_holo_dark">#bf000000</color>
<color name="tw_action_bar_title_shadow_color_holo_light">#ffffffff</color>
This is a screenshot from the the text I mean:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ok editted that, recompiled and pushed it with adb to the phone..
Only bootloop and fulltime fc's
Had to reflash rom because didn't worked anymore.
But the good news is that with help from themer the text is gray

Categories

Resources