=============================================
LP / MM - Already Tested At Xperia M4 Aqua
SIMPLE GUIDE CUSTOMDRAWER CLOCK WIDGET
-------------------------------------
- SYARATNYA HARUS UDAH NANCEP CUSTOMDRAWER
- DUPLICATE keyguard_status_view.XML DENGAN NAMA SESUAI SELERA [ EXMP - keyguard_status_view_drawer.XML ]
- OPEN status_bar_expanded.XML
- ADD NEW CUSTOM DRAWER LAYOUT [ UTK COLOR DI CD NYA SESUAI SELERA
LP / MM - Already Tested At Xperia M4 Aqua
SIMPLE GUIDE CUSTOMDRAWER CLOCK WIDGET
-------------------------------------
- SYARATNYA HARUS UDAH NANCEP CUSTOMDRAWER
- DUPLICATE keyguard_status_view.XML DENGAN NAMA SESUAI SELERA [ EXMP - keyguard_status_view_drawer.XML ]
- OPEN status_bar_expanded.XML
- ADD NEW CUSTOM DRAWER LAYOUT [ UTK COLOR DI CD NYA SESUAI SELERA
---><LinearLayout android:layout_gravity="start" android:orientation="vertical" android:background="@android:color/somc_color_dark_primary_dark" android:layout_width="@dimen/custom_drawer_layout_width" android:layout_height="fill_parent"><FrameLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0"><include layout="@layout/keyguard_status_view_drawer" /></FrameLayout>---></LinearLayout><LinearLayout android:layout_gravity="end" android:orientation="vertical" android:background="@android:color/somc_color_dark_primary_dark" android:layout_width="@dimen/custom_drawer_layout_width" android:layout_height="fill_parent"><TextView android:textColor="@color/power_toggles_button_label_color" android:gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/custom_drawer_layout_header_text" style="@style/TextAppearance.QuickSettings.TileView" /><FrameLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0"><com.serajr.powertoggles.PowerToggles android:id="@id/power_toggles" android:layout_width="fill_parent" android:layout_height="wrap_content" /></FrameLayout></LinearLayout>
- DONE
- NB - SILAHKAN TAMBAH ISI DARI keyguard_status_view_drawer.XML SESUAI SELERA.. DI SS INCLUDE SHORTCUT APP GRID AND LIST
=============================================
MM only - MultiWindows [ Opsi Pengembang / Dev option ]
Search at Build prop
ro.build.type=user - change To - ro.build.type=userdebug
Already Tested At CM13 by om Zamronni Saja grin emoticon like emoticon
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.