[Discontinued] Complete Your KitKat look [Discontinued]

Did You find this thread useful????? :)

  • Yes

    Votes: 124 93.2%
  • No

    Votes: 9 6.8%

  • Total voters
    133
  • Poll closed .
Status
Not open for further replies.
Search This thread
E

EnricoD

Guest
Istantanea_02032014_11_31_22.png

android-kitkat-translucent-status-bar.jpg

We need

Android_Kit_Kat_230x230.png
Apktool - apktool Guidehttp://xdaforums.com/showpost.php?p=50181967&postcount=57


Download here: http://xdaforums.com/showpost.php?p=50205159&postcount=90


Android_Kit_Kat_230x230.png
Notepad++

Android_Kit_Kat_230x230.png
Android_Kit_Kat_230x230.png
Resources for all resolutions (PNGs & .9.PNGs)



Android_Kit_Kat_230x230.png
Fixed Text Fields Resources for all res (use if You have visual artifacts with :rolleyes: :) )

View attachment fixed_textfield_resources_all_resolutions.zip

Android_Kit_Kat_230x230.png
Fixed TAB Resources for mdpi (use if You have visual artifacts with :rolleyes: :) )

View attachment fix_tab_mdpi.rar

avatar4896492_32.gif
Alternative resources for mdpi devices by @Diaz1999

http://xdaforums.com/showpost.php?p=50830840&postcount=379

Thanks rush25 for support and kroz for his great work!


+ = Add or Replace

- = Remove or to be Replaced




1) Settings.apk

FIRST: ADD THE DRAWABLE-NODPI RESOURCE AND ALL OTHERS RESOURCES, ACCORDING TO YOUR RESOLUTION, INSIDE RESPECTIVE FOLDERS. CHECK ALSO OTHER FOLDERS (e.g. drawable-hdpi, drawable-xhpi TO SEE IF THERE ARE OTHER HOLO RESOURCES TO OVERWRITE!!!

\Settings\smali\com\android\settings\applications\LinearColorBar.smali

Search for (row 67 on Stock ROM)

Code:
   .prologue
    [B]-[/B] const v0, -0x[COLOR="red"][B]ff6634[/B][/COLOR]

Code:
   .prologue
    [B]+[/B] const v0, -0x[COLOR="SeaGreen"][B]333334[/B][/COLOR]

\Settings\smali\com\android\settings\applications\ManageApplications.smali

Code:
	      .line 914
      .local v4, tabs:Landroid/support/v4/view/PagerTabStrip;
    [B]-[/B] const v5, [COLOR="Red"][B]0x1060012[/B][/COLOR]


Code:
	      .line 914
      .local v4, tabs:Landroid/support/v4/view/PagerTabStrip;
    [B]+[/B] const v5, [B][COLOR="SeaGreen"]0x106000b[/COLOR][/B]

\Settings\smali\com\android\settings\applications\AppOpsSummary.smali

Code:
        .line 107
     .local v2, tabs:Landroid/support/v4/view/PagerTabStrip;
[B]-[/B]   const v3, 0x[COLOR="Red"][B]1060012[/B][/COLOR]

Code:
        .line 107
     .local v2, tabs:Landroid/support/v4/view/PagerTabStrip;
[B]+[/B]   const v3, 0x[COLOR="SeaGreen"][B]106000b[/B][/COLOR]

\Settings\res\drawable\data_usage_bar.xml

Code:
     <item android:id="@*android:id/secondaryProgress">
         <clip>
             <shape>
[B]-[/B]                <solid android:color="#[COLOR="Red"][B]c050ade5[/B][/COLOR]" />

Code:
     <item android:id="@*android:id/secondaryProgress">
         <clip>
             <shape>
[B]+[/B]                <solid android:color="#[COLOR="SeaGreen"][B]c0ffffff[/B][/COLOR]" />

Code:
     <item android:id="@*android:id/progress">
         <clip>
             <shape>
[B]-[/B]                <solid android:color="#[COLOR="Red"][B]c050ade5[/B][/COLOR]" />

Code:
     <item android:id="@*android:id/progress">
         <clip>
             <shape>
[B]+[/B]                <solid android:color="#[COLOR="SeaGreen"][B]c0ffffff[/B][/COLOR]" />

\Settings\res\layout\data_usage_chart.xml

Code:
[B]-[/B]    <com.android.settings.widget.ChartGridView android:layout_gravity="start|bottom|center" android:id="@id/grid" android:layout_width="fill_parent" android:layout_height="fill_parent" settings:labelColor="@*android:color/[COLOR="Red"][B]holo_blue_light[/B][/COLOR]" settings:primaryDrawable="@drawable/data_grid_primary" settings:secondaryDrawable="@drawable/data_grid_secondary" settings:borderDrawable="@drawable/data_grid_border" />
[B]-[/B]    <com.android.settings.widget.ChartNetworkSeriesView android:layout_gravity="start|bottom|center" android:id="@id/series" android:layout_width="fill_parent" android:layout_height="fill_parent" settings:strokeColor="@*android:color/[COLOR="Red"][B]holo_blue_light[/B][/COLOR]" settings:fillColor="#c0[COLOR="Red"][B]33b5e5[/B][/COLOR]" settings:fillColorSecondary="#66[COLOR="Red"][B]33b5e5[/B][/COLOR]" />

Code:
[B]+[/B]    <com.android.settings.widget.ChartGridView android:layout_gravity="start|bottom|center" android:id="@id/grid" android:layout_width="fill_parent" android:layout_height="fill_parent" settings:labelColor="@*android:color/[COLOR="SeaGreen"][B]white[/B][/COLOR]" settings:primaryDrawable="@drawable/data_grid_primary" settings:secondaryDrawable="@drawable/data_grid_secondary" settings:borderDrawable="@drawable/data_grid_border" />
[B]+[/B]    <com.android.settings.widget.ChartNetworkSeriesView android:layout_gravity="start|bottom|center" android:id="@id/series" android:layout_width="fill_parent" android:layout_height="fill_parent" settings:strokeColor="@*android:color/[COLOR="SeaGreen"][B]white[/B][/COLOR]" settings:fillColor="#c0[COLOR="SeaGreen"][B]ffffff[/B][/COLOR]" settings:fillColorSecondary="#66[COLOR="SeaGreen"][B]ffffff[/B][/COLOR]" />

\Settings\res\values\colors.xml

ADD THIS AT THE END OF THE .XML:

Code:
[B]+[/B]     	[COLOR="SeaGreen"][B]<item type="color" name="tab_indicator">@*android:color/white</item>[/B][/COLOR]


2) framework-res.apk

