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

Commit 8fae3cc

Browse files
committed
[FIXED] [#49] Renamed file properly based on code review #68 (review)
1 parent f95c0f0 commit 8fae3cc

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

app/src/main/java/com/hossainkhan/android/demo/data/LayoutDataStore.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ class LayoutDataStore @Inject constructor(
119119
"* The dimension should be set to MATCH_CONSTRAINT (0dp)\n" +
120120
"* Then set the `layout_constraintWidth_percent` or `layout_constraintHeight_percent` attributes to a value between 0.0 and 1.0"),
121121
LayoutInformation(
122-
layoutResourceId = R.layout.preview_visual_helper_guideline,
123-
thumbnailResourceId = R.drawable.thumb_visual_helper_guideline,
122+
layoutResourceId = R.layout.preview_virtual_helper_guideline,
123+
thumbnailResourceId = R.drawable.thumb_virtual_helper_guideline,
124124
title = "Virtual Helper: Guideline",
125125
description = "The Guideline object allows you to create Horizontal and Vertical guidelines which " +
126126
"are positioned relative to the ConstraintLayout container." +

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Each layout must also be named based on sub features. Use following convention t
2828
* Prefix: **`_TBD_`** | Chain Style
2929
* Prefix: **`_TBD_`** | Weighted chains
3030
* Prefix: **`_TBD_`** | Margins and chains _(Added in 1.1)_
31-
- Prefix: **`_visual_helper_`** | Virtual Helpers objects
31+
- Prefix: **`_virtual_helper_`** | Virtual Helpers objects
3232
* Prefix: **`_guideline_`** | Guideline
3333
* Prefix: **`_barrier_`** | Barrier
3434
* Prefix: **`_group_`** | Group

0 commit comments

Comments
 (0)