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

Commit

Permalink
Fix the tray separator (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 23, 2020
1 parent e197368 commit 2329003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/vertical_separator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">

<LinearLayout
android:layout_width="0.5dp"
android:layout_width="5dp"
android:layout_height="match_parent"
android:gravity="center"
android:background="@drawable/tray_background_unchecked_middle">

<LinearLayout
android:layout_width="match_parent"
android:layout_width="0.5dp"
android:layout_height="match_parent"
android:layout_marginTop="5dp"
android:layout_marginBottom="5dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/dimen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<item name="tray_world_y" format="float" type="dimen">0.25</item>
<item name="tray_world_z" format="float" type="dimen">-2.5</item>
<item name="tray_world_width" format="float" type="dimen">1.42</item>
<dimen name="tray_width">246dp</dimen>
<dimen name="tray_width">255dp</dimen>
<dimen name="tray_height">40dp</dimen>
<item name="tray_tooltip_density" format="float" type="dimen">4.0</item>
<dimen name="tray_tooltip_padding_h">20dp</dimen>
Expand Down

0 comments on commit 2329003

Please sign in to comment.