hide overview_accepttempbutton by default
This commit is contained in:
parent
07aa6f2039
commit
14bda9cf71
1 changed files with 2 additions and 1 deletions
|
@ -477,7 +477,8 @@
|
|||
app:layout_constraintBottom_toTopOf="@id/overview_buttons_layout"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/overview_toppart_scrollbar" />
|
||||
app:layout_constraintTop_toBottomOf="@id/overview_toppart_scrollbar"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/overview_buttons_layout"
|
||||
|
|
Loading…
Reference in a new issue