Home » Thủ Thuật - Android » Add ảnh vào sms
Add ảnh vào sms ★ Bài Viết : Add ảnh vào sms
★ Đăng Bởi :Vương Thành Hiệp
★ Ngày Đăng : Chủ Nhật, 1 tháng 3, 2015 lúc 21:43
★ Chuyên Mục:
[​IMG]



    • Các phần mềm cần thiết
Chuẩn bị:Các bạn làm như link sau để bung file AsusMessage ra nhé http://zenphoneviet.com/threads/huo-ng-da-n-mod-do-ng-ho-cu-c-de-p-cho-zenfone.2170/
Tiến hành :
Bước 1 :
Tìm tới thư mục c:\apktool/AsusMessage/res/layout-sw320dp mở file compose_message_activity tìm code sau sửa thành

Mã:
 <LinearLayout android:gravity="bottom" android:orientation="vertical" android:id="@id/compose_content" android:background="@drawable/duy" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true">
Đổi tên ảnh cần add thành duy.png rồi copy vào thư mục
c:\apktool/AsusMessage/res/drawable-hdpi với Zen4,Zen4.5
c:\apktool/AsusMesage/res/drawable-xhdpi với Zen5,Zen6

Bước 2 : Tìm tới thư mục c:\apktool/AsusMessage/res/values mở file color.xml bằng notepad++ .Ctrl+F tìm các code sau sửa thành
UnHidden Content:

Mã:
<color name="asus_compose_message_activity_bottom_panel_background">#00000000</color>
<color name="asus_compose_message_activity_background">#00000000</color>
Dành cho zen5 và 6
Làm tương tự như nhưng tìm thêm code này sửa thành

Mã:
<color name="asus_compose_message_activity_lnrlyt_editor_background">#00000000</color>
Bước 3 : Mod trong suốt khung tin nhắn gửi và nhận
Tới thư mục c:\apktool/AsusMessage/res/values mở file color.xml

Tìm code sau và sửa thành
Mã:
<color name="asus_message_list_item_message_block_background">#00000000</color>
Build file AsusMessage tương tự như file SystemUI ở bài trên vậy là xong
[Update]
Code chữ sms theo thứ tự
Tin nhắn nhận+tin nhắn gửi
UnHidden Content:

Mã:
<color name="asus_textcolor_message_item_text_view_recv">
<color name="asus_textcolor_message_item_text_view_send">

Chia sẻ với bạn bè bài viết tuyệt vời này nhé
Share to Facebook Share to Twitter Share to Google+ Share to Stumble Upon Share to Evernote Share to Blogger Share to Email Share to Yahoo Messenger More...
Từ khóa: Add ảnh vào sms