FIRST: ADD THE DRAWABLE-NODPI RESOURCE AND ALL OTHERS RESOURCES, ACCORDING TO YOUR RESOLUTION, INSIDE RESPECTIVE FOLDERS. CHECK ALSO OTHER FOLDERS (e.g. drawable-hdpi, drawable-xhpi TO SEE IF THERE ARE OTHER HOLO RESOURCES TO OVERWRITE!!!

framework-res\res\layout\alert_dialog_holo.xml

Code:
[B]-[/B] <View android:id="@id/titleDividerTop" android:background="@color/[COLOR="Red"][B]holo_blue_light[/B][/COLOR]" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="2.0dip" />

Code:
[B]+[/B] <View android:id="@id/titleDividerTop" android:background="@color/[COLOR="SeaGreen"][B]default_dialog_divider_holo_light[/B][/COLOR]" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="2.0dip" />

Code:
[B]-[/B] <View android:id="@id/titleDivider" android:background="@color/[COLOR="red"][B]holo_blue_light[/B][/COLOR]" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="2.0dip" />

Code:
[B]+[/B] <View android:id="@id/titleDivider" android:background="@color/[COLOR="SeaGreen"][B]default_dialog_divider_holo_light[/B][/COLOR]" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="2.0dip" />

framework-res\res\layout\immersive_mode_cling.xml

Code:
<TextView android:textSize="16.0sp" android:textColor="#80[COLOR="Red"][B]000000[/B][/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/immersive_mode_confirmation" />

Code:
<TextView android:textSize="16.0sp" android:textColor="#80[COLOR="SeaGreen"][B]ffffff[/B][/COLOR]" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/immersive_mode_confirmation" />

framework-res\res\values\colors.xml

ADD THIS AT THE END OF THE XML:

Code:
[B]+[/B]    [COLOR="SeaGreen"][B]<color name="default_dialog_text_holo_dark">@android:color/background_holo_light</color>[/B][/COLOR]
[B]+[/B]    [COLOR="SeaGreen"][B]<color name="default_dialog_text_holo_light">@android:color/background_holo_dark</color>[/B][/COLOR]
[B]+[/B]    [COLOR="SeaGreen"][B]<color name="default_dialog_divider_holo_dark">@android:color/background_holo_light</color>[/B][/COLOR]
[B]+[/B]    [COLOR="SeaGreen"][B]<color name="default_dialog_divider_holo_light">#ffacacac</color>[/B][/COLOR]

Code:
- <color name="holo_blue_light">#ff[COLOR="Red"][B]33b5e5[/B][/COLOR]</color>

Code:
+ <color name="holo_blue_light">#ff[B][COLOR="SeaGreen"]bdbdbd[/COLOR][/B]</color>

Code:
- <color name="highlighted_text_holo_dark">#66[COLOR="Red"][B]33b5e5[/B][/COLOR]</color>
- <color name="highlighted_text_holo_light">#66[B][COLOR="Red"]33b5e5[/COLOR][/B]</color>

Code:
+ <color name="highlighted_text_holo_dark">#66[COLOR="SeaGreen"][B]ffffff[/B][/COLOR]</color>
+ <color name="highlighted_text_holo_light">#66[COLOR="SeaGreen"][B]000000[/B][/COLOR]</color>

framework-res\res\values\styles.xml


Code:
     <style name="TextAppearance.Holo.DialogWindowTitle" parent="@style/TextAppearance.Holo">
        <item name="textSize">22.0sp</item>
[B]-[/B]       <item name="textColor">@color/[COLOR="red"][B]holo_blue_light[/B][/COLOR]</item>
     </style>


Code:
     <style name="TextAppearance.Holo.DialogWindowTitle" parent="@style/TextAppearance.Holo">
       <item name="textSize">22.0sp</item>
[B]+[/B]      <item name="textColor">@color/[COLOR="SeaGreen"][B]default_dialog_text_holo_dark[/B][/COLOR]</item>
     </style>


Code:
      <style name="TextAppearance.Holo.Light.DialogWindowTitle" parent="@style/TextAppearance.Holo.Light">
         <item name="textSize">22.0sp</item>
[B]-[/B]        <item name="textColor">@color/[COLOR="Red"][B]holo_blue_light[/B][/COLOR]</item>
      </style>

Code:
      <style name="TextAppearance.Holo.Light.DialogWindowTitle" parent="@style/TextAppearance.Holo.Light">
         <item name="textSize">22.0sp</item>
[B]+[/B]        <item name="textColor">@color/[COLOR="SeaGreen"][B]default_dialog_text_holo_light[/B][/COLOR]</item>
      </style>

Code:
- <style name="Widget.Holo.Light.ProgressBar.Horizontal" parent="@style/Widget[COLOR="Red"][B].Holo[/B][/COLOR].ProgressBar.Horizontal">
      <item name="progressDrawable">@drawable/progress_horizontal_holo_light</item>
  </style>

Code:
  <style name="Widget.Holo.Light.ProgressBar.Horizontal" parent="@style/Widget.ProgressBar.Horizontal">
[B]+[/B]    [COLOR="SeaGreen"][B]<item name="maxHeight">16.0dip</item>[/B][/COLOR]
[B]+[/B]    [COLOR="SeaGreen"][B]<item name="indeterminateDrawable">@drawable/progress_indeterminate_horizontal_holo_light</item>[/B][/COLOR]
     <item name="progressDrawable">@drawable/progress_horizontal_holo_light</item>
[B]+[/B][COLOR="SeaGreen"][B]    <item name="minHeight">16.0dip</item>[/B][/COLOR]
 </style>

Code:
    <style name="Widget.Holo.Light.SeekBar" parent="@style/Widget.Holo.SeekBar">
        <item name="indeterminateDrawable">@drawable/scrubber_progress_horizontal_holo_light</item>
        <item name="progressDrawable">@drawable/scrubber_progress_horizontal_holo_light</item>
[B]+[/B]      [COLOR="SeaGreen"][B] <item name="android:thumb">@android:drawable/scrubber_control_selector_holo_light</item>[/B][/COLOR]    
     </style>

<! ---Fixes for tab Indicators on light layouts (see screenshots) (thanks @Diaz1999 --- !>

Follow this:

v1 - http://xdaforums.com/showpost.php?p=51444245&postcount=475

Then This:

v2 - http://xdaforums.com/showpost.php?p=52502121&postcount=593


framework-res\res\values\drawables.xml

Code:
[B]-[/B] <item type="drawable" name="notification_template_icon_bg">#[COLOR="Red"][B]3333b5e5[/B][/COLOR]</item>

Code:
[B]+[/B] <item type="drawable" name="notification_template_icon_bg">#[COLOR="SeaGreen"][B]00000000[/B][/COLOR]</item>

framework-res\res\drawable\scrubber_progress_horizontal_holo_light.xml

Code:
    <item android:id="@id/secondaryProgress">
[B]-[/B]       <scale android:drawable="@drawable/[COLOR="Red"][B]scrubber_secondary_holo[/B][/COLOR]" android:scaleWidth="100%" />
    </item>
    <item android:id="@id/progress">
[B]-[/B]       <scale android:drawable="@drawable/[COLOR="Red"][B]scrubber_primary_holo[/B][/COLOR]" android:scaleWidth="100%" />


Code:
    <item android:id="@id/secondaryProgress">
[B]+[/B]       <scale android:drawable="@drawable/[COLOR="SeaGreen"][B]scrubber_secondary_holo_light[/B][/COLOR]" android:scaleWidth="100%" />
    </item>
    <item android:id="@id/progress">
[B]+[/B]       <scale android:drawable="@drawable/[COLOR="SeaGreen"][B]scrubber_primary_holo_light[/B][/COLOR]" android:scaleWidth="100%" />

3) SystemUI

SystemUI\res\layout\status_bar_no_recent_apps.xml


Code:
[B]-[/B] <TextView android:textSize="20.0dip" android:textColor="@*android:color/[COLOR="Red"][B]holo_blue_light[/B][/COLOR]" android:gravity="center_horizontal" android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_no_recent_apps" />

Code:
[B]+[/B] <TextView android:textSize="20.0dip" android:textColor="@*android:color/[COLOR="SeaGreen"][B]white[/B][/COLOR]" android:gravity="center_horizontal" android:layout_gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_no_recent_apps" />




4) GoogleDialer

