summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/historyitemactions/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/historyitemactions/res/values/styles.xml')
-rw-r--r--java/com/android/dialer/historyitemactions/res/values/styles.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/java/com/android/dialer/historyitemactions/res/values/styles.xml b/java/com/android/dialer/historyitemactions/res/values/styles.xml
index fbdfb7d60..ed3cf115a 100644
--- a/java/com/android/dialer/historyitemactions/res/values/styles.xml
+++ b/java/com/android/dialer/historyitemactions/res/values/styles.xml
@@ -15,12 +15,18 @@
~ limitations under the License
-->
<resources>
- <style name="HistoryItemBottomSheet.Base" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
+ <style name="HistoryItemBottomSheet.Base" parent="Theme.Design.Light.BottomSheetDialog">
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
<item name="android:windowTranslucentNavigation">false</item>
<item name="android:windowTranslucentStatus">false</item>
<item name="android:navigationBarColor">@color/background_dialer_white</item>
</style>
- <style name="HistoryItemBottomSheet" parent="HistoryItemBottomSheet.Base"/>
+ <style name="HistoryItemBottomSheet" parent="HistoryItemBottomSheet.Base">
+ <item name="bottomSheetStyle">@style/HistoryItemBottomSheet.BottomSheetStyle</item>
+ </style>
+
+ <style name="HistoryItemBottomSheet.BottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
+ <item name="behavior_peekHeight">405dp</item>
+ </style>
</resources>