Skip to content

Commit 6c5acb3

Browse files
author
Tom James Holub
committed
update logos + higher res | #77
1 parent f6a3f89 commit 6c5acb3

25 files changed

+6
-25
lines changed
-79.4 KB
Loading

FlowCrypt/src/main/res/layout/fragment_splash.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
app:layout_constraintLeft_toLeftOf="parent"
6666
app:layout_constraintRight_toRightOf="parent"
6767
app:layout_constraintTop_toBottomOf="@+id/buttonTerms"
68-
app:srcCompat="@mipmap/ic_flowcrypt_logo"
68+
app:srcCompat="@mipmap/logo_flowcrypt"
6969
tools:layout_editor_absoluteX="-153dp" />
7070

7171
<TextView

FlowCrypt/src/main/res/layout/splash_after_auth.xml

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,22 @@
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>
-20.4 KB
Binary file not shown.
-195 Bytes
Binary file not shown.
-3.49 KB
Loading
-4.16 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
-788 Bytes
Binary file not shown.
-8.26 KB
Binary file not shown.

0 commit comments

Comments
 (0)