336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
결론 : 방법 3이 낫다 방법 3을 하라.
=================
첫번째 방법
http://natsgun.tistory.com/5
=================
두번째 방법은
잠시.. 위에 추가 하여 적어놨다.
방법2 쓰는게 낫다 [추가]
http://sundrydev.tistory.com/16
AndroidManifest.xml 들어간다.
android:theme="@android:style/Theme.NoTitleBar 를 써준다. 위치는??
<activity android:name=".testActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar">
<activity 이거 안에 넣는다.>
=================
세번쨰 방법..
방법3이 낫다.
======
>> 이걸로 사용
styles.xml 파일 안에 이것을 넣는다.
스타일 속에 넣는다.
<item name="windowNoTitle">true</item>
출처 :
http://son10001.blogspot.kr/2016/02/android-studio_74.html
> 이 사이트 괜찮은듯
==================
방법4
액티비티에
getSupportActionBar().hide();
출처 : https://stackoverflow.com/questions/28248162/how-to-remove-title-bar-in-android
'Android Studio' 카테고리의 다른 글
(Android Studio) 키보드 보이게 하기, 감추기 (0) | 2016.04.29 |
---|---|
(Android Studio) EditText 커서 위치 끝으로 이동 하는방법 (0) | 2016.04.29 |
(Android Studio) 스마트폰 화면 캡쳐하기 (0) | 2016.04.29 |
(Android Studio) 버튼 이미지 알맞게 채우기 (0) | 2016.04.29 |
(Android Studio) 안드로이드 스튜디오 릴리즈 버전 변경 (0) | 2016.04.29 |