how can I change the text color of the ActionBar? I’ve inherited the Holo Light Theme, I’m able to change the background of the ActionBar but I don’t find...
  • May 16, 2022
  • 0 Comments
I would like to know how can I apply full screen theme ( no title bar + no actionbar ) to an activity. I am using AppCompat library from...
  • May 14, 2022
  • 0 Comments
I have an action bar with a menuitem. How can I hide/show that menu item? This is what I’m trying to do: MenuItem item = (MenuItem) findViewById(R.id.addAction); item.setVisible(false); this.invalidateOptionsMenu();...
  • May 10, 2022
  • 0 Comments
Trying to move over my stuff to use Toolbar instead of action bar but I keep getting an error saying java.lang.RuntimeException: Unable to start activity ComponentInfo{com.tyczj.weddingalbum/com.xxx.xxx.MainActivity}: java.lang.IllegalStateException: This Activity...
  • May 1, 2022
  • 0 Comments
I’m migrating from ActionBar to Toolbar in my application. But I don’t know how to display and set click event on Back Arrow on Toolbar like I did on...
  • May 1, 2022
  • 0 Comments