GoogleDialer/res/values/colors.xml

Code:
[B]-[/B] <color name="incall_call_banner_background">#a0[COLOR="Red"][B]000000[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="incall_call_banner_background">#a0[COLOR="SeaGreen"][B]e5e5e5[/B][/COLOR]</color>

Alternative, for Aosp Roms, to Slim Commit:
@fritzhy
http://xdaforums.com/showpost.php?p=51042091&postcount=412
@rush25
http://xdaforums.com/showpost.php?p=51047209&postcount=414

http://xdaforums.com/showpost.php?p=51049946&postcount=418

Code:
[B]-[/B] <color name="dialpad_background">#ff[COLOR="Red"][B]000000[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="dialpad_background">#ff[COLOR="SeaGreen"][B]e5e5e5[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="incall_secondary_info_background">#80[COLOR="Red"][B]33b5e5[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="incall_secondary_info_background">#80[COLOR="SeaGreen"][B]e5e5e5[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="incall_call_banner_text_color">#ff[COLOR="Red"][B]ffffff[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="incall_call_banner_text_color">#ff[COLOR="SeaGreen"][B]404040[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="dtmf_dialer_display_text">#ff[COLOR="Red"][B]ffffff[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="dtmf_dialer_display_text">#ff[COLOR="SeaGreen"][B]404040[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="dialtacts_primary_text_color">#ff[COLOR="Red"][B]000000[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="dialtacts_primary_text_color">#ff[COLOR="SeaGreen"][B]111111[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="dialpad_text_color">#ff[COLOR="Red"][B]ffffff[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="dialpad_text_color">#ff[COLOR="SeaGreen"][B]404040[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="call_log_voicemail_highlight_color">#ff[COLOR="Red"][B]33b5e5[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="call_log_voicemail_highlight_color">#ff[COLOR="SeaGreen"][B]404040[/B][/COLOR]</color>


