Last bits of renaming to FairScan

This commit is contained in:
Pierre-Yves Nicolas
2025-09-13 11:25:25 +02:00
parent fa41c57388
commit 0d0e31d731
12 changed files with 22 additions and 23 deletions

View File

@@ -17,12 +17,12 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.MyScan"
android:theme="@style/Theme.FairScan"
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.MyScan">
android:theme="@style/Theme.FairScan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />