Skip to content

Commit 5d4db9c

Browse files
committed
Classic logo slightly improved.
1 parent b56769a commit 5d4db9c

39 files changed

Lines changed: 58 additions & 25 deletions
4.84 KB
Loading
1.83 KB
Loading
2.68 KB
Loading
7.43 KB
Loading
13.9 KB
Loading
21.7 KB
Loading
-2.67 KB
Binary file not shown.

android/res/layout/about_dialog_app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content"
77
android:layout_margin="8dip"
88
android:id="@+id/logo"
9-
android:src="@drawable/cr3_logo" android:layout_gravity="center_vertical|left">
9+
android:src="@mipmap/cr3_logo" android:layout_gravity="center_vertical|left">
1010
</ImageView>
1111
<LinearLayout android:orientation="vertical" android:id="@+id/LinearLayout03" android:layout_height="wrap_content" android:layout_width="fill_parent">
1212
<TextView android:text="Cool Reader 3.1" android:id="@+id/version" android:layout_width="fill_parent"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@mipmap/cr3_logo_background" />
3+
<background android:drawable="@color/cr3_logo_background" />
4+
<!-- background android:drawable="@drawable/cr3_logo_background" / -->
45
<foreground android:drawable="@mipmap/cr3_logo_foreground" />
56
</adaptive-icon>
645 Bytes
Loading

0 commit comments

Comments
 (0)