SherVegas пре 3 година
родитељ
комит
c07a8ca68a
34 измењених фајлова са 197 додато и 19 уклоњено
  1. +2
    -2
      app/src/main/AndroidManifest.xml
  2. BIN
      app/src/main/ic_launcher_white-playstore.png
  3. +12
    -14
      app/src/main/java/com/nsgk/ruralWeb/WelcomeActivity.java
  4. BIN
      app/src/main/res/drawable-v24/no_words.jpg
  5. BIN
      app/src/main/res/drawable-v24/no_words_144.jpg
  6. +170
    -0
      app/src/main/res/drawable/ic_launcher_white_background.xml
  7. +3
    -3
      app/src/main/res/layout/activity_welcome.xml
  8. +5
    -0
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_white.xml
  9. +5
    -0
      app/src/main/res/mipmap-anydpi-v26/ic_launcher_white_round.xml
  10. BIN
      app/src/main/res/mipmap-hdpi/blue.png
  11. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_white.png
  12. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_white_foreground.png
  13. BIN
      app/src/main/res/mipmap-hdpi/ic_launcher_white_round.png
  14. BIN
      app/src/main/res/mipmap-hdpi/white.png
  15. BIN
      app/src/main/res/mipmap-mdpi/blue.png
  16. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_white.png
  17. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_white_foreground.png
  18. BIN
      app/src/main/res/mipmap-mdpi/ic_launcher_white_round.png
  19. BIN
      app/src/main/res/mipmap-mdpi/white.png
  20. BIN
      app/src/main/res/mipmap-xhdpi/blue.png
  21. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_white.png
  22. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_white_foreground.png
  23. BIN
      app/src/main/res/mipmap-xhdpi/ic_launcher_white_round.png
  24. BIN
      app/src/main/res/mipmap-xhdpi/white.png
  25. BIN
      app/src/main/res/mipmap-xxhdpi/blue.png
  26. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_white.png
  27. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_white_foreground.png
  28. BIN
      app/src/main/res/mipmap-xxhdpi/ic_launcher_white_round.png
  29. BIN
      app/src/main/res/mipmap-xxhdpi/white.png
  30. BIN
      app/src/main/res/mipmap-xxxhdpi/blue.png
  31. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_white.png
  32. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_foreground.png
  33. BIN
      app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_round.png
  34. BIN
      app/src/main/res/mipmap-xxxhdpi/white.png

+ 2
- 2
app/src/main/AndroidManifest.xml Прегледај датотеку

@@ -5,9 +5,9 @@
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher_white"
android:roundIcon="@mipmap/ic_launcher_white_round"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.Nsgk_rural_web">


BIN
app/src/main/ic_launcher_white-playstore.png Прегледај датотеку

Before After
Width: 512  |  Height: 512  |  Size: 76 KiB

+ 12
- 14
app/src/main/java/com/nsgk/ruralWeb/WelcomeActivity.java Прегледај датотеку

@@ -1,7 +1,5 @@
package com.nsgk.ruralWeb;

import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
@@ -9,7 +7,6 @@ import android.os.Handler;
import android.os.Message;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.view.animation.AnticipateInterpolator;
import android.widget.ImageView;
import android.widget.LinearLayout;

@@ -47,16 +44,17 @@ public class WelcomeActivity extends AppCompatActivity {
llcenter = findViewById(R.id.llcenter);
Animation animation = AnimationUtils.loadAnimation(this, R.anim.img_anim);
animation.start();
llcenter.animate()
.scaleXBy(1.5f)
.scaleYBy(1.5f)
.setInterpolator(new AnticipateInterpolator())
.setDuration(1400)
.setListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationStart(Animator animation) {
handler.sendEmptyMessageDelayed(1, 1000);
}
});
// llcenter.animate()
// .scaleXBy(1.1f)
// .scaleYBy(1.1f)
// .setInterpolator(new AnticipateInterpolator())
// .setDuration(1400)
// .setListener(new AnimatorListenerAdapter() {
// @Override
// public void onAnimationStart(Animator animation) {
//
// }
// });
handler.sendEmptyMessageDelayed(1, 1000);
}
}

BIN
app/src/main/res/drawable-v24/no_words.jpg Прегледај датотеку

Before After
Width: 192  |  Height: 192  |  Size: 6.8 KiB

BIN
app/src/main/res/drawable-v24/no_words_144.jpg Прегледај датотеку

Before After
Width: 144  |  Height: 144  |  Size: 5.0 KiB

+ 170
- 0
app/src/main/res/drawable/ic_launcher_white_background.xml Прегледај датотеку

@@ -0,0 +1,170 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="108dp"
android:width="108dp"
android:viewportHeight="108"
android:viewportWidth="108"
xmlns:android="http://schemas.android.com/apk/res/android">
<path
android:fillColor="#3DDC84"
android:pathData="M0,0h108v108h-108z" />
<path
android:fillColor="#00000000"
android:pathData="M9,0L9,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,0L19,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M29,0L29,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M39,0L39,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M49,0L49,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M59,0L59,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M69,0L69,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M79,0L79,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M89,0L89,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M99,0L99,108"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,9L108,9"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,19L108,19"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,29L108,29"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,39L108,39"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,49L108,49"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,59L108,59"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,69L108,69"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,79L108,79"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,89L108,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M0,99L108,99"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,29L89,29"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,39L89,39"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,49L89,49"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,59L89,59"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,69L89,69"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M19,79L89,79"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M29,19L29,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M39,19L39,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M49,19L49,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M59,19L59,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M69,19L69,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
<path
android:fillColor="#00000000"
android:pathData="M79,19L79,89"
android:strokeColor="#33FFFFFF"
android:strokeWidth="0.8" />
</vector>

