Skip to content

Commit

Permalink
* updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Iojjj committed Nov 23, 2021
1 parent 241af31 commit 7d132ae
Show file tree
Hide file tree
Showing 50 changed files with 19 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea
.DS_Store
/build
/captures
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ percentage mode by clicking Percentage Mode icon. Note that this mode
uses real screen size ignoring system insets such as status/navigation
bars, display cutouts, etc.

![Inspector Tool, percentage mode off](/readme/inspector_1.png)
![Inspector Tool, percentage mode off](/readme/inspector_1.png) 
![Inspector Tool, percentage mode on](/readme/inspector_5.png)

#### Zoom and Pan
Expand Down Expand Up @@ -178,6 +178,23 @@ explaining why.
![Inspector Tool, selected virtual view](/readme/inspector_advanced_3.png)
![Inspector Tool, information message](/readme/inspector_advanced_2.png)

#### Dimension and Color mods

Both dimension and color attributes have different display modes.
By clicking an attribute you can cycle through available modes. Size
dimensions (like width, height, margin, padding, etc.) can be displayed
as DP or PX and font sizes as SP and PX.

![Inspector Tool, font size as SP](/readme/inspector_advanced_17.png) 
![Inspector Tool, font size as PX](/readme/inspector_advanced_13.png)

Colors can be displayed as HEX string or ARGB values
(both integer and float).

![Inspector Tool, color as HEX](/readme/inspector_advanced_16.png) 
![Inspector Tool, color as ARGB integer](/readme/inspector_advanced_14.png)
![Inspector Tool, color as ARGB float](/readme/inspector_advanced_15.png)

Note: advanced inspection supports only `View`-based layouts.
This means that Jetpack Compose layouts will have only basic information
(similar to General Inspection mode).
Expand Down
Binary file modified readme/dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/grid_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/grid_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/grid_snap_free_vertical_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_advanced_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_advanced_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_advanced_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified readme/inspector_advanced_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/inspector_advanced_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/inspector_advanced_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/inspector_advanced_15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme/inspector_advanced_16.png
Binary file added readme/inspector_advanced_17.png
Binary file modified readme/inspector_advanced_2.png
Binary file modified readme/inspector_advanced_3.png
Binary file modified readme/inspector_advanced_4.png
Binary file modified readme/inspector_advanced_5.png
Binary file modified readme/inspector_advanced_6.png
Binary file modified readme/inspector_advanced_7.png
Binary file modified readme/inspector_advanced_8.png
Binary file modified readme/inspector_advanced_9.png
Binary file modified readme/ruler_1.png
Binary file modified readme/ruler_2.png
Binary file modified readme/ruler_3.png
Binary file modified readme/ruler_4.png
Binary file modified readme/ruler_5.png
Binary file modified readme/ruler_6.png
Binary file modified readme/settings.png
Binary file modified readme/setup_step_1_1.png
Binary file modified readme/setup_step_1_2.png
Binary file modified readme/setup_step_2_1.png
Binary file modified readme/setup_step_2_2.png
Binary file modified readme/setup_step_2_3.png
Binary file modified readme/setup_step_3_1.png

0 comments on commit 7d132ae

Please sign in to comment.