Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-guide/Miscellaneous-Features.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ Alternatively, you can use the `Media`, `MediaManager` and `MediaRecorderBuilder
}
----

image::https://user-images.githubusercontent.com/1997316/78480286-02131b00-7735-11ea-8a70-5ca5512e7d92.png[Example of recording and playback audio using Media API]
image::img/developer-guide/media-audio-recording-example.png[Example of recording and playback audio using Media API]

==== Capture Asynchronous API

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/Theme-Basics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When we add an entry to the style we can just type the desired UIID into the box
TIP: You can use the Component Inspector tool in the simulator to locate a component and its UIID in a specific https://www.codenameone.com/javadoc/com/codename1/ui/Form.html[Form]

.When pressing the Add/Edit entry we can edit a specific style entry UIID
image::/Users/shai/dev/CodenameOne.wiki/img/developer-guide/theme-add-edit-entry.png[When pressing the Add/Edit entry we can edit a specific style entry UIID,scaledwidth=50%]
image::img/developer-guide/theme-add-edit-entry.png[When pressing the Add/Edit entry we can edit a specific style entry UIID,scaledwidth=50%]

When we add/edit an entry an important piece of the puzzle is the #Derive# check box that appears next to all of the UIID entries. All styles derive from the base style and usually from the native theme defaults, so when this flag is checked the defaults will be used.

Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/css.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Images {

==== Generating 9-Piece Image Borders

image::img/Image-270320-112406.063.png[]
image::img/developer-guide/css-nine-piece-border.png[]

9-Piece image borders can be created using the `image-border` and `image-border-slice` properties.

Expand Down