Correct dark theme divider color for number grid
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/number_grid_height"
|
||||
android:layout_below="@id/time_display_background"
|
||||
android:paddingStart="@dimen/bottom_sheet_edge_margin"
|
||||
android:paddingEnd="@dimen/bottom_sheet_edge_margin"
|
||||
android:layout_marginStart="@dimen/bottom_sheet_edge_margin"
|
||||
android:layout_marginEnd="@dimen/bottom_sheet_edge_margin"
|
||||
android:paddingBottom="@dimen/anchored_fab_vertical_space"/>
|
||||
|
||||
<View
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
<item name="layout_gravity">center</item>
|
||||
</style>
|
||||
|
||||
<!-- TODO: Consider making a dark themed Divider too. -->
|
||||
<style name="Divider">
|
||||
<!-- Won't be visible in a bottom sheet dialog... -->
|
||||
<!--<item name="android:background">?android:attr/listDivider</item>-->
|
||||
|
||||
Reference in New Issue
Block a user