You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
만약 value-21폴더를 resource내에 만들고, styles.xml의 테마 재정의 부분에서 <item name="android:windowTranslucentStatus">true</item> 항목을 추가 했다면 StatusBar와 구현된 액티비티의 레이아웃이 곂친다.
당연한 것 이지만 Activity와 상단 StatusBar가 곂친다는 것은 상단 padding이나 margin을 걱정 해야 되는 것 이다. 해상도에 맞는 StatusBar의 높이를 계산하여 최상위 부모 컨테이너에 top padding을 주거나 직속 컨테이너나 뷰에 top margin을 주는 형태로 상단에 공간을 만들어 줘야 한다.