Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-20090] (5_1_X) Android: Cardview doc changes #7537

Merged
merged 1 commit into from
Dec 3, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 22 additions & 22 deletions apidoc/Titanium/UI/Android/CardView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,53 +29,53 @@ properties:
For information about color values, see the "Colors" section of <Titanium.UI>.
type: String
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.backgroundColor>

- name: backgroundColor
summary: Background color for CardView as a color name or hex triplet.
description: |
For information about color values, see the "Colors" section of <Titanium.UI>.
type: String
since: 5.2.0
since: 5.1.2

- name: cardCornerRadius
summary: Corner radius for CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.borderRadius>

- name: borderRadius
summary: Corner radius for CardView.
type: Number
since: 5.2.0
since: 5.1.2

- name: cardElevation
summary: Elevation for CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.elevation>

- name: elevation
summary: Elevation for CardView.
type: Number
since: 5.2.0
since: 5.1.2

- name: cardMaxElevation
summary: Maximum Elevation for CardView.
type: Number
availability: creation
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.maxElevation>

- name: maxElevation
summary: Maximum Elevation for CardView.
type: Number
availability: creation
since: 5.2.0
since: 5.1.2

- name: cardPreventCornerOverlap
summary: |
Expand All @@ -84,7 +84,7 @@ properties:
type: Boolean
default: false
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.preventCornerOverlap>

- name: preventCornerOverlap
Expand All @@ -93,81 +93,81 @@ properties:
the Card content and rounded corners.
type: Boolean
default: false
since: 5.2.0
since: 5.1.2

- name: cardUseCompatPadding
summary: Add padding on API level 21 and above to have the same measurements with previous versions.
type: Boolean
default: false
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.useCompatPadding>

- name: useCompatPadding
summary: Add padding on API level 21 and above to have the same measurements with previous versions.
type: Boolean
default: false
since: 5.2.0
since: 5.1.2

- name: contentPadding
summary: Inner padding between the edges of the Card and children of the CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.padding>

- name: padding
summary: Inner padding between the edges of the Card and children of the CardView.
type: Number
since: 5.2.0
since: 5.1.2

- name: contentPaddingBottom
summary: Inner padding between the bottom edge of the Card and children of the CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.paddingBottom>

- name: paddingBottom
summary: Inner padding between the bottom edge of the Card and children of the CardView.
type: Number
since: 5.2.0
since: 5.1.2

- name: contentPaddingLeft
summary: Inner padding between the left edge of the Card and children of the CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.paddingLeft>

- name: paddingLeft
summary: Inner padding between the left edge of the Card and children of the CardView.
type: Number
since: 5.2.0
since: 5.1.2

- name: contentPaddingRight
summary: Inner padding between the right edge of the Card and children of the CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.paddingRight>

- name: paddingRight
summary: Inner padding between the right edge of the Card and children of the CardView.
type: Number
since: 5.2.0
since: 5.1.2

- name: contentPaddingTop
summary: Inner padding between the top edge of the Card and children of the CardView.
type: Number
deprecated:
since: 5.2.0
since: 5.1.2
notes: This property is deprecated. Please use <Titanium.UI.Android.CardView.paddingTop>

- name: paddingTop
summary: Inner padding between the top edge of the Card and children of the CardView.
type: Number
since: 5.2.0
since: 5.1.2

examples:

Expand Down