Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -343,6 +343,7 @@ package android { field public static final int buttonBarNeutralButtonStyle = 16843914; // 0x101048a field public static final int buttonBarPositiveButtonStyle = 16843913; // 0x1010489 field public static final int buttonBarStyle = 16843566; // 0x101032e field public static final int buttonCornerRadius = 16844149; // 0x1010575 field public static final int buttonGravity = 16844030; // 0x10104fe field public static final int buttonStyle = 16842824; // 0x1010048 field public static final int buttonStyleInset = 16842826; // 0x101004a core/res/res/drawable/btn_colored_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <item> <shape android:shape="rectangle" android:tint="@color/btn_colored_background_material"> <corners android:radius="@dimen/control_corner_material" /> <corners android:radius="?attr/buttonCornerRadius" /> <solid android:color="@color/white" /> <padding android:left="@dimen/button_padding_horizontal_material" android:top="@dimen/button_padding_vertical_material" Loading core/res/res/drawable/btn_default_mtrl_shape.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ android:insetBottom="@dimen/button_inset_vertical_material"> <shape android:shape="rectangle" android:tint="?attr/colorButtonNormal"> <corners android:radius="@dimen/control_corner_material" /> <corners android:radius="?attr/buttonCornerRadius" /> <solid android:color="@color/white" /> <padding android:left="@dimen/button_padding_horizontal_material" android:top="@dimen/button_padding_vertical_material" Loading core/res/res/values/attrs.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1016,6 +1016,9 @@ <!-- Style for the "neutral" buttons within button bars. --> <attr name="buttonBarNeutralButtonStyle" format="reference" /> <!-- Corner radius of buttons. --> <attr name="buttonCornerRadius" format="dimension" /> <!-- Style for the search query widget. --> <attr name="searchViewStyle" format="reference" /> Loading core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3174,6 +3174,8 @@ <!-- Corner radius of system dialogs --> <dimen name="config_dialogCornerRadius">2dp</dimen> <!-- Corner radius of system buttons --> <dimen name="config_buttonCornerRadius">@dimen/control_corner_material</dimen> <!-- Controls whether system buttons use all caps for text --> <bool name="config_buttonTextAllCaps">true</bool> <!-- Name of the font family used for system buttons --> Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -343,6 +343,7 @@ package android { field public static final int buttonBarNeutralButtonStyle = 16843914; // 0x101048a field public static final int buttonBarPositiveButtonStyle = 16843913; // 0x1010489 field public static final int buttonBarStyle = 16843566; // 0x101032e field public static final int buttonCornerRadius = 16844149; // 0x1010575 field public static final int buttonGravity = 16844030; // 0x10104fe field public static final int buttonStyle = 16842824; // 0x1010048 field public static final int buttonStyleInset = 16842826; // 0x101004a
core/res/res/drawable/btn_colored_material.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ <item> <shape android:shape="rectangle" android:tint="@color/btn_colored_background_material"> <corners android:radius="@dimen/control_corner_material" /> <corners android:radius="?attr/buttonCornerRadius" /> <solid android:color="@color/white" /> <padding android:left="@dimen/button_padding_horizontal_material" android:top="@dimen/button_padding_vertical_material" Loading
core/res/res/drawable/btn_default_mtrl_shape.xml +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ android:insetBottom="@dimen/button_inset_vertical_material"> <shape android:shape="rectangle" android:tint="?attr/colorButtonNormal"> <corners android:radius="@dimen/control_corner_material" /> <corners android:radius="?attr/buttonCornerRadius" /> <solid android:color="@color/white" /> <padding android:left="@dimen/button_padding_horizontal_material" android:top="@dimen/button_padding_vertical_material" Loading
core/res/res/values/attrs.xml +3 −0 Original line number Diff line number Diff line Loading @@ -1016,6 +1016,9 @@ <!-- Style for the "neutral" buttons within button bars. --> <attr name="buttonBarNeutralButtonStyle" format="reference" /> <!-- Corner radius of buttons. --> <attr name="buttonCornerRadius" format="dimension" /> <!-- Style for the search query widget. --> <attr name="searchViewStyle" format="reference" /> Loading
core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -3174,6 +3174,8 @@ <!-- Corner radius of system dialogs --> <dimen name="config_dialogCornerRadius">2dp</dimen> <!-- Corner radius of system buttons --> <dimen name="config_buttonCornerRadius">@dimen/control_corner_material</dimen> <!-- Controls whether system buttons use all caps for text --> <bool name="config_buttonTextAllCaps">true</bool> <!-- Name of the font family used for system buttons --> Loading