CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2015-12-22
by Amit Desale

Original Post

Original - Posted on 2014-02-03
by SMR



            
Present in both answers; Present only in the new answer; Present only in the old answer;

As far as i know there is no option to move the `ActionBar` entirely to the bottom. But still it is possible to display few items at the bottom. for that you need to do this:<br>
- Just add `android:uiOptions="splitActionBarWhenNarrow"` to your `activity` tag in the`AndroidManifest.xml` like this... <br>
`<activity android:name=".MainActivity" android:uiOptions="splitActionBarWhenNarrow">`<br>
You can read more [here][1] and [here][2]
Hope it helps. :)

[1]: http://developer.android.com/guide/topics/ui/actionbar.html#SplitBar [2]: https://stackoverflow.com/questions/12220428/placing-my-actionbar-at-the-bottom
As far as i know there is no option to move the `ActionBar` entirely to the bottom. But still it is possible to display few items at the bottom. for that you need to do this:<br>
- Just add `android:uiOptions="splitActionBarWhenNarrow"` to your `activity` tag in the`AndroidManifest.xml` like this... <br>
`<activity android:name=".MainActivity" android:uiOptions="splitActionBarWhenNarrow">`<br>
You can read more [here][1] and [here][2]
Hope it helps. :)

[1]: http://developer.android.com/guide/topics/ui/actionbar.html#SplitBar [2]: https://stackoverflow.com/questions/12220428/placing-my-actionbar-at-the-bottom

        
Present in both answers; Present only in the new answer; Present only in the old answer;