|
|
@@ -21,12 +21,12 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/layout_test"
|
|
|
- tools:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/CFFFFFF"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="8dp">
|
|
|
+ android:paddingBottom="8dp"
|
|
|
+ tools:visibility="visible">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -75,19 +75,13 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="MIN"/>
|
|
|
+
|
|
|
<Button
|
|
|
android:id="@+id/button_set_account_ha"
|
|
|
style="@style/SignUpButton"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="HA"/>
|
|
|
- <Button
|
|
|
- android:id="@+id/button_7"
|
|
|
- android:padding="0dp"
|
|
|
- android:minWidth="50dp"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="7"/>
|
|
|
|
|
|
<Space
|
|
|
android:layout_width="0dp"
|
|
|
@@ -113,18 +107,6 @@
|
|
|
android:paddingEnd="20dp"
|
|
|
android:paddingBottom="10dp">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/button_sign_up"
|
|
|
- style="@style/SignUpButton"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="Join"/>
|
|
|
-
|
|
|
- <Space
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"/>
|
|
|
-
|
|
|
<Button
|
|
|
android:id="@+id/button_zumo"
|
|
|
style="@style/SignUpButton"
|
|
|
@@ -138,11 +120,13 @@
|
|
|
android:layout_weight="1"/>
|
|
|
|
|
|
<Button
|
|
|
- android:id="@+id/button_0000"
|
|
|
- style="@style/SignUpButton"
|
|
|
+ android:id="@+id/button_7"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="0000"/>
|
|
|
+ android:minWidth="50dp"
|
|
|
+ android:padding="0dp"
|
|
|
+ android:text="7"/>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
|