Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20baeb8

Browse files
committed
Change gravity to center
1 parent 339456a commit 20baeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magic/src/main/res/layout/magic_button.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
android:layout_width="match_parent"
2121
android:layout_height="match_parent"
2222
android:layout_marginLeft="10dp"
23-
android:gravity="center_horizontal|center_vertical"
23+
android:gravity="center"
2424
android:visibility="gone"
2525
android:textColor="@android:color/white"/>
2626

0 commit comments

Comments
 (0)