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:
@@ -40,7 +40,7 @@
|
||||
android:layout_width="@dimen/icon_size_category"
|
||||
android:layout_height="@dimen/icon_size_category"
|
||||
android:layout_centerVertical="true"
|
||||
app:srcCompat="@drawable/ic_logo" />
|
||||
app:srcCompat="@mipmap/ic_launcher" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/txt_header"
|
||||
@@ -105,4 +105,4 @@
|
||||
android:layout_weight="1"
|
||||
android:text="@string/action_accept" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user