Skip to content

Commit

Permalink
Changes in front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide authored Jun 1, 2021
1 parent 37ba356 commit d0601a8
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.661" />
app:layout_constraintVertical_bias="0.697" />

<ScrollView
android:id="@+id/ConsoleOutput"
android:layout_width="300dp"
android:layout_height="288dp"
android:layout_marginTop="28dp"
android:layout_width="226dp"
android:layout_height="165dp"
app:layout_constraintBottom_toTopOf="@+id/ControlMining"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.492"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/Threads_Number">
app:layout_constraintStart_toStartOf="parent">

<LinearLayout
android:id="@+id/ResultOutput"
Expand All @@ -58,14 +55,12 @@
android:id="@+id/Threads_Number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="360dp"
android:layout_marginBottom="28dp"
android:ems="10"
android:hint="N of threads"
android:inputType="number"
android:windowSoftInputMode="adjustPan"
app:layout_constraintBottom_toTopOf="@+id/ControlMining"
app:layout_constraintBottom_toTopOf="@+id/ConsoleOutput"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.988" />
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit d0601a8

Please sign in to comment.