• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Boost Mobile] Shinjitsu Rom 1.5.2.4 OTA Available(Discontinued)

Which battery icon do you like better?

  • 1.5b Battery Icon

    Votes: 7 31.8%
  • 1.5.1c Battery Icon

    Votes: 15 68.2%

  • Total voters
    22
  • Poll closed .
Status
Not open for further replies.
You should really consider switching the default text back to white. I've run into a few apps already that use that grey color for pop up dialogs backgrounds like simple calendar. I may just change it myself though.
 
The issue is only in a few apps. For some reason the background of the popups is the same color as the text. Download simple calendar and try and change the font size/color to see what I mean. In other apps it works fine, the popup background is black and the text is grey.

Does anyone here know which part of the framework xml changes the text inputs and lists color? For example the color of text input when searching the play store and suggestion list that comes up below? I'm new to all of this.
 
The issue is only in a few apps. For some reason the background of the popups is the same color as the text. Download simple calendar and try and change the font size/color to see what I mean. In other apps it works fine, the popup background is black and the text is grey.

Does anyone here know which part of the framework xml changes the text inputs and lists color? For example the color of text input when searching the play store and suggestion list that comes up below? I'm new to all of this.

Me and shins rom both use dark backgrounds... and to make the text more visible on mine I went and changed all of the base colors around... but it caused the text colors in 3rd party apps to eff up... but then I found this [GUIDE] Tips for themers :) - xda-developers you can use this guide to change the text colors to any color

and btw... the text input color is controlled by Widget.EditText found in styles.xml in the framework-res... but beware... it controls ALL of the text input in the system unless an app specifies otherwise... I had to change my text color to black instead of making it depend on another style because when I was messing around with the base color schemes all of my input turned white

Code:
<style name="Widget.EditText" parent="@style/Widget">
        <item name="textAppearance">?textAppearanceMediumInverse</item>
        [B]<item name="textColor">#ff000000</item>[/B]
        <item name="gravity">center_vertical</item>
        <item name="background">@drawable/edit_text</item>
        <item name="focusable">true</item>
        <item name="focusableInTouchMode">true</item>
        <item name="clickable">true</item>
    </style>
 
I see that shin has changed the heading to beta 4 coming soon is there any chance that beta 4 is going to be offered with a fully working overclocked kernel? That would really be awesome I love the speed of the overclock.
 
I see that shin has changed the heading to beta 4 coming soon is there any chance that beta 4 is going to be offered with a fully working overclocked kernel? That would really be awesome I love the speed of the overclock.

You can use oc kernel anytime you want. But as of now using oc has some issues that can't be solved by the developer's.
 
I have samsung galaxy player which I take pictures on so it's not a big problem to me

I hate that thing >.< Not because of the product. But because I had to do tech support for it with no knowledge of the device -.-;; But I switched phones, so I figured rather than letting my Triumph sit there and gather dust, donate it to a worthy cause.
 
Hi folks this question does not pertain to the ROM just a general question and thought i would ask here hope its ok, Shin's rom is awesome and i run it, my GF doesnt want no rom or anything on her android device but she likes google chrome is there anyways to download it and install on her cell? she also has a zte warp running android 2.3.5, thanks in advance!


Louie
 
Hi folks this question does not pertain to the ROM just a general question and thought i would ask here hope its ok, Shin's rom is awesome and i run it, my GF doesnt want no rom or anything on her android device but she likes google chrome is there anyways to download it and install on her cell? she also has a zte warp running android 2.3.5, thanks in advance!


Louie

The google chrome browser on this rom is not the real chrome. It's some chinese browser
Google Chrome for android 2.2 and 2.3 - xda-developers
 
Status
Not open for further replies.
Back
Top Bottom