Skip to content

Commit 908fdf8

Browse files
committed
Use material text button
Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
1 parent ed284bf commit 908fdf8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/layout/list_header_open_in.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
1010
xmlns:app="http://schemas.android.com/apk/res-auto"
1111
xmlns:tools="http://schemas.android.com/tools"
12+
android:id="@+id/infoCard"
1213
style="?attr/materialCardViewFilledStyle"
1314
android:layout_width="match_parent"
1415
android:layout_height="wrap_content"
15-
android:backgroundTint="@color/bg_default"
16-
android:id="@+id/infoCard">
16+
android:backgroundTint="@color/bg_default">
1717

1818
<androidx.constraintlayout.widget.ConstraintLayout
1919
android:layout_width="match_parent"
@@ -43,8 +43,9 @@
4343

4444
</LinearLayout>
4545

46-
<com.google.android.material.button.MaterialButton
46+
<Button
4747
android:id="@+id/openInButton"
48+
style="@style/Widget.Material3.Button.TextButton"
4849
android:layout_width="wrap_content"
4950
android:layout_height="wrap_content"
5051
android:layout_margin="@dimen/standard_quarter_margin"

0 commit comments

Comments
 (0)