srctree

Roee Hershberg parent d8937cd8 5f5b5b9e
Normalize launcher icon name

inlinesplit
atox/src/main/AndroidManifest.xml added: 11, removed: 11, total 0
@@ -13,9 +13,9 @@
<application
android:name=".App"
android:allowBackup="false"
android:icon="@mipmap/launcher_icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/launcher_icon_round"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<service android:name=".ToxService" android:exported="false"/>
 
atox/src/main/res/layout/fragment_call.xml added: 11, removed: 11, total 0
@@ -68,7 +68,7 @@
android:layout_centerHorizontal="true"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:src="@mipmap/launcher_icon"
android:src="@mipmap/ic_launcher"
android:visibility="invisible"
app:shapeAppearanceOverlay="@style/CircleImageView" />
</RelativeLayout>
 
atox/src/main/res/mipmap-anydpi-v26/launcher_icon.xml added: 11, removed: 11, total 0
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_icon_background"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
No newline at end of file
 
atox/src/main/res/mipmap-anydpi-v26/launcher_icon_round.xml added: 11, removed: 11, total 0
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/launcher_icon_background"/>
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
No newline at end of file
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
filename was Deleted added: 11, removed: 11, total 0
 
atox/src/main/res/values/launcher_icon_background.xml added: 11, removed: 11, total 0
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="launcher_icon_background">#4F83DC</color>
<color name="ic_launcher_background">#4F83DC</color>
</resources>