티스토리 뷰

최근 안드로이드 폰 상단바에, 눈에 거슬리는 추노마크가 자리잡기 시작했습니다.


↓ 폰 외부에 이어, 내부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" />

위와 같이 수정한 후 리컴파일 합니다.



↓ 적용 결과






최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/03   »
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 29 30
31
글 보관함