Skip to content

Commit

Permalink
Changed Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiberiu Iustin Zulean committed Oct 16, 2019
1 parent 98c79d9 commit 4cf605d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Android/app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/centered_message"
android:textAllCaps="false"
android:text="@string/basic_message"
android:textSize="18sp"
android:textStyle="bold"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_bias="0.271" />
app:layout_constraintVertical_bias="0.207" />

</android.support.constraint.ConstraintLayout>
4 changes: 2 additions & 2 deletions Android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name"> Team Zero Application </string>
<string name="centered_message"> Just a basic blank layout so far! </string>
<string name="app_name"> Team Zero Chat </string>
<string name="basic_message"> This is just a basic layout screen! </string>
</resources>
2 changes: 1 addition & 1 deletion Android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Oct 16 21:38:47 BST 2019
#Wed Oct 16 22:11:57 BST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4cf605d

Please sign in to comment.