Code:
    [B]-[/B] <color name="background_dialer_list_items">#ff[COLOR="Red"][B]eeeeee[/B][/COLOR]</color>
    [B]-[/B] <color name="background_dialpad">#[COLOR="red"][B]f2020709[/B][/COLOR]</color>
    [B]-[/B] <color name="dialpad_primary_text_color">#ff[COLOR="red"][B]33b5e5[/B][/COLOR]</color>
      <color name="dialpad_secondary_text_color">#ffaaaaaa</color>
    [B]-[/B] <color name="actionbar_background_color">#ff[COLOR="Red"][B]ffffff[/B][/COLOR]</color>

Code:
    [B]+[/B] <color name="background_dialer_list_items">#ff[COLOR="SeaGreen"][B]f5f5f5[/B][/COLOR]</color>
    [B]+[/B] <color name="background_dialpad">#[COLOR="SeaGreen"][B]ffe5e5e5[/B][/COLOR]</color>
    [B]+[/B] <color name="dialpad_primary_text_color">#ff[COLOR="SeaGreen"][B]404040[/B][/COLOR]</color>
      <color name="dialpad_secondary_text_color">#ffaaaaaa</color>
    [B]+[/B] <color name="actionbar_background_color">#ff[COLOR="SeaGreen"][B]e6e6e6[/B][/COLOR]</color>

