Skip to content

a23erigu/mobileapp-programming-hello

 
 

Repository files navigation

Rapport

jag har lagt till en ny string som jag sat på texten och ändrat namet på headern.

<resources>
    <string name="app_name">The best app</string>
    <string name="app_text">This is the best app</string>
</resources>

<TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="@string/app_text"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@+id/appBarLayout" />
        

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%