mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Using one line per parameter for the custom view
This commit is contained in:
parent
840a224c9f
commit
d1aba46b52
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ import androidx.constraintlayout.widget.ConstraintLayout
|
|||
import im.vector.app.databinding.ViewLocationLiveStatusBinding
|
||||
|
||||
class LocationLiveStatusView @JvmOverloads constructor(
|
||||
context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0
|
||||
context: Context,
|
||||
attrs: AttributeSet? = null,
|
||||
defStyleAttr: Int = 0
|
||||
) : ConstraintLayout(context, attrs, defStyleAttr) {
|
||||
|
||||
private val binding = ViewLocationLiveStatusBinding.inflate(
|
||||
|
|
Loading…
Add table
Reference in a new issue