renamed the app to frangipane ^^

This commit is contained in:
2026-01-14 11:54:20 +01:00
parent 9e6f8630fa
commit e542cd80d8
18 changed files with 44 additions and 44 deletions

View File

@@ -9,7 +9,7 @@
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.chatapp"
android:theme="@style/Theme.frangipane"
android:usesCleartextTraffic="${usesCleartextTraffic}">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"

View File

@@ -1,4 +1,4 @@
package com.strawberries.chatapp
package com.strawberries.frangipane
import android.os.Bundle
import androidx.activity.enableEdgeToEdge

View File

@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.chatapp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.frangipane" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Customize your theme here. -->
</style>
</resources>

View File

@@ -1,4 +1,4 @@
<resources>
<string name="app_name">chatapp</string>
<string name="main_activity_title">chatapp</string>
<string name="app_name">frangipane</string>
<string name="main_activity_title">frangipane</string>
</resources>

View File

@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.chatapp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<style name="Theme.frangipane" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Customize your theme here. -->
</style>
</resources>