Scalpel

A surgical debugging tool to uncover the layers under your app.

Лицензия

Лицензия

Группа

Группа

com.jakewharton.scalpel
Идентификатор

Идентификатор

scalpel
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Scalpel
A surgical debugging tool to uncover the layers under your app.
Ссылка на сайт

Ссылка на сайт

https://github.com/JakeWharton/scalpel/
Система контроля версий

Система контроля версий

https://github.com/JakeWharton/scalpel/

Скачать scalpel

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/ -->
<dependency>
    <groupId>com.jakewharton.scalpel</groupId>
    <artifactId>scalpel</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/
implementation 'com.jakewharton.scalpel:scalpel:1.1.2'
// https://jarcasting.com/artifacts/com.jakewharton.scalpel/scalpel/
implementation ("com.jakewharton.scalpel:scalpel:1.1.2")
'com.jakewharton.scalpel:scalpel:jar:1.1.2'
<dependency org="com.jakewharton.scalpel" name="scalpel" rev="1.1.2">
  <artifact name="scalpel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton.scalpel', module='scalpel', version='1.1.2')
)
libraryDependencies += "com.jakewharton.scalpel" % "scalpel" % "1.1.2"
[com.jakewharton.scalpel/scalpel "1.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Scalpel

DEPRECATED! Android Studio 4.0's layout inspector now includes a live-updating 3D view. Use it!


A surgical debugging tool to uncover the layers under your app.

Usage

Place a ScalpelFrameLayout at the root of your hierarchy.

  • Enable the 3D interaction with setLayerInteractionEnabled(boolean).
  • Toggle wireframe display with setDrawViews(boolean).
  • Toggle view ID display with setDrawIds(boolean).
  • Change the wireframe color with setChromeColor(int) and setChromeShadowColor(int).

When interaction is enabled the following gestures are supported:

  • Single touch: Controls the rotation of the model.
  • Two finger vertical pinch: Adjust zoom.
  • Two finger horizontal pinch: Adjust layer spacing.

If you are using the Gradle-based build system, you can wrap this view group around your activity layouts only in the debug builds.

Note: There are known text rendering issues prior to Android 4.4 that cannot be fixed. Sorry.

Download

Download the latest JAR or grab via Gradle:

compile 'com.jakewharton.scalpel:scalpel:1.1.2'

or Maven:

<dependency>
  <groupId>com.jakewharton.scalpel</groupId>
  <artifactId>scalpel</artifactId>
  <version>1.1.2</version>
</dependency>

License

Copyright 2014 Jake Wharton

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0
1.0.0