|
@@ -56,17 +56,20 @@
|
|
|
|
|
|
<Button
|
|
|
android:id="@+id/button"
|
|
|
- style="@style/xp_style_button_all"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="28dp"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginBottom="8dp"
|
|
|
- android:backgroundTint="@color/xp_green"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
+ android:textSize="11sp"
|
|
|
+ android:textFontWeight="700"
|
|
|
+ android:textColor="#FFFFFFFF"
|
|
|
android:fontFamily="Roboto"
|
|
|
android:text="@string/restart"
|
|
|
- android:textColor="#FFFFFFFF"
|
|
|
- android:textSize="11sp"
|
|
|
- android:textStyle="bold" />
|
|
|
+ android:backgroundTint="@color/xp_green"
|
|
|
+ style="@style/xp_style_button_all"
|
|
|
+ />
|
|
|
|
|
|
</RelativeLayout>
|