달력

52024  이전 다음

  • 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

퍼옴

1. framework-res.apk\values\colors.xml 

추가 -

<color name="yell_transparent">#00000000</color>
<color name="yell_50b">#7d000000</color>
<color name="yell_black">#ff000000</color>
<color name="yell_white">#ffffffff</color>
<color name="yell_style">#ffd54db1</color>
<color name="yell_dial">#ffffffff</color>

 

팝업 창 핑크색 라인


9. <color name="holo_blue_light">@color/yell_style</color> 팝업 창 파란색 라인

 

2. framework-res.apk\drawable-xhdpi (9.png 투명도 포토샵 50%)

window_bg.png 투명도 조절 백그라운드 배경 50 x 50

 

오버 스크롤


overscroll_edge.png 오버 스크롤 효과
overscroll_glow.png

 

프로그래스바 진행



progress_primary_holo_dark.9.png 프로그래스바 진행 (마켓)
progress_primary_holo_light.9.png 프로그래스바 진행 (퀵 패널)

 

프로그래스바 로딩



progressbar_indeterminate_holo1.png 프로그래스바 로딩 (마켓, 상태바)
.
.
progressbar_indeterminate_holo8.png

 

종료 메뉴 선택


tab_selected_holo.9.png 종료 메뉴 무음 진동 소리 선택

 

텍스트 선택


text_select_handle_left.png 텍스트 선택 CURSOR
text_select_handle_middle.png
text_select_handle_right.png

 

상태바 알림 리스트 텍스트 부분


notification_bg_normal.9.png 상태바 알림 리스트(텍스트 부분)
notification_bg_normal_pressed.9.png

 

상태바 알림 아이콘 백그라운드 배경


framework-res.apk\res\values\drawables.xml

30. <item type="drawable" name="notification_template_icon_bg">@color/yell_transparent</item> 주황색

 

상태바 알림 텍스트 색상


framework-res.apk\res\layout\notification_template_base.xml

8. textcolor 추가 - <TextView android:textColor="#fff8751d" android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Title" android:ellipsize="marquee" android:id="@id/title" 주황색 타이틀 텍스트 색상

 

15. textcolor 추가 - <TextView android:textColor="#ffd54db1" android:textAppearance="@style/TextAppearance.StatusBar.EventContent" android:ellipsize="end" android:layout_gravity="center_vertical" android:id="@id/text" 핑크색 서브 텍스트 색상

 

16. textcolor 추가 -<TextView android:textColor="#ff16f80b" android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info" android:gravity="center" android:layout_gravity="center" android:id="@id/info" 녹색 파일 용량 색상

 

framework-res.apk\res\values\styles.xml

2688. <style name="TextAppearance.StatusBar.EventContent.Time" parent="@style/TextAppearance.StatusBar.EventContent">
        <item name="textSize">@dimen/notification_subtext_size</item>
        <item name="textColor">#ffc02323</item> 녹색 시간 색상

 

상태바 밝기 조절 프로그래스바


scrubber_primary_holo.9.png 프로그래스 바

Posted by decompiler
|