Make the poll option visible so that it can be tested from the PR

This commit is contained in:
Benoit Marty 2021-11-02 16:34:44 +01:00 committed by GitHub
parent 19216aec63
commit b8ca520552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
android:layout_margin="16dp" android:layout_margin="16dp"
android:baselineAligned="false" android:baselineAligned="false"
android:orientation="horizontal" android:orientation="horizontal"
android:visibility="gone" android:visibility="visible"
android:weightSum="3"> android:weightSum="3">
<LinearLayout <LinearLayout