Refromat code.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-06 22:15:07 +01:00
parent 2bf0666946
commit 6b396dba24
9 changed files with 37 additions and 32 deletions

View File

@@ -4,14 +4,14 @@
<application
android:name=".framework.TichuCounterApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_descriptor"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:dataExtractionRules="@xml/data_extraction_rules">
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"