Skip to content

Commit

Permalink
[MaterialTimePicker] Fix divider alignment on the clock display
Browse files Browse the repository at this point in the history
Resolves #2952

GIT_ORIGIN_REV_ID=e71f2c67f95008387d999155da65f1b4c5644fb8
PiperOrigin-RevId: 479329867
  • Loading branch information
pubiqq authored and paulfthomas committed Oct 6, 2022
1 parent c6539f2 commit 6d956ed
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -19,8 +19,7 @@
xmlns:tools="http://schemas.android.com/tools"
style="?attr/materialDisplayDividerStyle"
android:layout_width="@dimen/material_clock_display_padding"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_height="@dimen/material_clock_display_height"
android:gravity="center"
android:importantForAccessibility="no"
tools:ignore="UnusedAttribute"
Expand Down

0 comments on commit 6d956ed

Please sign in to comment.