edit_note帖子
49
stars积分
8,382
event加入
2012-01-16
美化修改
[教程]修改安卓短信界面透明方法
schedule发表于 2012-12-11 15:34:00
visibility查看 6,697
chat_bubble回复 539
#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“
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“
全部回复 (539)
2014-04-13 20:17:00
#382
就咯啦咯啦咯了
2014-04-13 22:33:00
#383
91830
2014-04-13 23:13:00
#384
努力了
2014-04-14 05:04:00
#385
能不回复
2014-04-14 23:21:00
#386
211.138.17.25
2014-04-17 12:33:00
#387
理工想象之中
2014-04-19 08:36:00
#388
记得
2014-04-19 15:56:00
#389
?本人借鉴很早以前别人帮我修改过滴
? 不喜勿喷 喜了就赞
?其实真的很简单,希望都按步骤
? 型号按自己爱的改
?教程如下:
?『1』准备工具:re管理器(都有吧)
?『2』进入系统:system找到build.prop
?『3』长按build.prop然后进入文本编辑器
?『4』找到里面的ro.product.model
?『5』你会看到你的机型,删除本机型
?『6』删除后继续打字改为你想要的
?『7』点保存,然后重启就行了
?其实蛮简单的,我写了这么多,明白了吧
?ro.product.model=iphone5s土豪金
?谢谢关注,认为可以赞个,以后继续教程
? 不喜勿喷 喜了就赞
?其实真的很简单,希望都按步骤
? 型号按自己爱的改
?教程如下:
?『1』准备工具:re管理器(都有吧)
?『2』进入系统:system找到build.prop
?『3』长按build.prop然后进入文本编辑器
?『4』找到里面的ro.product.model
?『5』你会看到你的机型,删除本机型
?『6』删除后继续打字改为你想要的
?『7』点保存,然后重启就行了
?其实蛮简单的,我写了这么多,明白了吧
?ro.product.model=iphone5s土豪金
?谢谢关注,认为可以赞个,以后继续教程
2014-04-20 12:54:00
#390
莫来
2014-04-20 13:18:00
#391
fvhude
2014-04-21 10:05:00
#392
jjjjjjjjj
2014-04-21 17:04:00
#393
呜呜图我啦啦啦啦拉
2014-05-01 12:48:00
#394
,,,,,,
2014-05-01 13:31:00
#395
nfv
2014-05-01 23:45:00
#396
里
2014-05-03 08:54:00
#397
漆的爱吃
2014-05-06 21:56:00
#398
[教程]修改安卓短信界面透明方法
2014-05-06 23:15:00
#399
看看
2014-05-06 23:55:00
#400
希望有用
2014-05-07 00:36:00
#401
考虑考虑
登录 后才能回复
flag举报帖子