|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
android:id="@+id/backbutton"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="left|center_vertical"
|
|
|
|
|
android:layout_gravity="start|center_vertical"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:drawableStart="@drawable/back"
|
|
|
|
|
android:drawableTint="@color/blue"
|
|
|
|
@ -130,19 +130,34 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/buttonForgeMax"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginHorizontal="10dp"
|
|
|
|
|
android:layout_marginBottom="5dp"
|
|
|
|
|
android:backgroundTint="@color/button_background_color"
|
|
|
|
|
android:text="Forge MAX"
|
|
|
|
|
android:textColor="@color/grey"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/buttonForge"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.473"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/buttonForge"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginHorizontal="10dp"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:backgroundTint="@color/button_background_color"
|
|
|
|
|
android:text="Forge"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:backgroundTint="@color/button_background_color"
|
|
|
|
|
android:textColor="@color/white"/>
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -150,7 +165,7 @@
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/buttonForge"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/buttonForgeMax"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:background="@drawable/craftable_background"
|
|
|
|
|