Posts by Gabriel Augusto • 126 points
2 posts
-
0
votes3
answers298
viewsA: Screenorientation
<activity android:name="br.com.exemplo.seuapp.MinhaActivity" android:label="@string/title_activity_minha" android:screenOrientation="portrait" > </activity> Thus, in the declaration of…
androidanswered Gabriel Augusto 126 -
1
votes1
answer411
viewsA: Actionbar and Splitactionbar on Android
Split action bar is a separate bar from the bar itself ActionBar. To use it, you need to implement Actionbar and specify its use on AndroidManifest.xml of Activity. Example: <manifest ...>…