Notepad++ with Material Black Theme
Go to %AppData%\Notepad++\themes Place Material-Black.xml inside that folder and restart Notepad++ Dracula will be available in Settings > Style Configurator Download file Material-Black.xml
Go to %AppData%\Notepad++\themes Place Material-Black.xml inside that folder and restart Notepad++ Dracula will be available in Settings > Style Configurator Download file Material-Black.xml
Run it in terminal or powershell: ie4uinit.exe -ClearIconCache And then restart explorer.exe After all you should see updated icon in taskbar.
To get default dimension: adb shell wm size To get default density: adb shell wm density To change dimension: adb shell wm size XXX To change density: adb shell wm…
First of all You should have root on device, second be able to change your partition on android device to status as: writeable (posted few posts ago what is the…
Here is an simple example how to use regex in notepad++ with reusing selected match variables. For example we have special code for simulating gcm notifications. We would like to…
I made app in executable jar java file for setting time in genymotion emulator. Here is simple java code and compiled app for setting time in genymotion app. Below code…
Here is a short example code how to do it: I've created xml file shape.xml and one method for flexible changing color of shape. shape.xml: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"…
During my one day project for a client I had to use (I hate it) android's ratingbar component. One of the pointed task in project was to use a bit…