0

I'm new to android and I use AppCompat theme for my actionbar. I wanna to set a Label Activity at the right position of ActionBar.

Please tell me very clearly.

Regards,me... :)

Death Programmer
  • 896
  • 2
  • 11
  • 28

1 Answers1

2

There are some things that you can move around and such using a custom layout, see the post here:

How can I implement custom Action Bar with custom buttons in Android?

But if you're trying to change the "up" button or menu location, you may have to fake it because those can't be changed.

Community
  • 1
  • 1
Jim
  • 10,172
  • 1
  • 27
  • 36
  • 1
    I get title of ActionBar and do some change on it, like: change size, font color and... . what use setTextDirection in property list? – Death Programmer Nov 06 '14 at 21:14
  • 1
    setTextDirection allows you to have the text display right to left (like for Arabic and Hebrew) – Jim Nov 07 '14 at 20:43