Who is going too...

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
Thanks Bowers and G;ad to see ya man! .. I found the manifest
Black" I needed and the
Theme.Black" in styles. I would have absolutely never figured out the cachecolorHint.
 

thebowers

Premium Member
Premium Member
Theme Developer
Joined
Nov 24, 2009
Messages
2,545
Reaction score
1
Location
Iowa
I am just giving advise. I will not be coming back to do theming, although I do miss working on things from time to time.
 

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
OK, just loaded up what I had before "The Man" showed up. All is well except when you scroll (or just put your finger on the screen) it goes white till you let go. I am going to go hunt that down and do the cachecolorhint thing.. I shall return.
 

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
If you are refering to THIS... I already did that.. <permission android:name="com.facebook.katana.provider.ACCESS" android:protectionLevel="signature" />
<application android:theme="@android:style/Theme.Black" android:label="@string/app_name"


However if you are referring to either of these, I suppose I can change them to theme.black instead of theme.facebook

<activity android:theme="@style/Theme.Facebook" android:label="@string/app_name" android:name=".LoginActivity" android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:theme="@style/Theme.Facebook" android:name=".HomeActivity" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
 

thebowers

Premium Member
Premium Member
Theme Developer
Joined
Nov 24, 2009
Messages
2,545
Reaction score
1
Location
Iowa
If you look at the others they point to res/values/styles.xml . As long as you have Theme.Facebook having Theme.Black in it then it should be fine in the Manifest.xml . If you want I can look at what you have done and help you with it. You know my e-mail addy to talk to me on gtalk.
 

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
If you look at the others they point to res/values/styles.xml . As long as you have Theme.Facebook having Theme.Black in it then it should be fine in the Manifest.xml . If you want I can look at what you have done and help you with it. You know my e-mail addy to talk to me on gtalk.


I'd love some help. No, I do not have your email addy. :(

Here is my styles xml as it is now.

style name="Theme" parent="@android:style/Theme" />
<style name="Theme.FacebookDark" parent="@android:style/Theme.Black">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="Theme.Facebook" parent="@android:style/Theme.Black">
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="Theme.Transparent" parent="@style/Theme">
<item name="android:colorForeground">@drawable/solid_white</item>
<item name="android:windowBackground">@drawable/clear</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
</style>
 

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
The work is complete. I will upload it. Where exactly would be a good place to post it? In here?
 

jlutz555

Member
Joined
Feb 10, 2010
Messages
238
Reaction score
0
I can upload it to my dropbox and link it here if you want...
 
OP
DF Smod

DF Smod

Silver Member
Joined
Apr 23, 2010
Messages
11,341
Reaction score
88
The work is complete. I will upload it. Where exactly would be a good place to post it? In here?
I would make a new thread - and link this one to it :)



S-f-m-D
 

xkape

Premium Member
Premium Member
Theme Developer
Joined
Jul 27, 2010
Messages
3,882
Reaction score
37
Location
OH-IO
Links up. New thread right in this very forum area.
 

Tallica

Premium Member
Premium Member
Rescue Squad
Joined
Mar 17, 2010
Messages
3,259
Reaction score
1
Location
Middleboro, MA
I step away for a second and miss "the Man", oh well looks like Xkape has made great progress with the help of the bowers. Sounds like all is coming together :)

Hope all is well at home bowers.
 
Top