Code:
[B]-[/B] <color name="secondary_text_color">#ff[COLOR="Red"][B]888888[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="secondary_text_color">#ff[COLOR="SeaGreen"][B]777777[/B][/COLOR]</color>


GoogleDialer/res/values/drawables.xml

Code:
[B]-[/B] <item type="drawable" name="grayBg">#ff[COLOR="Red"][B]333333[/B][/COLOR]</item>

Code:
[B]+[/B] <item type="drawable" name="grayBg">#ff[COLOR="SeaGreen"][B]e5e5e5[/B][/COLOR]</item>

If, during recompilation, You get some errors like this

Untitled.png


Solution:

Just open the FOLDER and search for the STRING that gives the error and put formatted="false", like this:

Code:
[B]-[/B]     <string name="throttle_time_frame_subtext">"%1$d % des Zyklus sind verstrichen. [U]<!-- line n°193 -->[/U]
  Der nächste Zeitraum beginnt in %2$d Tagen (%3$s)."</string> [U]<!-- line n°194 -->[/U]

Code:
[B]+[/B]     <string [COLOR="SeaGreen"][B]formatted="false"[/B][/COLOR] name="throttle_time_frame_subtext">"%1$d % des Zyklus sind verstrichen. [U]<!-- line n°193 -->[/U]
  Der nächste Zeitraum beginnt in %2$d Tagen (%3$s)."</string> [U]<!-- line n°194 -->[/U]




5) TeleService (Emergency Dialer)

JUST ADD THE RESOURCES PROVIDED YOU WILL HAVE THE SAME COMPILATION ERRORS AS FOR GoogleDialer! :)




7) DeskClockGoogle

JUST ADD THE RESOURCES PROVIDED




8) Mms

FIRST: ADD THE RESOURCES PROVIDED

Mms\res\values\colors.xml

Code:
[B]-[/B]  <color name="banner_item_pressed">#67[COLOR="Red"][B]33b5e5[/B][/COLOR]</color>

Code:
[B]+[/B] <color name="banner_item_pressed">#67[COLOR="SeaGreen"][B]404040[/B][/COLOR]</color>




10) (AOSP)browser

JUST ADD THE RESOURCES PROVIDED



<!--- You want more White (e.g. white settings ui)????? Then follow these guidelines by @donjamal ! ---!>

http://xdaforums.com/nexus-4/themes-apps/guide-theming-stock-android-t2616963


[/CENTER]
 

Attachments

  • Follow_KK_UI.zip
    156.5 KB · Views: 1,934
Last edited:

Diaz1999

Senior Member
Oct 13, 2012
696
584
HEX 5375726162617961
Google Pixel 2

Make the Contextual ActionBar background follow the ActionBar background

framework-res.apk/res/values/styles.xml
Code:
    <style name="Theme.Holo" parent="@style/Theme">
    =˄=
-       <item name="actionBarStyle">@style/[COLOR="Red"]Widget.Holo.ActionBar[/COLOR]</item>
+       <item name="actionBarStyle">@style/[COLOR="green"]Widget.Holo.ActionBar.Solid[/COLOR]</item>
    =˅=
    </style>
Code:
    <style name="Theme.Holo.Light.DarkActionBar" parent="@style/Theme.Holo.Light">
    =˄=
-        <item name="actionModeSplitBackground">@drawable/[COLOR="Red"]cab_background_bottom_holo_dark[/COLOR]</item>
+        <item name="actionModeSplitBackground">@drawable/[COLOR="Green"]cab_background_bottom_holo_inverse[/COLOR]</item>
    =˅=
    </style>
framework-res.apk/res/values/drawables.xml
Code:
    =˄=
+   [COLOR="Green"]<item type="drawable" name="cab_background_top_holo_dark">@drawable/ab_solid_dark_holo</item>[/COLOR]
+   [COLOR="green"]<item type="drawable" name="cab_background_top_holo_light">@drawable/ab_solid_light_holo</item>[/COLOR]
+   [COLOR="green"]<item type="drawable" name="cab_background_bottom_holo_dark">@drawable/ab_bottom_solid_dark_holo</item>[/COLOR]
+   [COLOR="green"]<item type="drawable" name="cab_background_bottom_holo_light">@drawable/ab_bottom_solid_light_holo</item>[/COLOR]
+   [COLOR="green"]<item type="drawable" name="cab_background_bottom_holo_inverse">@drawable/ab_bottom_solid_inverse_holo</item>[/COLOR]
    =˅=
framework-res.apk/res/drawable-**dpi/
Code:
    =˄=
  button_onoff_indicator_on.png
