Skip to content

Commit 4ccbedb

Browse files
committed
Switch default width back to match parent
Signed-off-by: Kyle Corry <[email protected]>
1 parent 594e955 commit 4ccbedb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
22
import com.vanniktech.maven.publish.SonatypeHost
33

4-
val versionName = "13.1.0"
4+
val versionName = "13.1.1"
55
val groupId = "com.kylecorry.andromeda"
66

77
buildscript {

views/src/main/java/com/kylecorry/andromeda/views/reactivity/ViewAttributes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ open class ViewAttributes {
1414
var marginTop: Int = 0
1515
var marginEnd: Int = 0
1616
var marginBottom: Int = 0
17-
var width: Int = ViewGroup.LayoutParams.WRAP_CONTENT
17+
var width: Int = ViewGroup.LayoutParams.MATCH_PARENT
1818
var height: Int = ViewGroup.LayoutParams.WRAP_CONTENT
1919
var visibility: Int = ViewGroup.VISIBLE
2020
var tag: String = ""

0 commit comments

Comments
 (0)