Neo-Store/src/main/res/layout/fragment_prefs.xml
2022-01-14 01:36:52 +01:00

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>