mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-05-03 16:12:11 +00:00
16 lines
554 B
XML
16 lines
554 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<data>
|
|
|
|
</data>
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:id="@+id/fragment_content"
|
|
style="?materialCardViewFilledStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:cardBackgroundColor="?android:colorBackground"
|
|
app:shapeAppearanceOverlay="@style/Shape.BottomSheet" />
|
|
</layout> |