IT Nursery
I am trying to get the height of the ActionBar (using Sherlock) every time an activity is created (specially to handle configuration changes on rotation where the ActionBar height...
  • May 29, 2022
  • 0 Comments
IT Nursery
I use actionbarsherlock. The piece of code below is responsible for changing it’s background to a custom one. <style name="Widget.Styled.ActionBar" parent="Widget.Sherlock.ActionBar"> <item name="background">@drawable/actionbar_bg</item> <item name="android:background">@drawable/actionbar_bg</item> <...> </style> <style name="Theme.MyApp"...
  • May 28, 2022
  • 0 Comments
Currently it just displays the name of the application and I want it to display something custom and be different for each screen in my app. For example: my...
  • May 22, 2022
  • 0 Comments