Loading res/layout/support_escalation_options.xml +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ android:orientation="vertical"> <Button android:id="@android:id/text1" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp"/> Loading @@ -86,7 +86,7 @@ android:orientation="vertical"> <Button android:id="@android:id/text2" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp"/> Loading res/layout/support_offline_escalation_options.xml +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ </LinearLayout> <Button android:id="@android:id/text1" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp" Loading res/layout/support_sign_in_button.xml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ android:textColor="?android:attr/textColorSecondary"/> <Button android:id="@android:id/text1" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp"/> Loading res/values/styles.xml +0 −2 Original line number Diff line number Diff line Loading @@ -338,8 +338,6 @@ <style name="TextAppearance.SupportSummary" parent="TextAppearance.CategoryTitle"/> <style name="SupportPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/> <style name="SupportSecondaryButton" parent="android:Widget.DeviceDefault.Button.Borderless.Colored"> <item name="android:textSize">12sp</item> Loading tests/robotests/res/values/themes.xml +5 −1 Original line number Diff line number Diff line <resources> <style name="Theme.Settings" parent="@android:style/Theme.DeviceDefault.Settings" /> <!-- Override the main app's style for ActionPrimaryButton to get around lack of new style support in robolectric --> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button" /> </resources> Loading
res/layout/support_escalation_options.xml +2 −2 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ android:orientation="vertical"> <Button android:id="@android:id/text1" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp"/> Loading @@ -86,7 +86,7 @@ android:orientation="vertical"> <Button android:id="@android:id/text2" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp"/> Loading
res/layout/support_offline_escalation_options.xml +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ </LinearLayout> <Button android:id="@android:id/text1" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp" Loading
res/layout/support_sign_in_button.xml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ android:textColor="?android:attr/textColorSecondary"/> <Button android:id="@android:id/text1" style="@style/SupportPrimaryButton" style="@style/ActionPrimaryButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="8dp"/> Loading
res/values/styles.xml +0 −2 Original line number Diff line number Diff line Loading @@ -338,8 +338,6 @@ <style name="TextAppearance.SupportSummary" parent="TextAppearance.CategoryTitle"/> <style name="SupportPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"/> <style name="SupportSecondaryButton" parent="android:Widget.DeviceDefault.Button.Borderless.Colored"> <item name="android:textSize">12sp</item> Loading
tests/robotests/res/values/themes.xml +5 −1 Original line number Diff line number Diff line <resources> <style name="Theme.Settings" parent="@android:style/Theme.DeviceDefault.Settings" /> <!-- Override the main app's style for ActionPrimaryButton to get around lack of new style support in robolectric --> <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button" /> </resources>