Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx Messenger Android
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
android
xx Messenger Android
Commits
2dd43c3e
Commit
2dd43c3e
authored
Sep 24, 2022
by
Kamal Bramwell
Browse files
Options
Downloads
Patches
Plain Diff
Deleted unused activity_splash layout
parent
0db85cab
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
feature/registration/src/main/res/layout/activity_splash.xml
+0
-24
0 additions, 24 deletions
feature/registration/src/main/res/layout/activity_splash.xml
with
0 additions
and
24 deletions
feature/registration/src/main/res/layout/activity_splash.xml
deleted
100644 → 0
+
0
−
24
View file @
0db85cab
<?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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment