Skip to content

Commit

Permalink
Small adjustments to the tray
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Nov 21, 2023
1 parent 5204dd9 commit 28abf97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/tray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="top|center_horizontal">
android:gravity="top|center_horizontal"
android:minWidth="@dimen/tray_width"
android:minHeight="@dimen/tray_height">

<RelativeLayout
android:id="@+id/status_bar"
Expand Down Expand Up @@ -244,7 +246,7 @@
android:layout_alignBottom="@id/tray_buttons"
android:layout_gravity="center_vertical"
android:layout_toLeftOf="@id/trayAppsButtonContainer"
android:background="@android:color/darker_gray" />
android:background="@color/iron" />

<LinearLayout
android:id="@+id/trayAppsButtonContainer"
Expand Down

0 comments on commit 28abf97

Please sign in to comment.