ref: motis2_journeys
app/src/main/res/layout/chip_suggestion.xml
1 2 3 4 5 6 7 8 9 10 11 12 |
<?xml version="1.0" encoding="utf-8"?><!-- SPDX-FileCopyrightText: Adam Evyčędo SPDX-License-Identifier: GPL-3.0-or-later --> <com.google.android.material.chip.Chip xmlns:android="http://schemas.android.com/apk/res/android" style="@style/Widget.Material3.Chip.Suggestion" android:layout_width="wrap_content" android:layout_height="wrap_content"> </com.google.android.material.chip.Chip> |