android manifest
-> 해당 액티비티 안에
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
넣어주기
<activity android:name=".ShopDetailActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
/>
'Android[Kotlin]' 카테고리의 다른 글
[Android][kotlin] TextView 속성 활용하여 링크로 사이트 연결, 전화연결 (0) | 2022.07.05 |
---|---|
[Android][kotlin] 특정문자열 제거, 텍스트뷰 클릭 시 전화다이얼로그 연결 (0) | 2022.07.05 |
[Android][kotlin] textView 밑줄 긋기 (0) | 2022.07.05 |
[Android] Fragment간 데이터 전달 방법들 (0) | 2022.04.27 |
[Android][kotlin] Kotlin 코드를 Java 코드로 보기 (0) | 2021.09.02 |