일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- rounding
- Excel
- swift 화면전환
- 오블완
- MS-SQL
- Banker's rounding
- Kakao API Address
- Aspose.cells
- python
- 한글깨짐
- LEFT JOIN
- MYSQL
- Android
- chart.js
- 나만의 상점
- largelanguagemodels
- CSV
- MSSQL
- .csv
- 업비트
- 일본여행
- 썸머노트
- Banker's
- PromptEngineering
- upbit
- league of legends
- Request.Form
- 초딩수학
- AIoptimization
- Oracle
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