검색결과 리스트
actionbar에 해당되는 글 1건
- 2014.11.25 Action bar on devices before API 3.0
글
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
The action bar has been introduced in
Android 3.0. If you want to use the
action bar on devices with an earlier Android release, you have two
popular options.
First, you can use the Open Source project called ActionBar Sherlock
which allows you to
use the action bar on Android devices
as of Android 1.6. You find
this library under the following link.
The second option is to use the ActionBarCompat library from the Android support library v7, which supports the action bar as of Android 2.1. See the following link to setup the support library v7 in your project: Setting up the support library.
http://actionbarsherlock.com
참조 : Using the Android action bar (ActionBar) - Tutorial (Good Article)
http://www.vogella.com/tutorials/AndroidActionBar/article.html
추가) 2014.11.26
Add ActionBar to Android 2.x (v7 appcompat library)
http://hmkcode.com/add-actionbar-to-android-2-3-x/
'-- Android' 카테고리의 다른 글
detect when the device switch from portrait to landscape mode (0) | 2015.05.21 |
---|---|
앱 단축아이콘과 웹사이트 단축아이콘 생성 (0) | 2015.05.14 |
AndroidManifest.xml (0) | 2014.09.22 |
android splash screen (0) | 2014.09.22 |
안드로이드 MAIN Activity 변경 (0) | 2014.08.13 |
RECENT COMMENT