Remove material-design-dimens (#5133)

This commit is contained in:
Ivan Iskandar
2021-05-22 21:10:41 +07:00
committed by GitHub
parent cf99446a12
commit afd59eabbb
16 changed files with 44 additions and 45 deletions
@@ -9,10 +9,8 @@
style="@style/TextAppearance.Medium.SubHeading"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="@dimen/material_component_text_fields_padding_above_and_below_label"
android:paddingTop="8dp"
android:paddingEnd="@dimen/material_component_text_fields_padding_above_and_below_label"
android:paddingBottom="8dp"
android:paddingHorizontal="16dp"
android:paddingVertical="8dp"
tools:text="Title" />
</FrameLayout>