mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-09 16:18:43 +01:00
adding back the roundIcon property and Category
This commit is contained in:
parent
a2d2860d6a
commit
ad15986fac
@ -19,8 +19,10 @@
|
||||
<application
|
||||
android:name=".App"
|
||||
android:allowBackup="true"
|
||||
android:appCategory="productivity"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_launcher_name"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".activities.SplashActivity"
|
||||
|
Loading…
x
Reference in New Issue
Block a user