diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0e92051..b20168c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,9 +5,9 @@ diff --git a/app/src/main/ic_launcher_white-playstore.png b/app/src/main/ic_launcher_white-playstore.png new file mode 100644 index 0000000..cd6e7fb Binary files /dev/null and b/app/src/main/ic_launcher_white-playstore.png differ diff --git a/app/src/main/java/com/nsgk/ruralWeb/WelcomeActivity.java b/app/src/main/java/com/nsgk/ruralWeb/WelcomeActivity.java index b04b4fb..9306b63 100644 --- a/app/src/main/java/com/nsgk/ruralWeb/WelcomeActivity.java +++ b/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); } } diff --git a/app/src/main/res/drawable-v24/no_words.jpg b/app/src/main/res/drawable-v24/no_words.jpg new file mode 100644 index 0000000..e5f6b0e Binary files /dev/null and b/app/src/main/res/drawable-v24/no_words.jpg differ diff --git a/app/src/main/res/drawable-v24/no_words_144.jpg b/app/src/main/res/drawable-v24/no_words_144.jpg new file mode 100644 index 0000000..9bc589d Binary files /dev/null and b/app/src/main/res/drawable-v24/no_words_144.jpg differ diff --git a/app/src/main/res/drawable/ic_launcher_white_background.xml b/app/src/main/res/drawable/ic_launcher_white_background.xml new file mode 100644 index 0000000..5cc10bf --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_white_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/activity_welcome.xml b/app/src/main/res/layout/activity_welcome.xml index 8300b9a..70af2e4 100644 --- a/app/src/main/res/layout/activity_welcome.xml +++ b/app/src/main/res/layout/activity_welcome.xml @@ -15,10 +15,10 @@ android:layout_centerHorizontal="true"> + android:layout_width="96dp" + android:layout_height="96dp" + android:src="@drawable/no_words_144" /> diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white.xml new file mode 100644 index 0000000..166a2f8 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white_round.xml new file mode 100644 index 0000000..166a2f8 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_white_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/blue.png b/app/src/main/res/mipmap-hdpi/blue.png new file mode 100644 index 0000000..de3c105 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/blue.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_white.png b/app/src/main/res/mipmap-hdpi/ic_launcher_white.png new file mode 100644 index 0000000..d9d0b88 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_white.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_white_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_white_foreground.png new file mode 100644 index 0000000..cbf0c9b Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_white_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_white_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_white_round.png new file mode 100644 index 0000000..a4cc4bf Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_white_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/white.png b/app/src/main/res/mipmap-hdpi/white.png new file mode 100644 index 0000000..9e2436e Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/white.png differ diff --git a/app/src/main/res/mipmap-mdpi/blue.png b/app/src/main/res/mipmap-mdpi/blue.png new file mode 100644 index 0000000..912eb3b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/blue.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_white.png b/app/src/main/res/mipmap-mdpi/ic_launcher_white.png new file mode 100644 index 0000000..3107848 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_white.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_white_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_white_foreground.png new file mode 100644 index 0000000..3c930f6 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_white_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_white_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_white_round.png new file mode 100644 index 0000000..3967036 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_white_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/white.png b/app/src/main/res/mipmap-mdpi/white.png new file mode 100644 index 0000000..24c37b4 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/white.png differ diff --git a/app/src/main/res/mipmap-xhdpi/blue.png b/app/src/main/res/mipmap-xhdpi/blue.png new file mode 100644 index 0000000..e08d01a Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/blue.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_white.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_white.png new file mode 100644 index 0000000..6c22ecc Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_white.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_white_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_white_foreground.png new file mode 100644 index 0000000..32512f0 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_white_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_white_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_white_round.png new file mode 100644 index 0000000..04af4b1 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_white_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/white.png b/app/src/main/res/mipmap-xhdpi/white.png new file mode 100644 index 0000000..60ac3fa Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/white.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/blue.png b/app/src/main/res/mipmap-xxhdpi/blue.png new file mode 100644 index 0000000..c1a7d80 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/blue.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_white.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_white.png new file mode 100644 index 0000000..b91a510 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_white.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_white_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_white_foreground.png new file mode 100644 index 0000000..a92b109 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_white_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_white_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_white_round.png new file mode 100644 index 0000000..7cdf060 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_white_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/white.png b/app/src/main/res/mipmap-xxhdpi/white.png new file mode 100644 index 0000000..69205f2 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/white.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/blue.png b/app/src/main/res/mipmap-xxxhdpi/blue.png new file mode 100644 index 0000000..921c9e4 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/blue.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white.png new file mode 100644 index 0000000..c65cb23 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_foreground.png new file mode 100644 index 0000000..ecea62d Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_round.png new file mode 100644 index 0000000..6ede615 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_white_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/white.png b/app/src/main/res/mipmap-xxxhdpi/white.png new file mode 100644 index 0000000..b094602 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/white.png differ