Introducing SketchPro, your go-to destination for all things Graphic Design and App Development. Led by the talented Dharamjeet, an experienced App Developer and Graphics Designer, this Telegram channel is a treasure trove of knowledge and resources for aspiring designers and developers. Whether you're a beginner looking to learn the basics or an experienced professional seeking to enhance your skills, SketchPro has something for everyone. Stay updated with the latest trends, get access to tutorials, and discover valuable insights that will help take your design and development projects to the next level. Join the SketchPro community today and unlock your full potential in the world of Graphic Design and App Development!
17 Jan, 07:39
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
Window w = this.getWindow();
// Make the Status Bar Transparent
w.clearFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);
w.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
w.setStatusBarColor(Color.TRANSPARENT);
// Set Navigation Bar Background Color to White
w.setNavigationBarColor(Color.WHITE);
}
// Set the Mobile Navigation Bar Icons to Gray
getWindow().getDecorView().setSystemUiVisibility(
View.SYSTEM_UI_FLAG_LAYOUT_STABLE |
View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN |
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |
View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR | // This ensures gray icons on the navigation bar
View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY
);
15 Jan, 11:40
14 Jan, 06:49
09 Jan, 15:59
09 Jan, 15:22
08 Jan, 05:24
31 Dec, 08:33
31 Dec, 02:58
29 Dec, 05:53
27 Dec, 18:05
25 Dec, 03:37
24 Dec, 13:21
20 Dec, 07:14
17 Dec, 14:47
17 Dec, 06:17
13 Dec, 15:41
08 Dec, 07:33
07 Dec, 05:38
04 Dec, 08:48
02 Dec, 07:06
29 Nov, 08:05
21 Nov, 07:30
18 Nov, 13:43
13 Nov, 18:46
12 Nov, 10:49
31 Oct, 02:56
29 Oct, 11:09
19 Oct, 04:45
26 Sep, 08:05