Skip to content

Commit

Permalink
Fixed an unintended layout change with interaction page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahim-zzz committed Nov 6, 2024
1 parent b399463 commit f3f0f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DAIRemoteApp/app/src/main/res/layout/activity_interaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@

<GridLayout
android:id="@+id/InteractionShortcuts"
android:layout_width="411dp"
android:layout_height="46dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:background="#222324"
android:columnCount="4"
Expand Down

0 comments on commit f3f0f13

Please sign in to comment.