Skip to content

Commit

Permalink
GnuCash launcher icon copied from gnucash-5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pnemonic78 committed Mar 19, 2024
1 parent 400afc4 commit bb81c73
Show file tree
Hide file tree
Showing 18 changed files with 1,490 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application android:name="org.gnucash.android.app.GnuCashApplication"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.GnucashTheme.NoActionBar"
android:allowBackup="true">
Expand Down
Binary file removed app/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
417 changes: 417 additions & 0 deletions app/src/main/res/drawable-v24/ic_gnucash.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions app/src/main/res/drawable-v24/ic_launcher_fg.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
android:drawable="@drawable/ic_gnucash"
android:inset="25%" />
Binary file removed app/src/main/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_numeric_keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_launcher" />
android:src="@mipmap/ic_launcher" />

<LinearLayout
android:layout_width="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_wizard_welcome_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<TextView
style="@style/WizardPageTitle"
android:drawableLeft="@drawable/ic_launcher"
android:drawableLeft="@mipmap/ic_launcher"
android:drawablePadding="10dp"
android:gravity="bottom"
android:text="@string/wizard_title_welcome_to_gnucash" />
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_bg" />
<foreground android:drawable="@drawable/ic_launcher_fg" />
</adaptive-icon>
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/src/main/res/values/ic_launcher_bg.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_bg">@android:color/white</color>
</resources>
Loading

0 comments on commit bb81c73

Please sign in to comment.