Skip to content

nesterov-n/android-debug-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Debug Grid

License Release

Draws debug grid over activities in android application

Usage

Add dependency in your build.gradle

compile 'ru.rambler.android:debug-grid:0.2.1'

Build and show debug grid in Application.onCreate()

new DebugGrid.Builder()
     .with(Line.fromLeft(72, TypedValue.COMPLEX_UNIT_DIP))
     .with(Line.fromRight(24, TypedValue.COMPLEX_UNIT_MM))
     .build(this);

Distributing

This project is distributed under the terms of the Apache License v2.0. See LICENSE for details

About

Simple lib drawing debug grid over android activities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages