Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 2329003

Browse files
keianhzobluemarvin
authored andcommitted
Fix the tray separator (#2674)
1 parent e197368 commit 2329003

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/src/main/res/layout/vertical_separator.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
<merge xmlns:android="http://schemas.android.com/apk/res/android">
33

44
<LinearLayout
5-
android:layout_width="0.5dp"
5+
android:layout_width="5dp"
66
android:layout_height="match_parent"
7+
android:gravity="center"
78
android:background="@drawable/tray_background_unchecked_middle">
89

910
<LinearLayout
10-
android:layout_width="match_parent"
11+
android:layout_width="0.5dp"
1112
android:layout_height="match_parent"
1213
android:layout_marginTop="5dp"
1314
android:layout_marginBottom="5dp"

app/src/main/res/values/dimen.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<item name="tray_world_y" format="float" type="dimen">0.25</item>
123123
<item name="tray_world_z" format="float" type="dimen">-2.5</item>
124124
<item name="tray_world_width" format="float" type="dimen">1.42</item>
125-
<dimen name="tray_width">246dp</dimen>
125+
<dimen name="tray_width">255dp</dimen>
126126
<dimen name="tray_height">40dp</dimen>
127127
<item name="tray_tooltip_density" format="float" type="dimen">4.0</item>
128128
<dimen name="tray_tooltip_padding_h">20dp</dimen>

0 commit comments

Comments
 (0)