Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used: Android Studio new version on 4.1. 2023
Theme used: Blank view with default button
Devices/Android versions reproduced on:
Pixel 2 API 30
- Relevant code to trigger the issue.
<Button
android:id="@+id/buttonCalculate"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:gravity="start"
android:onClick="calculate"
android:text="="
android:textSize="36sp"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/editTextNumber2"/>
- A screenrecord or screenshots showing the issue (if UI related).