Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit c18ba16

Browse files
authored
Merge pull request #97 from amardeshbd/minor-readme
[UPDATE] Naming conventions
2 parents a6d906b + c177ad5 commit c18ba16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/layout/.README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Each layout must also be named based on sub features. Use following convention t
2424
* Prefix: **`_TBD_`** | `MATCH_CONSTRAINT` dimensions _(Added in 1.1)_
2525
* Prefix: **`_TBD_`** | `WRAP_CONTENT` : enforcing constraints _(Added in 1.1)_
2626
* Prefix: **`_TBD_`** | Widgets dimension constraints
27-
- Prefix: **`_TBD_`** | Chains
27+
- Prefix: **`_chain_`** | Chains
2828
* Prefix: **`_TBD_`** | Chain Style
29-
* Prefix: **`_TBD_`** | Weighted chains
30-
* Prefix: **`_TBD_`** | Margins and chains _(Added in 1.1)_
29+
* Prefix: **`_weighted_`** | Weighted chains
30+
* Prefix: **`_margin_`** | Margins and chains _(Added in 1.1)_
3131
- Prefix: **`_virtual_helper_`** | Virtual Helpers objects
3232
* Prefix: **`_guideline_`** | Guideline
3333
* Prefix: **`_barrier_`** | Barrier
3434
* Prefix: **`_group_`** | Group
3535
- Prefix: **`_TBD_`** | Optimizer _(Added in 1.1)_
3636

37-
> NOTE: The list of feature set is taken from original [readme](https://github.com/amardeshbd/android-constraint-layout-cheatsheet/blob/master/README.md).
37+
> NOTE: The list of feature set is taken from original [readme](https://github.com/amardeshbd/android-constraint-layout-cheatsheet/blob/master/README.md).

0 commit comments

Comments
 (0)