Use launcher icon instead of logo everywhere
logo has a white background that doesn't plays well with light theme. Use launcher icon instead that has a colorful background. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class AboutFragment : Fragment(R.layout.fragment_about) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// About Details
|
// About Details
|
||||||
binding.imgIcon.load(R.drawable.ic_logo)
|
binding.imgIcon.load(R.mipmap.ic_launcher)
|
||||||
binding.line2.text = ("v${BuildConfig.VERSION_NAME}(${BuildConfig.VERSION_CODE})")
|
binding.line2.text = ("v${BuildConfig.VERSION_NAME}(${BuildConfig.VERSION_CODE})")
|
||||||
|
|
||||||
binding.epoxyRecycler.layoutManager =
|
binding.epoxyRecycler.layoutManager =
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ class SplashFragment : Fragment(R.layout.fragment_splash) {
|
|||||||
super.onViewCreated(view, savedInstanceState)
|
super.onViewCreated(view, savedInstanceState)
|
||||||
_binding = FragmentSplashBinding.bind(view)
|
_binding = FragmentSplashBinding.bind(view)
|
||||||
|
|
||||||
binding.imgIcon.load(R.drawable.ic_logo) {
|
binding.imgIcon.load(R.mipmap.ic_launcher) {
|
||||||
transform(RoundedCorners(32))
|
transform(RoundedCorners(32))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
android:layout_width="@dimen/icon_size_category"
|
android:layout_width="@dimen/icon_size_category"
|
||||||
android:layout_height="@dimen/icon_size_category"
|
android:layout_height="@dimen/icon_size_category"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
app:srcCompat="@drawable/ic_logo" />
|
app:srcCompat="@mipmap/ic_launcher" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/txt_header"
|
android:id="@+id/txt_header"
|
||||||
|
|||||||
Reference in New Issue
Block a user