You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: app/src/main/java/com/hossainkhan/android/demo/data/LayoutDataStore.kt
+14-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,20 @@ class LayoutDataStore @Inject constructor(
86
86
" * CHAIN_SPREAD -- the elements will be spread out (default style)\n"+
87
87
" * Weighted chain -- in CHAIN_SPREAD mode, if some widgets are set to MATCH_CONSTRAINT, they will split the available space\n"+
88
88
" * CHAIN_SPREAD_INSIDE -- similar, but the endpoints of the chain will not be spread out\n"+
89
-
" * CHAIN_PACKED -- the elements of the chain will be packed together. The horizontal or vertical bias attribute of the child will then affect the positioning of the packed elements")
89
+
" * CHAIN_PACKED -- the elements of the chain will be packed together. The horizontal or vertical bias attribute of the child will then affect the positioning of the packed elements"),
0 commit comments