일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- rounding
- MS-SQL
- Aspose.cells
- Excel
- 일본여행
- Kakao API Address
- Banker's rounding
- upbit
- LEFT JOIN
- CSV
- league of legends
- 업비트
- Request.Form
- 시트 탭 사라짐
- 썸머노트
- Banker's
- 세로 스크롤 막대
- chart.js
- 가로 스크롤 막대
- swift 화면전환
- Oracle
- 초딩수학
- MSSQL
- 한글깨짐
- Android
- 나만의 상점
- .csv
- 스크롤 사라짐
- MYSQL
- python
Archives
- Today
- Total
DBA
액션바(ActionBar) 없애기 본문
728x90
반응형
SMALL
<!--액션바없애기-->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<!--No Action Bar-->
<!--<item name="windowActionBar">false</item>-->
<!--<item name="windowNoTitle">true</item>-->
</style>
첫번째 : style tag안에 parent를 NoActionBar로 설정
또는
두번째 : 아래 녹색 주석의 item tag 두줄 추가
728x90
반응형
LIST
Comments