Browse Source

Tiny Logo optimization

pull/68/head
Ezerous 5 years ago
parent
commit
64660b1ac6
No known key found for this signature in database GPG Key ID: 262B2954BBA319E3
  1. BIN
      app/src/main/ic_launcher-playstore.png
  2. 5
      app/src/main/java/gr/thmmy/mthmmy/utils/WebViewOnTouchClickListener.java
  3. 4
      app/src/main/res/drawable/ic_launcher_foreground.xml
  4. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher.png
  5. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_round.png
  6. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher.png
  7. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_round.png
  8. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher.png
  9. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
  10. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher.png
  11. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
  12. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
  13. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

BIN
app/src/main/ic_launcher-playstore.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

5
app/src/main/java/gr/thmmy/mthmmy/utils/WebViewOnTouchClickListener.java

@ -66,11 +66,10 @@ public class WebViewOnTouchClickListener implements View.OnTouchListener {
new ColorDrawable(android.graphics.Color.TRANSPARENT)); new ColorDrawable(android.graphics.Color.TRANSPARENT));
PhotoView photoView = new PhotoView(context); PhotoView photoView = new PhotoView(context);
photoView.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT)); photoView.setLayoutParams(new LayoutParams(screenWidth, screenHeight));
photoView.getLayoutParams().width = screenWidth;
photoView.getLayoutParams().height = screenHeight;
Glide.with(context).load(url).fitCenter().into(photoView); Glide.with(context).load(url).fitCenter().into(photoView);
builder.addContentView(photoView, new ViewGroup.LayoutParams( builder.addContentView(photoView, new ViewGroup.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.MATCH_PARENT)); ViewGroup.LayoutParams.MATCH_PARENT));

4
app/src/main/res/drawable/ic_launcher_foreground.xml

@ -12,12 +12,12 @@
<clip-path <clip-path
android:pathData="M0,358.69a358.58,358.69 0,1 0,717.16 0a358.58,358.69 0,1 0,-717.16 0z"/> android:pathData="M0,358.69a358.58,358.69 0,1 0,717.16 0a358.58,358.69 0,1 0,-717.16 0z"/>
<path <path
android:pathData="M358.66,361.61c1,0 26,-75 37,-108.48 1.54,-4.68 7,-5.52 8.66,-0.27L493.66,467.03a4.29,4.29 0,0 0,7.93 0l27.28,-66.77a4.1,4.1 0,0 1,4 -2.43c61.43,0.08 122.87,-0.08 184.31,0" android:pathData="M358.66,367.61c1,0 26,-75 37,-108.48 1.54,-4.68 7,-5.52 8.66,-0.27L493.66,473.03a4.29,4.29 0,0 0,7.93 0l27.28,-66.77a4.1,4.1 0,0 1,4 -2.43c61.43,0.08 122.87,-0.08 184.31,0"
android:strokeWidth="28" android:strokeWidth="28"
android:fillColor="#00000000" android:fillColor="#00000000"
android:strokeColor="#6bdad5"/> android:strokeColor="#6bdad5"/>
<path <path
android:pathData="M358.66,361.61c-1,0 -26,-75 -37,-108.48 -1.54,-4.68 -7,-5.52 -8.66,-0.27L223.66,467.03a4.29,4.29 0,0 1,-7.93 0l-27.28,-66.77a4.1,4.1 0,0 0,-4 -2.43c-61.43,0.08 -122.87,-0.08 -184.31,0" android:pathData="M358.66,367.61c-1,0 -26,-75 -37,-108.48 -1.54,-4.68 -7,-5.52 -8.66,-0.27L223.66,473.03a4.29,4.29 0,0 1,-7.93 0l-27.28,-66.77a4.1,4.1 0,0 0,-4 -2.43c-61.43,0.08 -122.87,-0.08 -184.31,0"
android:strokeWidth="28" android:strokeWidth="28"
android:fillColor="#00000000" android:fillColor="#00000000"
android:strokeColor="#6bdad5"/> android:strokeColor="#6bdad5"/>

BIN
app/src/main/res/mipmap-hdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 B

After

Width:  |  Height:  |  Size: 954 B

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Loading…
Cancel
Save