OK, let's go!;)
decompile your framework-res.apk-
go to the folder framework-res/res / layout and search for "keyguard_screen_tab_unlock.xml"
open the xml and below the
put this code
now in id.xml put this code above the </resources>
download the files and put on folder drawable-mdpi, now recompile and sign the apk :laugh:
Screen :D
![]()
And press button thanks :D
decompile your framework-res.apk-
go to the folder framework-res/res / layout and search for "keyguard_screen_tab_unlock.xml"
open the xml and below the
HTML Code:
<com.android.internal.widget.DigitalClock android:id="@id/time" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="0.0dip" android:layout_marginRight="10.0dip" android:layout_marginBottom="0.5dip" android:layout_below="@id/carrier_sub2" android:layout_centerInParent="true">
HTML Code:
<LinearLayout android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content">
<AnalogClock android:gravity="center" android:id="@id/clock" android:layout_width="121.0dip" android:layout_height="121.0dip" android:dial="@drawable/circle" android:hand_hour="@drawable/pu" android:hand_minute="@drawable/os" android:layout_centerVertical="true" />
</LinearLayout>
HTML Code:
<item type="id" name="clock">false</item>
Screen :D

And press button thanks :D