|
10 | 10 | android:layout_width="match_parent" |
11 | 11 | android:layout_height="match_parent" |
12 | 12 | tools:context="com.flowcrypt.email.ui.activity.fragment.SplashActivityFragment" |
13 | | - |
14 | | - > |
15 | | - <!--tools:showIn="@layout/activity_splash"--> |
| 13 | + tools:showIn="@layout/activity_splash"> |
16 | 14 |
|
17 | 15 | <Button |
18 | 16 | android:id="@+id/buttonPrivacy" |
19 | 17 | style="@style/AppWidget.Button.Transparent.MainScreenTopButton" |
20 | | - android:layout_width="wrap_content" |
21 | | - android:layout_height="wrap_content" |
22 | | - android:layout_marginTop="@dimen/margin_top_main_screen_button" |
23 | 18 | android:text="@string/privacy" |
24 | 19 | app:layout_constraintLeft_toLeftOf="parent" |
25 | 20 | app:layout_constraintRight_toLeftOf="@+id/buttonTerms" |
|
29 | 24 | <Button |
30 | 25 | android:id="@+id/buttonTerms" |
31 | 26 | style="@style/AppWidget.Button.Transparent.MainScreenTopButton" |
32 | | - android:layout_width="wrap_content" |
33 | | - android:layout_height="wrap_content" |
34 | | - android:layout_marginTop="@dimen/margin_top_main_screen_button" |
35 | 27 | android:text="@string/terms" |
36 | 28 | app:layout_constraintLeft_toRightOf="@+id/buttonPrivacy" |
37 | 29 | app:layout_constraintRight_toLeftOf="@+id/buttonSecurity" |
|
41 | 33 | <Button |
42 | 34 | android:id="@+id/buttonSecurity" |
43 | 35 | style="@style/AppWidget.Button.Transparent.MainScreenTopButton" |
44 | | - android:layout_width="wrap_content" |
45 | | - android:layout_height="wrap_content" |
46 | | - android:layout_marginTop="@dimen/margin_top_main_screen_button" |
47 | 36 | android:text="@string/security" |
48 | 37 | app:layout_constraintLeft_toRightOf="@+id/buttonTerms" |
49 | 38 | app:layout_constraintRight_toRightOf="parent" |
|
68 | 57 | app:layout_constraintLeft_toLeftOf="parent" |
69 | 58 | app:layout_constraintRight_toRightOf="parent" |
70 | 59 | app:layout_constraintTop_toBottomOf="@+id/buttonTerms" |
71 | | - app:srcCompat="@mipmap/logo_flowcrypt" |
72 | | - tools:layout_editor_absoluteX="-153dp" /> |
| 60 | + app:srcCompat="@mipmap/logo_flowcrypt" /> |
73 | 61 |
|
74 | 62 | <TextView |
75 | 63 | android:id="@+id/textViewConnectYourEmail" |
|
0 commit comments