Having navigation in Library makes it hard to have options for each fragments we have to add manualy to each fragment
8 lines
No EOL
371 B
XML
8 lines
No EOL
371 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:cardCornerRadius="8dp">
|
|
|
|
</com.google.android.material.card.MaterialCardView> |