|
@@ -46,8 +46,10 @@
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:maxWidth="@dimen/default_login_width"
|
|
|
+ android:minWidth="@dimen/default_login_width"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical"
|
|
|
android:padding="@dimen/standard_half_padding">
|