Skip to content
Snippets Groups Projects
Commit 2dd43c3e authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Deleted unused activity_splash layout

parent 0db85cab
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_splash_screen">
<TextView
android:id="@+id/splashText"
style="@style/XxInputEditText.Regular"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/spacing_40"
android:background="@null"
android:textSize="@dimen/text_16"
android:text="Generating secured cryptographic keys..."
android:layout_marginStart="@dimen/spacing_20"
android:layout_marginEnd="@dimen/spacing_20"
android:gravity="center"
android:textColor="@color/white"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment