Skip to content

Commit

Permalink
fix(joystick):fix jostick history ui is too small when no history
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Oct 16, 2022
1 parent 3e58fd1 commit bb99e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/joystick_history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="300dp"
android:layout_height="500dp"
android:minWidth="300dp"
android:background="@drawable/border_window"
android:orientation="vertical">

Expand Down

0 comments on commit bb99e03

Please sign in to comment.