+ 3
- 3
app/src/main/res/layout/activity_welcome.xml Прегледај датотеку

@@ -15,10 +15,10 @@
android:layout_centerHorizontal="true">

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageView"
android:src="@mipmap/ic_launcher" />
android:layout_width="96dp"
android:layout_height="96dp"
android:src="@drawable/no_words_144" />

</LinearLayout>



+ 5
- 0
app/src/main/res/mipmap-anydpi-v26/ic_launcher_white.xml Прегледај датотеку

@@ -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="@drawable/ic_launcher_white_background" />
<foreground android:drawable="@mipmap/ic_launcher_white_foreground" />
</adaptive-icon>

+ 5
- 0
app/src/main/res/mipmap-anydpi-v26/ic_launcher_white_round.xml Прегледај датотеку

@@ -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="@drawable/ic_launcher_white_background" />
<foreground android:drawable="@mipmap/ic_launcher_white_foreground" />
</adaptive-icon>

BIN
app/src/main/res/mipmap-hdpi/blue.png Прегледај датотеку

Before After
Width: 72  |  Height: 72  |  Size: 5.4 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_white.png Прегледај датотеку

Before After
Width: 72  |  Height: 72  |  Size: 4.5 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_white_foreground.png Прегледај датотеку

Before After
Width: 162  |  Height: 162  |  Size: 8.1 KiB

BIN
app/src/main/res/mipmap-hdpi/ic_launcher_white_round.png Прегледај датотеку

Before After
Width: 72  |  Height: 72  |  Size: 6.3 KiB

BIN
app/src/main/res/mipmap-hdpi/white.png Прегледај датотеку

Before After
Width: 72  |  Height: 72  |  Size: 5.2 KiB

BIN
app/src/main/res/mipmap-mdpi/blue.png Прегледај датотеку

Before After
Width: 48  |  Height: 48  |  Size: 3.6 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_white.png Прегледај датотеку

Before After
Width: 48  |  Height: 48  |  Size: 2.9 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_white_foreground.png Прегледај датотеку

Before After
Width: 108  |  Height: 108  |  Size: 4.7 KiB

BIN
app/src/main/res/mipmap-mdpi/ic_launcher_white_round.png Прегледај датотеку

Before After
Width: 48  |  Height: 48  |  Size: 3.7 KiB

BIN
app/src/main/res/mipmap-mdpi/white.png Прегледај датотеку

Before After
Width: 48  |  Height: 48  |  Size: 3.4 KiB

BIN
app/src/main/res/mipmap-xhdpi/blue.png Прегледај датотеку

Before After
Width: 96  |  Height: 96  |  Size: 7.3 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_white.png Прегледај датотеку

Before After
Width: 96  |  Height: 96  |  Size: 6.5 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_white_foreground.png Прегледај датотеку

Before After
Width: 216  |  Height: 216  |  Size: 12 KiB

BIN
app/src/main/res/mipmap-xhdpi/ic_launcher_white_round.png Прегледај датотеку

Before After
Width: 96  |  Height: 96  |  Size: 9.2 KiB

BIN
app/src/main/res/mipmap-xhdpi/white.png Прегледај датотеку

Before After
Width: 96  |  Height: 96  |  Size: 6.9 KiB

BIN
app/src/main/res/mipmap-xxhdpi/blue.png Прегледај датотеку

Before After
Width: 144  |  Height: 144  |  Size: 14 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_white.png Прегледај датотеку

Before After
Width: 144  |  Height: 144  |  Size: 11 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_white_foreground.png Прегледај датотеку

Before After
Width: 324  |  Height: 324  |  Size: 24 KiB

BIN
app/src/main/res/mipmap-xxhdpi/ic_launcher_white_round.png Прегледај датотеку

Before After
Width: 144  |  Height: 144  |  Size: 16 KiB

BIN
app/src/main/res/mipmap-xxhdpi/white.png Прегледај датотеку

Before After
Width: 192  |  Height: 192  |  Size: 11 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/blue.png Прегледај датотеку

Before After
Width: 192  |  Height: 192  |  Size: 14 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_white.png Прегледај датотеку

Before After
Width: 192  |  Height: 192  |  Size: 16 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_foreground.png Прегледај датотеку

Before After
Width: 432  |  Height: 432  |  Size: 35 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_round.png Прегледај датотеку

Before After
Width: 192  |  Height: 192  |  Size: 24 KiB

BIN
app/src/main/res/mipmap-xxxhdpi/white.png Прегледај датотеку

Before After
Width: 192  |  Height: 192  |  Size: 11 KiB

Loading…
Откажи
Сачувај