[android-developers] Why play-servies-location had dependency on play-services-maps?

2015-07-28 Thread Tomas Prochazka

Can you somebody explain me why *play-services-location* has depency on 
*play-services-map*?
It doesn't make sense. If you want only get position you don't need whole 
map rendering core, it something like 2000 methods in the map package.
In reverse way it make sense. Map must have dependency on location, but why 
this?

 

   artifactIdplay-services-location/artifactId
   version7.5.0/version
   packagingaar/packaging
   dependencies
 dependency
   groupIdcom.google.android.gms/groupId
   artifactIdplay-services-base/artifactId
   version7.5.0/version
   scopecompile/scope
   typeaar/type
 /dependency
 dependency
   groupIdcom.google.android.gms/groupId
   artifactIdplay-services-maps/artifactId
   version7.5.0/version
   scopecompile/scope
   typeaar/type
 /dependency
   /dependencies
 /project

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to change actionbar text case

2015-07-28 Thread Simon Giddings


I have developed an application which contains this app theme style :
 style name=AppTheme parent=android:Theme.Holo.Light.DarkActionBar /

I have tried various means to change the actionbar text to be mixed case 
instead of all uppercase.
To illustrate, here is a screen shot -

https://lh3.googleusercontent.com/-fL-5_3uD_z0/VbeuwHo1THI/ArM/4ZcuCqB2spU/s1600/actionbar-uppercase-text.jpg

The styles I have tried thus far have produced anything but the desired 
effect.

How do I restyle just the letter case of these items ?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.