Revert "Add rounded corners to bottom sheet dialog."

This reverts commit 17c43c9188.
This commit is contained in:
Jonny Andrew 2022-10-24 09:26:11 +01:00
parent 0650b6ae22
commit 293811220d
No known key found for this signature in database
GPG Key ID: 2B6F5CF6A1EEB0B8
3 changed files with 3 additions and 12 deletions

View File

@ -14,7 +14,6 @@
<!-- Default color for text View -->
<item name="android:textColorTertiary">@color/element_content_primary_light</item>
<item name="android:textColorLink">@color/element_link_light</item>
<item name="bottomSheetStyle">@style/BottomSheetStyle</item>
</style>
<style name="Theme.Vector.BottomSheetDialog.Dark" parent="Theme.MaterialComponents.BottomSheetDialog">
@ -29,7 +28,6 @@
<!-- Default color for text View -->
<item name="android:textColorTertiary">@color/element_content_primary_dark</item>
<item name="android:textColorLink">@color/element_link_dark</item>
<item name="bottomSheetStyle">@style/BottomSheetStyle</item>
</style>
<style name="Theme.Vector.BottomSheetDialog.Black" parent="Theme.Vector.BottomSheetDialog.Dark">
@ -37,15 +35,6 @@
</style>
<!-- BottomSheet style -->
<style name="BottomSheetStyle" parent="Widget.MaterialComponents.BottomSheet.Modal">
<item name="shapeAppearance">@style/BottomSheetShapeAppearance</item>
</style>
<style name="BottomSheetShapeAppearance" parent="">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">20dp</item>
</style>
<style name="BottomSheetItemTextMain">
<item name="android:fontFamily">sans-serif-medium</item>
<item name="android:layout_width">0dp</item>

View File

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?colorSurface"
android:orientation="vertical">
<androidx.core.widget.NestedScrollView

View File

@ -10,6 +10,7 @@
android:id="@+id/bottomSheetActionClickableZone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorSurface"
android:clickable="true"
android:focusable="true"
android:foreground="?attr/selectableItemBackground"
@ -92,4 +93,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</merge>
</merge>