inflearn logo
강의

Course

Instructor

Yoon Jae-seong's Kotlin-based Android App Development Part 3 - Data Management and Network

10강에서 질문입니다.

149

charles2u

8 asked

0

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.ToolBarActionView" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<!-- Status bar color. -->
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- Customize your theme here. -->

<item name="windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
</resources>

====================================
강의 내용에 따라 아래의 두 줄을 입력한 후에
        <item name="windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>

프로그램을 실행하면 화면이 먹통입니다.

상기 두 라인을 없애면 잘 작동이 됩니다.
어떤 것이 문제 일까요?

kotlin android

Answer 1

0

softcampus

강의를 잘 보시면

<item name="windowNoTitle">true</item>

로 되어 있을겁니다

<item name="android:windowNoTitle">true</item>

<item name="windowNoTitle">true</item>

로 변경해보세요~

0

charles2u

덕분에  이 부분은 잘 해결되었습니다.  감사합니다.

install까지 설치 하였는데 start 가안됩니다.

1

25

1

앱내 광고 빈도 관련 문의사항

0

32

2

실무 내용 문의드려요

0

28

2

앱 초기 진입시 전면광고 관련 질문

0

59

2

원하지 않은 외국인 유입

0

82

2

마지막에 버튼 안되시는 분들

1

295

1

6강에서 activity_main.xml 연동이 안됩니다.

0

329

1

material dependency 최신 버전 설치 시 오류 발생

0

314

1

ContentValues의 정확한 기능

0

380

1

37강에서 사소한 질문입니다.

0

317

1

btn1의 두개 사용

0

293

1

6강에서 질문입니다.

0

194

1

버튼 모양이 바뀌지 않네요

0

168

1

질문

0

243

1

TabLayout 을 이용할 경우 addToBackStack 를 사용 못하나요?

0

279

1

conn.disconnect() 안해도 자동으로 되나요?

0

212

1

카메라가 정면으로 열립니다.

0

206

1

42강 앨범에서 사진 가져오기 질문

0

224

1

Application 클래스가 있다면 귀찮은 데이터 교환은 다 이거로 하는거 아닌가요?

0

183

1

16강 container 관련 질문입니다.

0

161

1

웹사이트에서 소스코드 송수신 질문입니다

0

230

1

선생님 part3까지 정주행해서 많이 배웠는데 ~

0

284

1

선생님 마지막 part 강의는 언제쯤 올라오나요?

0

260

1

10강 4분~ 즈음부터..싱크가..

1

195

1