We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9e3f4 commit 2ef9b90Copy full SHA for 2ef9b90
app/src/main/res/layout/fragment_home.xml
@@ -31,15 +31,5 @@
31
app:layout_constraintTop_toBottomOf="@+id/openBottomSheetButton"
32
app:layout_constraintEnd_toEndOf="parent"/>
33
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"/>
44
</androidx.constraintlayout.widget.ConstraintLayout>
45
</layout>
0 commit comments