- [COLOR="red"]cab_background_bottom_holo_dark.9.png[/COLOR]
- [COLOR="red"]cab_background_bottom_holo_light.9.png[/COLOR]
- [COLOR="Red"]cab_background_top_holo_dark.9.png[/COLOR]
- [COLOR="red"]cab_background_top_holo_light.9.png[/COLOR]
  call_contact.png
    =˅=


Alternate style for Switch
Screenshot at post #678

framework-res.apk/res/values/styles.xml
Code:
    <style name="TextAppearance.Holo.Widget.Switch" parent="@style/TextAppearance.Holo.Small">
-       <item name="textColor">@color/[COLOR="Red"]secondary_text_holo_dark[/COLOR]</item>
+       <item name="textColor">@color/[COLOR="Green"]switch_text_holo_dark[/COLOR]</item>
    </style>
Code:
    <style name="TextAppearance.Holo.Light.Widget.Switch" parent="@style/TextAppearance.Holo.Small">
-       <item name="textColor">@color/[COLOR="Red"]primary_text_holo_dark[/COLOR]</item>
+       <item name="textColor">@color/[COLOR="Green"]switch_text_holo_light[/COLOR]</item>
    </style>
And extract the switch_alternate resources below to the correct location

 

Attachments

  • switch_alternate.zip
    6.1 KB · Views: 221
Last edited:
E

EnricoD

Guest
Credits, Downloads and Screenshots

Once done just flash themed .apk via recovery using this template. Put the recompiled files inside:

Follow_KK_UI.zip\system\priv-app\Settings.apk

Follow_KK_UI.zip\system\priv-app\SystemUI.apk

Follow_KK_UI.zip\system\priv-app\GoogleDialer.apk

Follow_KK_UI.zip\system\priv-app\TeleService.apk

Follow_KK_UI.zip\system\priv-app\Mms.apk

Follow_KK_UI.zip\system\framework\framework-res.apk

Follow_KK_UI.zip\system\app\DeskClockGoogle.apk

View attachment 2572657




HOW TO THEME YOUR KITKAT LIKE A KITKAT!!!!



Credits:
- @ivn888
- @memnoc
- @iBotPeaches
- @kroz
- SlimRoms Team
- @rush25
- @BaNkS
- @snak3ater
- @Rodger_Rulez
http://xdaforums.com/showpost.php?p=50237756&postcount=128
- @fritzhy
- @mrjaydee82 for support
- @Etihad
- AOKP.co Team
- Androguide.fr
- @moneyolo
- @fritzhy
- @engraver65
- @Gingerbread1611
- @logonaniket
- @Diaz1999
- @Koragg618
- @core720
- @Notonlyeyes
- @HaGii
- @rahil3108
- @Navneet Suresh for mirror ;)
- @nemofbaby2010 for the gui apktool hint
- @RK








DONATORS

- @sirbanger
- a Guest member



Senza_nome.png


CyanogenMod 11 Theme (HDPI , XHDPI & XXHDPI) by @rush25 & @hemantv

Please, thank them:

http://xdaforums.com/showthread.php?t=2685553

http://xdaforums.com/google-nexus-5/themes-apps/theme-kitkat-ui-0-3-goodbye-holo-blue-t2718202

Other Nexus Devices


N4 STOCK ROMs DEODEXED
http://xdaforums.com/nexus-4/themes-apps/theme-stock-white-holo-theme-build-1-t2619037

(xhdpi) Separate N4 flashable DIALER by @ivn888 :
https://www.dropbox.com/s/maofxk9br9iygxy/Dialer_N4.zip


! Notes !

1. These mods are flashable via a recovery;

2. These mods are ONLY for KOT49H STOCK ROMs deodexed and Cataclysm ROM;

3. You can flash the MODs for STOCK ROM DEODEXED over all untouched stock Roms, also ODEX, just delete the .odex of Settings, GoogleDialer, Systemui, framework-res and TeleService .apks (Kangakat etc etc);

How to flash deodexed on odexed

4. "Can I flash over AOSPs?" Absolutely not!!!!!;

5. Can I flash an old mod on a newest Aosp Build (PA, CM etc) Roms: NOOOOOO;

6. "What Happens if I ignore Your warnings" Simple: Bootloop!;

7. "Can we use Your files in our ROM ?" Sure but give me mention/credits/link_to_this_thread if You use my guide to theme Your Rom or the files I provided. Please consider also to mention kroz and others for their hard work.
;


SCREENSHOTS (Click to Show)

cwi9.png
evyd.png
bgc4.png
6oow.png
8efm.png
qqnw.png
mslx.png
1h8k.png
ggz6.png
qs3x.png
phxg.png
om2l.png

