Skip to content

Commit

Permalink
Merge pull request #13670 from tidev/221211_fix_docs
Browse files Browse the repository at this point in the history
fix(docs): fixing filenames for titanium-docs
  • Loading branch information
cb1kenobi committed Dec 11, 2022
2 parents 4ae258d + 84eed15 commit 51288dd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/Android/ProgressIndicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: A progress dialog or a horizontal progress bar in the title of the wind
description: |
| Android |
| ------- |
| ![Android](./progressIndicator_android.png) |
| ![Android](./progressindicator_android.png) |
A progress indicator can be used to show the progress of an operation in the UI to let the
user know that some action is taking place. It is used to indicate an ongoing activity of
Expand Down
13 changes: 13 additions & 0 deletions apidoc/Titanium/UI/Android/Snackbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ description: |
For design guidelines, see
[Material design: Snackbars](https://material.io/components/snackbars)
since: "11.1.0"
extends: Titanium.UI.View
excludes:
events: [dblclick, doubletap, focus, keypressed, longclick, longpress, pinch, postlayout,
singletap, swipe, touchcancel, touchend, touchmove, touchstart, twofingertap]
methods: [add, animate, convertPointToView, remove, removeAllChildren, toImage]
properties: [accessibilityHidden, accessibilityHint, accessibilityLabel, accessibilityValue,
anchorPoint, animatedCenter, backgroundColor, backgroundDisabledColor,
backgroundDisabledImage, backgroundFocusedColor, backgroundFocusedImage, backgroundGradient,
backgroundImage, backgroundLeftCap, backgroundRepeat, backgroundSelectedColor,
backgroundSelectedImage, backgroundTopCap, borderColor, borderRadius, borderWidth, bottom,center,
children, clipMode, focusable, height, horizontalWrap, keepScreenOn, layout, left, opacity,overrideCurrentAnimation,
pullBackgroundColor, rect, right, size, softKeyboardOnFocus, tintColor, top, touchEnabled, transform,
viewShadowColor, viewShadowOffset, viewShadowRadius, visible, width, zIndex]
platforms: [android]

methods:
Expand Down

0 comments on commit 51288dd

Please sign in to comment.