Revert "レイアウトにRecyclerViewを追加"

This reverts commit e3220910f5f55e2db40b2391eb1e95fda9900783.
This commit is contained in:
ろむねこ 2023-12-21 12:34:46 +09:00 committed by GitHub
parent 6a8b0f2e21
commit 89b12cf10a

View File

@ -8,7 +8,6 @@
tools:context=".ScannerDataManagerStubFragment" > tools:context=".ScannerDataManagerStubFragment" >
<LinearLayout <LinearLayout
android:id="@+id/action_button_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="horizontal" android:orientation="horizontal"
@ -26,14 +25,4 @@
android:text="Call camera" /> android:text="Call camera" />
</LinearLayout> </LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/action_button_container" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>