Skip to content

Commit 2ef9b90

Browse files
author
Harun Bekcan
committed
homePageUi bug fixed
1 parent 2b9e3f4 commit 2ef9b90

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/src/main/res/layout/fragment_home.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,5 @@
3131
app:layout_constraintTop_toBottomOf="@+id/openBottomSheetButton"
3232
app:layout_constraintEnd_toEndOf="parent"/>
3333

34-
<com.google.android.material.button.MaterialButton
35-
android:id="@+id/openWebViewButton"
36-
android:layout_width="0dp"
37-
android:layout_height="wrap_content"
38-
android:layout_marginStart="16dp"
39-
android:layout_marginEnd="16dp"
40-
android:text="@string/open_web_view"
41-
app:layout_constraintStart_toStartOf="parent"
42-
app:layout_constraintTop_toBottomOf="@+id/openPopUpWindowButton"
43-
app:layout_constraintEnd_toEndOf="parent"/>
4434
</androidx.constraintlayout.widget.ConstraintLayout>
4535
</layout>

0 commit comments

Comments
 (0)