Skip to content

Commit

Permalink
เปลี่ยน icon app
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmi0 committed Mar 22, 2024
1 parent cc49c3d commit ae7aebc
Show file tree
Hide file tree
Showing 20 changed files with 13 additions and 10 deletions.
Binary file modified app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@
android:layout_height="wrap_content"
android:layout_below="@+id/clothingImage"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/lato"
android:layout_marginTop="5dp"
android:text="Key Pair"
android:textStyle="normal|bold"
android:fontFamily="@font/grandstander_light"
android:textColor="#272323"
android:textSize="20sp" />

Expand Down Expand Up @@ -95,9 +96,10 @@
android:layout_height="wrap_content"
android:layout_below="@+id/elecImage"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/lato"
android:layout_marginTop="5dp"
android:text="Mnemonic"
android:textStyle="normal|bold"
android:fontFamily="@font/grandstander_light"
android:textColor="#272323"
android:textSize="20sp" />

Expand Down Expand Up @@ -140,17 +142,18 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/contract_stroke">
android:background="@drawable/utxo_stroke">

<TextView
android:id="@+id/homeName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/homeImage"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:fontFamily="@font/lato"
android:layout_marginTop="5dp"
android:text="Contract"
android:textStyle="normal|bold"
android:fontFamily="@font/grandstander_light"
android:textColor="#272323"
android:textSize="20sp" />

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
2 changes: 1 addition & 1 deletion app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
Binary file not shown.
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#ffff</color>
<color name="ic_launcher_background">#FAF7F0</color>
</resources>

0 comments on commit ae7aebc

Please sign in to comment.