<Button
 android:id="@+id/alert"
 android:text="infomation"
 android:layout_width="wrap_content"
 android:layout_height="wrap_content"
 android:layout_weight="0"
 android:gravity="center"
 />

버튼 정렬이 가운데로 안됩니다.
left로 되어있네요.

저 버튼을 레이아웃으로 한번더 싸야 하는건지요?