Skip to content

Commit

Permalink
Adapt activity main title and read button dimension on 420px devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bonig97 committed Aug 12, 2023
1 parent 1a8f91a commit e80abc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
android:onClick="ReadTextFile"
android:text="@string/read_text_file"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteX="214dp"
tools:layout_editor_absoluteY="958dp" />
tools:layout_editor_absoluteX="184dp"
tools:layout_editor_absoluteY="460dp" />

<TextView
android:layout_width="396dp"
Expand All @@ -37,6 +37,6 @@
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="@+id/button"
tools:ignore="MissingConstraints"
tools:layout_editor_absoluteY="178dp" />
tools:layout_editor_absoluteY="187dp" />

</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit e80abc7

Please sign in to comment.