Skip to content

Commit

Permalink
Use theme attribute rather than direct style
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Aug 30, 2023
1 parent 73db551 commit 2077876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/pause_recording"
style="@style/Widget.Material3.Button.IconButton.Outlined"
style="?materialIconButtonOutlinedStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/margin_standard"
Expand Down
2 changes: 1 addition & 1 deletion collect_app/src/main/res/layout/map_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<com.google.android.material.button.MaterialButton xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/map_button"
style="@style/Widget.Material3.Button.IconButton.Outlined"
style="?materialIconButtonOutlinedStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/open_form_map"
Expand Down

0 comments on commit 2077876

Please sign in to comment.