デバッグメニューレイアウト作りなおし カード追加 WIP

This commit is contained in:
r-ca 2023-12-16 21:08:50 +09:00
parent b4ba9308d2
commit 7cced5a4b1
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -33,7 +33,22 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<androidx.cardview.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp"
app:cardCornerRadius="8dp"
app:cardElevation="4dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="This is a CardView"
android:padding="16dp"
android:textSize="18sp"
android:textColor="@android:color/black"/>
</androidx.cardview.widget.CardView>