ytdlnis/app/src/main/res/layout/input_chip.xml
2023-03-04 12:23:59 +01:00

7 lines
315 B
XML

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