Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christof Wolke
BIDL
Commits
d2685218
Commit
d2685218
authored
Aug 25, 2016
by
Christof Wolke
Browse files
splash screen entfernt + andere Version von RushOrm
parent
a24dc8cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
BIDL/BIDL/app/src/main/res/layout/activity_splash.xml
deleted
100644 → 0
View file @
a24dc8cb
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/activity_splash"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
"de.uni_oldenburg.bidl.bidl.app.base_view.SplashActivity"
android:orientation=
"vertical"
android:background=
"@color/white"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@drawable/unilogo"
android:layout_marginTop=
"70dp"
android:layout_marginLeft=
"10dp"
android:layout_marginRight=
"10dp"
android:id=
"@+id/uniLogo"
android:contentDescription=
"@string/imageViewDescription"
android:clickable=
"false"
/>
<pl.droidsonroids.gif.GifImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@drawable/loadingspinner"
android:id=
"@+id/loadingSpinner"
android:layout_gravity=
"center"
android:layout_marginTop=
"120dp"
android:contentDescription=
"@string/gifImageViewDescription"
android:clickable=
"false"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:id=
"@+id/splashText"
android:text=
"@string/splashMessage"
android:layout_gravity=
"center"
android:layout_marginTop=
"40dp"
android:textAppearance=
"@style/TextAppearance.AppCompat.Body2"
android:fontFamily=
"sans-serif"
android:textSize=
"18sp"
android:textStyle=
"normal|italic"
/>
</LinearLayout>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment