Hi how can i make a guideline to place at center o...
# android
f
Hi how can i make a guideline to place at center of child view(same level) in constraint layout?
google 2
stackoverflow 6
o
Ask on StackOverflow after reading the purpose of this channel.
f
😱
d
The channel warriors are out in force today lol
No help in the places that are easy to ask lol.
d
Is it really so hard to understand that this is not general purpose slack? 🤔
👎 1
1
f
@dawidhyzy no need to answer
d
My comment wasn’t directed to you
🛏️ 1
👎 1
d
@Fury
Copy code
<androidx.constraintlayout.widget.Guideline
        android:orientation="horizontal"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:layout_constraintGuide_percent=".50" />
You can try something like this