ytdlnis/app/src/main/res/layout/suggestion_chip.xml
2023-05-14 22:14:12 +02:00

6 lines
282 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.chip.Chip xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/Widget.Material3.Chip.Suggestion.Elevated"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>