Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Fix #4710 the button scaling problem in largest text, and change button name" #4987

Merged
merged 12 commits into from
Jun 15, 2023
Merged
Prev Previous commit
Next Next commit
"Also delete unused button style"
  • Loading branch information
XichengSpencer committed Jun 6, 2023
commit ac47851c2f833b6ac6196b608ee6cb0af32f72b3
3 changes: 0 additions & 3 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,6 @@
<item name="android:textColor">@color/component_color_shared_secondary_button_background_trim_color</item>
<item name="android:textSize">14sp</item>
</style>
<style name="StartOverLessonButton" parent="SecondaryButton">
<item name="drawableStartCompat">@drawable/ic_start_over_24dp</item>
</style>

<style name="BorderlessMaterialButton" parent="Widget.AppCompat.Button.Borderless" />

Expand Down