Skip to content

Commit 051eba0

Browse files
authored
align tab's infinity symbol (#6073)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1208671518894266/task/1210248310047057?focus=true ### Description Move the infinity symbol on the tab icon one pixel to the right and one pixel up (on my device).
1 parent b5d9c0a commit 051eba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
android:id="@+id/tabCountInfinite"
5959
android:layout_width="24dp"
6060
android:layout_height="24dp"
61-
android:layout_marginStart="11.75dp"
62-
android:layout_marginTop="6.5dp"
61+
android:layout_marginStart="12dp"
62+
android:layout_marginTop="6dp"
6363
android:fontFamily="sans-serif-condensed"
6464
android:gravity="center"
6565
android:text=""

0 commit comments

Comments
 (0)