Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amansharma-dev committed Jul 18, 2019
1 parent d7f7fcb commit 1b37723
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/layout/activity_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,15 @@
tools:context=".MenuActivity">


<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:text="@string/menu"
android:textSize="24sp"
/>

</android.support.constraint.ConstraintLayout>

0 comments on commit 1b37723

Please sign in to comment.