66
77<android .support.constraint.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
88 xmlns : app =" http://schemas.android.com/apk/res-auto"
9+ xmlns : tools =" http://schemas.android.com/tools"
910 android : layout_width =" match_parent"
1011 android : layout_height =" match_parent"
1112 android : orientation =" vertical" >
1213
1314 <ImageView
14- android : id =" @+id/imageViewAppIcon "
15+ android : id =" @+id/imageViewAppLogo "
1516 android : layout_width =" wrap_content"
1617 android : layout_height =" wrap_content"
17- android : layout_marginTop =" @dimen/margin_top_splash_icon"
1818 app : layout_constraintLeft_toLeftOf =" parent"
1919 app : layout_constraintRight_toRightOf =" parent"
20+ app : srcCompat =" @mipmap/logo_flowcrypt"
2021 app : layout_constraintTop_toTopOf =" parent"
21- app : srcCompat =" @mipmap/ic_app_splash" />
22-
23- <ProgressBar
24- android : id =" @+id/progressBar"
25- style =" ?android:attr/progressBarStyle"
26- android : layout_width =" wrap_content"
27- android : layout_height =" wrap_content"
28- android : layout_marginTop =" @dimen/default_margin_content_small"
22+ android : layout_marginTop =" 0dp"
2923 app : layout_constraintBottom_toBottomOf =" parent"
30- app : layout_constraintLeft_toLeftOf =" parent"
31- app : layout_constraintRight_toRightOf =" parent"
32- app : layout_constraintTop_toBottomOf =" @+id/imageViewAppIcon"
33- app : layout_constraintVertical_bias =" 0.226" />
34-
35- <TextView
36- android : id =" @+id/textViewLoading"
37- android : layout_width =" wrap_content"
38- android : layout_height =" wrap_content"
39- android : layout_marginTop =" @dimen/default_margin_very_big"
40- android : text =" @string/loading"
41- app : layout_constraintLeft_toLeftOf =" parent"
42- app : layout_constraintRight_toRightOf =" parent"
43- app : layout_constraintTop_toBottomOf =" @+id/progressBar" />
24+ android : layout_marginBottom =" 0dp" />
4425
4526
4627</android .support.constraint.ConstraintLayout>
0 commit comments