티스토리 뷰
최근 안드로이드 폰 상단바에, 눈에 거슬리는 추노마크가 자리잡기 시작했습니다.
↓ 폰 외부에 이어, 내부UI까지 침범한 SKT 통신사 마크
아래 수정을 통해 상태바의 추노마크를 제거할 수 있습니다.
(SKT용 Optimus G 기준입니다. 다른 기종, 다른 펌웨어 버전에서는 조금 다를 수 있습니다. 센스껏 응용하세요.)
/system/app/LGSystemUI.apk/res/layout/status_bar.xml
<com.lge.systemui.OperatorTextView android:textStyle="bold" android:gravity="center_vertical" android:id="@id/operator_text" android:tag="NO_R2L" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
위의 파란색으로 표시한 곳을 찾아
<com.lge.systemui.OperatorTextView android:textStyle="bold" android:gravity="center_vertical" android:id="@id/operator_text" android:tag="NO_R2L" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:layout_width="0dip" android:layout_height="fill_parent" android:singleLine="true" />
위와 같이 수정한 후 리컴파일 합니다.
↓ 적용 결과
'모바일' 카테고리의 다른 글
갤럭시 S4 LTE-A 간단 소감 (0) | 2014.03.22 |
---|---|
[Nook HD/Nook HD+] How to install ADB Driver (Windows) (2) | 2013.12.27 |
LG Optimus(옵티머스) 폰 상태바 배터리 퍼센트 아이콘 (시스템 파일 수정) (2) | 2013.06.27 |
U+(유플러스) LG Optimus(옵티머스) 폰들 상태바 VoLTE 아이콘 없에기 (1) | 2013.06.26 |
갤럭시 S3 AMOLED 암부 표현 문제 (0) | 2013.06.08 |