Screenshot_2014_02_04_13_13_01_framed.png
Screenshot_2014_02_11_13_34_25_framed.png
Screenshot_2014_02_20_18_00_41_framed.png
Screenshot_2014_02_24_11_12_58_framed.png
Screenshot_2014_02_24_11_27_26_framed.png
Screenshot_2014_02_24_11_27_42_framed.png
Screenshot_2014_02_24_13_03_29_framed.png
1k81.png

jqicm9.png
2li77uc.jpg
Screenshot_2014_04_26_17_32_57_framed.png
 
Last edited:

Mazda

Retired Recognized Developer
Oct 19, 2008
5,273
12,519
Good job enricocid :)

Very well written and I'm sure this will come in handy for many people!!
 

tallo03

Member
Jul 14, 2013
12
0
Would there be any chance for a tutorial (instructions) to change the settings etc from black to white? White settings etc would finish the design finaly!

Thanks!
 

Geddd

Senior Member
Nov 5, 2013
239
24
My device is running touchwiz 4.1, but not all has changed like the screentshots above.
 

phenomarc

Senior Member
Nov 17, 2011
219
119
OnePlus 8T
i did this guide to complete the look on KitKat, but you can theme also Jellybean :)

I done it on TW 4.1.2 and all is working like the screenshots.

Enviado desde mi GT-I9100 mediante Tapatalk

---------- Post added at 09:24 AM ---------- Previous post was at 08:59 AM ----------

My device is running touchwiz 4.1, but not all has changed like the screentshots above.

First you have to follow this guide:http://xdaforums.com/showthread.php?t=2531813 Then you can apply the changes of the OT.
 
  • Like
Reactions: blackwatch92
E

EnricoD

Guest
- ADDED DIALER INSTRUCTIONS
- UPDATED RESOURCES WITH DIALER ONES
- UPDATED FOLLOW KK UI MOD FOR NEXUS 5!!

