search 登录 注册
arrow_back返回列表
ID:54295
light_modedark_modedark_modestar
Lv.3 畅意三江水
edit_note帖子 386
stars积分 53,287
event加入 2011-06-21
怀旧国机

安卓手机短信界面透明教程

schedule发表于 2013-08-12 11:07:00 visibility查看 431 chat_bubble回复 52
#1 楼主
先从原ROM里提取出未编译过的
mms.apk
一、反编译Mms.apk
二、路径res/drawable
/conversation_item_background_
read.xml 打开,
找到
<item android:state_*ed=“false“
android:drawable=“@color/read_
bgcolor“ />
修改为:
<item android:state_*ed=“false“
android:drawable=“@android:color
/transparent“ />
保存,退出!!!
三、路径res/drawable
/conversation_item_background_
unread.xml 打开,
找到
<item android:state_*ed=“false“
android:drawable=“@color/unread_
bgcolor“ />
修改为:
<item android:state_*ed=“false“
android:drawable=“@android:color
/transparent“ />
保存,退出
四、路径res/layout/compose_
message_activity.xml 打开,
找到
<EditText android:textSize=“16.0sp“
android:textColorHint=“#ff858585“
android:id=“@id/subject“
android:visibility=“gone“
android:layout_width=“fill_parent“
android:layout_height=“wrap_
content“ android:layout_
marginLeft=“3.2999878dip“
android:layout_
marginTop=“5.299988dip“
android:layout_
marginRight=“3.2999878dip“
android:hint=“@string/subject_hint“
android:singleLine=“true“
android:maxLength=“40“
android:capitalize=“sentences“
android:autoText=“true“ />
修改里面
android:textColorHint=“#ff858585“
为:
android:textColorHint=“#00000000“
再找到:
<EditText android:textSize=“18.0sp“
android:textColor=“@touchwiz:color
/tw_color002“
android:textColorHint=“#ff858585“
android:gravity=“top“ android:id=“@
id/embedded_text_editor“
android:background=“#ffffffff“
android:nextFocusRight=“@id/send_
button“ android:layout_width=“wrap_
content“ android:layout_height=“fill_
parent“ android:layout_
marginLeft=“10.0dip“
android:layout_marginTop=“12.0dip“
android:hint=“@string/type_to_
compose_text_enter_to_send“
android:capitalize=“sentences“
android:autoText=“true“
android:layout_toLeftOf=“@id
/sendbuttons“ android:layout_
alignParentLeft=“true“
android:inputType=“
textCapSentences|textAutoCorrect|
textMultiLine“
android:imeOptions=“actionSend|
flagNoEnterAction“ />
修改里面两段代码:
android:textColorHint=“#ff858585“
修改为
android:textColorHint=“#00000000“

全部回复 (52)

ID:138112
light_mode
Lv.1 韶华一笑间
2013-08-12 12:58:00 #22
。。。
ID:140323
light_mode
Lv.1 韶华一笑间
2013-08-12 13:19:00 #23
呃额
ID:92163
light_modestarstarstar
Lv.1 韶华一笑间
2013-08-12 13:33:00 #24
了了了了了
ID:141211
dark_modestarstarstar
Lv.1 韶华一笑间
2013-08-12 13:40:00 #25
非常V
ID:140577
dark_modedark_modestar
Lv.1 韶华一笑间
2013-08-12 13:50:00 #26
回复
ID:83749
light_modestarstar
Lv.2 独赏二月雪
2013-08-12 13:51:00 #27
特赦
ID:73867
light_modedark_mode
Lv.2 独赏二月雪
2013-08-12 14:18:00 #28
啦啦操喇叭
ID:137711
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2013-08-12 15:00:00 #29
不会
ID:102245
light_modedark_mode
Lv.2 独赏二月雪
2013-08-12 16:20:00 #30
V5可口可乐了
ID:124870
light_modedark_modestar
Lv.6 胸怀六国志
2013-08-12 18:48:00 #31
aa
ID:89116
light_modedark_mode
Lv.2 独赏二月雪
2013-08-12 19:27:00 #32
75588
ID:126652
light_modestar
Lv.2 独赏二月雪
2013-08-12 20:18:00 #33
哦哦哦
ID:48692
light_modedark_mode
Lv.3 畅意三江水
2013-08-13 00:24:00 #34
!!!!
ID:118217
light_modestar
Lv.1 韶华一笑间
2013-08-13 00:36:00 #35
图空间
ID:133611
light_modestarstar
Lv.1 韶华一笑间
2013-08-13 01:12:00 #36
?!!
ID:77158
light_modedark_mode
Lv.1 韶华一笑间
2013-08-14 14:43:00 #37
。。。。。
ID:122764
dark_modedark_modestarstarstar
Lv.1 韶华一笑间
2013-08-14 21:09:00 #38
家里
ID:132350
dark_modedark_modedark_modestar
Lv.1 韶华一笑间
2013-08-16 23:36:00 #39
。。。。。
ID:70837
light_modedark_modestarstarstar
Lv.3 畅意三江水
2013-08-18 10:42:00 #40
ID:108376
light_modedark_modedark_modedark_modestar
Lv.2 独赏二月雪
2013-08-18 19:55:00 #41
妹纸
登录 后才能回复