AquaStream/app/src/main/res/layout/result_tag.xml

28 lines
1.1 KiB
XML
Raw Normal View History

2021-06-06 18:06:01 +00:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:paddingLeft="2dp" android:paddingRight="2dp"
android:paddingTop="-10dp"
android:layout_marginTop="-4dp"
android:layout_marginBottom="-4dp"
>
<!--app:strokeColor="@color/colorAccent"-->
<com.google.android.material.button.MaterialButton
android:minHeight="0dp"
android:minWidth="0dp"
2021-06-06 19:22:50 +00:00
android:layout_height="37dp"
2021-06-06 18:06:01 +00:00
android:textAllCaps="false"
2021-06-06 19:22:50 +00:00
android:textSize="12sp"
2021-06-06 18:06:01 +00:00
android:layout_width="wrap_content"
app:cornerRadius="100dp"
tools:text="Test"
android:textColor="?attr/textColor"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:id="@+id/result_tag_card">
</com.google.android.material.button.MaterialButton>
</FrameLayout>