Screenshot_2014_02_04_13_13_01_framed.png
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 17
    https://drive.google.com/#folders/0B9qdBehTf7HuUzRIenpsWmJkeUk

    Updated zips for Paranoid Android 4.1 Beta 2. (ZIP's are still uploading.)
    11
    @enricocid
    On white tabs the indicator almost invisible
    @Rodger_Rulez @enricocid I've fixed the tab indicator for Holo.Light Theme!
    jqicm9.png
    of4ivp.jpg
    2li77uc.jpg
    mkygq0.png

    framework-res.apk/res/values/styles.xml
    Code:
    - [COLOR="Red"]<style name="Widget.Holo.Light.TabWidget" parent="@style/Widget.Holo.TabWidget" />[/COLOR]
    Code:
    + [COLOR="Green"]<style name="Widget.Holo.Light.TabWidget" parent="@style/Widget.TabWidget">
            <item name="divider">?dividerVertical</item>
            <item name="tabStripLeft">@null</item>
            <item name="tabStripRight">@null</item>
            <item name="tabStripEnabled">false</item>
            <item name="measureWithLargestChild">true</item>
            <item name="showDividers">middle</item>
            <item name="dividerPadding">8.0dip</item>
            <item name="tabLayout">@layout/tab_indicator_holo_light</item>
        </style>[/COLOR]
    Code:
    - <style name="Widget.Holo.Light.Tab" parent="@style/Widget.Holo.Light.ActionBar.TabView">
            <item name="background">@drawable/[COLOR="Red"]tab_indicator_holo[/COLOR]</item>
            <item name="layout_width">0.0dip</item>
            <item name="minWidth">80.0dip</item>
            <item name="layout_weight">1.0</item>
        </style>
    Code:
    + <style name="Widget.Holo.Light.Tab" parent="@style/Widget.Holo.Light.ActionBar.TabView">
            <item name="background">@drawable/[COLOR="Green"]tab_indicator_holo_light[/COLOR]</item>
            <item name="layout_width">0.0dip</item>
            <item name="minWidth">80.0dip</item>
            <item name="layout_weight">1.0</item>
        </style>
    Code:
    - [COLOR="Red"]<style name="Widget.Holo.Light.ActionBar.TabView" parent="@style/Widget.Holo.ActionBar.TabView" />[/COLOR]
    Code:
    + [COLOR="Green"]<style name="Widget.Holo.Light.ActionBar.TabView" parent="@style/Widget.ActionBar.TabView">
            <item name="background">@drawable/tab_indicator_ab_holo_light</item>
            <item name="paddingStart">16.0dip</item>
            <item name="paddingEnd">16.0dip</item>
        </style>[/COLOR]
    And extract the resources below to the correct location :D
    8
    @EnricoD @Rodger_Rulez

    Revert / Re-mod the tab indicator based on @rush25 request
    5302n6.png
    9srou8.jpg
    fw6lux.jpg
    2czzxj7.jpg

    framework-res.apk/res/values/styles.xml
    Code:
        <style name="Widget.Holo.Light.TabWidget" parent="@style/Widget.TabWidget">
            <item name="divider">?dividerVertical</item>
            <item name="tabStripLeft">@null</item>
            <item name="tabStripRight">@null</item>
            <item name="tabStripEnabled">false</item>
            <item name="measureWithLargestChild">true</item>
            <item name="showDividers">middle</item>
            <item name="dividerPadding">8.0dip</item>
    -       <item name="tabLayout">@layout/[COLOR="Red"]tab_indicator_holo_light[/COLOR]</item>
        </style>
    Code:
        <style name="Widget.Holo.Light.TabWidget" parent="@style/Widget.TabWidget">
            <item name="divider">?dividerVertical</item>
            <item name="tabStripLeft">@null</item>
            <item name="tabStripRight">@null</item>
            <item name="tabStripEnabled">false</item>
            <item name="measureWithLargestChild">true</item>
            <item name="showDividers">middle</item>
            <item name="dividerPadding">8.0dip</item>
    +      <item name="tabLayout">@layout/[COLOR="Green"]tab_indicator_holo[/COLOR]</item>
        </style>
    Code:
    -    [COLOR="Red"]<style name="Widget.Holo.Light.Tab" parent="@style/Widget.Holo.Light.ActionBar.TabView">
            <item name="background">@drawable/tab_indicator_holo_light</item>
            <item name="layout_width">0.0dip</item>
            <item name="minWidth">80.0dip</item>
            <item name="layout_weight">1.0</item>
        </style>[/COLOR]
    Code:
    +    [COLOR="Green"]<style name="Widget.Holo.Light.Tab" parent="@style/Widget.Holo.Tab"/>[/COLOR]
    Code:
        <style name="Widget.Holo.Tab" parent="@style/Widget.Holo.ActionBar.TabView">
    -       <item name="background">[COLOR="Red"]@drawable/tab_indicator_holo[/COLOR]</item>
            <item name="layout_width">0.0dip</item>
            <item name="minWidth">80.0dip</item>
            <item name="layout_weight">1.0</item>
        </style>
    Code:
        <style name="Widget.Holo.Tab" parent="@style/Widget.Holo.ActionBar.TabView">
    +       <item name="background">[COLOR="Green"]?tabIndicatorHolo[/COLOR]</item>
            <item name="layout_width">0.0dip</item>
            <item name="minWidth">80.0dip</item>
            <item name="layout_weight">1.0</item>
        </style>
    Code:
        <style name="Theme.Holo" parent="@style/Theme">
    +      [COLOR="Green"]<item name="tabIndicatorHolo">@drawable/tab_indicator_holo</item>[/COLOR]
    Code:
        <style name="Theme.Holo.Light" parent="@style/Theme.Light">
    +      [COLOR="Green"]<item name="tabIndicatorHolo">@drawable/tab_indicator_holo_light</item>[/COLOR]
    Code:
        <style name="Theme.Holo.Light.DarkActionBar" parent="@style/Theme.Holo.Light">
    +      [COLOR="Green"]<item name="tabIndicatorHolo">@drawable/tab_indicator_holo_light</item>[/COLOR]
    framework-res.apk/res/values/attrs.xml
    Code:
        <resources>
    +      [COLOR="Green"]<attr name="tabIndicatorHolo" format="reference" />[/COLOR]
    framework-res.apk/res/layout/
    Code:
      tab_indicator_holo.xml
    - [COLOR="Red"]tab_indicator_holo_light.xml[/COLOR]
      test_list_item.xml
    8
    Has anyone tried this on Paranoid Android for the nexus 5 yet?


    Mako is done and Hammerhead is uploading (Which can take a little bit)

    https://drive.google.com/folderview?id=0B9qdBehTf7HudUQtRFZoVjVuaTA&usp=docslist_api#

    Please let me know if everything works (Do a backup first.) MPlease test also the revert to original zip.
    5
    @rush25 @EnricoD
    That switch_thumb? Gonna release the guide soon :)

    EDIT see post #2

    149cuwg.png
    5042gw.png


    And perhaps even fixes for the fastscroll too :D

    2ag29tx.png
    2gxigie.png