Thứ Ba, 5 tháng 6, 2018

Tut Mod Âm Lịch Lên Notification

Tut Mod Âm Lịch Lên Notification

Tải Xuống

demo:

🏂 HƯỚNG DẪN MOD ÂM LỊCH LÊN NOTIFICATION

1. dịch ngược SystemUI.apk

- copy các file trong thư mục smali vào theo đường dẫn tương ứng trong SystemUI_src

- mở SystemUI_src/res/layout/status_bar_expander_header.xml tìm code này và xóa đi👇
    <com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ffffffff" android:ellipsize="none" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="4.0dip" android:maxLines="2" />
   
copy 3 code này vào chỗ vừa xóa👇
    <com.android.systemui.statusbar.policy.DayOfWeek android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ffffffff" android:gravity="center" android:orientation="vertical" android:id="@id/dayofweek" android:paddingLeft="8.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:lines="2" android:layout_alignParentLeft="true" />
    <com.android.thanhfhuongf.Amlich.DuongLich2AmLich android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ffffffff" android:gravity="center" android:id="@id/amlich" android:paddingLeft="8.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="0.0dip" android:layout_marginTop="0.0dip" android:layout_marginRight="0.0dip" />
    <com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ffffffff" android:ellipsize="none" android:id="@id/date" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="4.0dip" android:maxLines="2" />
   
- mở SystemUI_src/res/values/ids.xml copy code này lên trên dòng cuối cùng👇
    <item type="id" name="dayofweek">false</item>
    <item type="id" name="amlich">false</item>
   
2. biên dịch lại SystemUI_src

✔ XONG
Tải Xuống
Nguồn: thanhfhuongf - tinhte.vn