.

Chèn ảnh động vào thông báo pin yếu


Link tải: Tại đây

-Decompile SystemUI.apk

-đưa file vào theo đường dẫn

-mở: SystemUI_src/res/layout/battery_low.xml

-Tìm code

    <ImageView android:id="@id/image" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/battery_low_battery" />

Sửa thành

    <FrameLayout android:layout_width="wrap_content" android:layout_height="138.0dip">
        <ImageView android:id="@id/image" android:layout_width="wrap_content" android:layout_height="1.0dip" android:src="@drawable/battery_low_battery" />
        <include android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/bl_anim" />
    </FrameLayout>

-Recompile SystemUI_src

* share từ facebook *