|
@@ -9,38 +9,45 @@
|
|
|
<Button
|
|
|
android:id="@+id/button0"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginStart="5dp"
|
|
|
- android:layout_marginEnd="5dp"
|
|
|
+ android:layout_height="34dp"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
android:layout_alignBottom="@+id/button1"
|
|
|
- android:layout_marginBottom="32dp"
|
|
|
+ android:layout_marginBottom="38dp"
|
|
|
android:background="@drawable/button_shape"
|
|
|
android:textColor="#FFFFFFFF"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textFontWeight="700"
|
|
|
>
|
|
|
</Button>
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/button1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginStart="5dp"
|
|
|
- android:layout_marginEnd="5dp"
|
|
|
+ android:layout_height="34dp"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
android:layout_alignBottom="@+id/button2"
|
|
|
- android:layout_marginBottom="32dp"
|
|
|
+ android:layout_marginBottom="38dp"
|
|
|
android:background="@drawable/button_shape"
|
|
|
android:textColor="#FFFFFFFF"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textFontWeight="700"
|
|
|
>
|
|
|
</Button>
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/button2"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginStart="5dp"
|
|
|
- android:layout_marginEnd="5dp"
|
|
|
+ android:layout_height="34dp"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
android:background="@drawable/button_shape"
|
|
|
- android:textColor="#FF0DA8FF"
|
|
|
+ android:textColor="#FFFF1E54"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:textFontWeight="700"
|
|
|
>
|
|
|
</Button>
|
|
|
|