mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 20:20:48 +00:00
Revert "デバッグメニューレイアウト作りなおし カード追加 WIP"
This reverts commit 6051271c8180fa7a4e5908811a9095e7bd9e6194.
This commit is contained in:
parent
6051271c81
commit
f406e2a258
@ -40,15 +40,13 @@
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardElevation="4dp">
|
||||
|
||||
<TextView
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:text="This is a CardView"
|
||||
android:textColor="@android:color/black"
|
||||
android:textSize="18sp" />
|
||||
android:padding="16dp"
|
||||
android:textSize="18sp"
|
||||
android:textColor="@android:color/black"/>
|
||||
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user