android:icon="@mipmap/ic_launcher"to
android:icon="@mipmap/eightball"and
android:roundIcon="@mipmap/ic_launcher_round"to
android:roundIcon="@mipmap/eightball"
<!-- Customize your light theme here. -->place these style elements:
<item name="android:textColor">@color/red</item> <item name="android:textSize">40sp</item> <item name="android:textAllCaps">false</item>