From 07af26170937c853d296134d052be2ec25b20b22 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sat, 27 Jun 2020 04:27:45 -0400 Subject: [PATCH] Updated activity_splash.xml from LinearLayout to AndroidX ConstraintLayout --- README.md | 4 ++-- app/src/main/res/layout/activity_splash.xml | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5a86187..796acb6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ SilentDragon Android is an Android frontend for the desktop SilentDragon that le ## When will it be in my favorite app store? The application is already available on the Google Play store here: -https://play.google.com/store/apps/details?id=org.myhush.silentdragon&hl=fr +https://play.google.com/store/apps/details?id=org.myhush.silentdragon ### Running SilentDragon @@ -114,7 +114,7 @@ This build can be directly uploaded to Google Play. ### Building a release APK for F-Droid -We should do this! +We should do this & will plan to using [this](https://gitlab.com/fdroid/fdroiddata/blob/master/CONTRIBUTING.md) ... diff --git a/app/src/main/res/layout/activity_splash.xml b/app/src/main/res/layout/activity_splash.xml index 22bfb9e..4c643a8 100644 --- a/app/src/main/res/layout/activity_splash.xml +++ b/app/src/main/res/layout/activity_splash.xml @@ -1,7 +1,8 @@ - @@ -10,6 +11,8 @@ android:id="@+id/splashImage" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="@drawable/silentdragon_animated_startup_dark"/> + android:src="@drawable/silentdragon_animated_startup_dark" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file +