|
22 | 22 | android:layout_alignParentLeft="true" |
23 | 23 | android:layout_alignParentStart="true" |
24 | 24 | tools:ignore="RtlHardcoded"> |
25 | | - <ImageView |
26 | | - android:id="@+id/msw_logo" |
27 | | - android:layout_width="275dip" |
28 | | - android:layout_height="100dip" |
29 | | - android:src="@raw/front_splash" |
30 | | - android:gravity="center_vertical|center_horizontal|center" |
31 | | - android:contentDescription="@string/image_view" |
32 | | - android:layout_gravity="top" |
33 | | - android:layout_centerVertical="true" |
34 | | - android:layout_centerHorizontal="true" /> |
35 | 25 |
|
36 | | - <TextView |
37 | | - android:id="@+id/msw_loading_text" |
38 | | - android:layout_height="wrap_content" |
39 | | - android:gravity="center_vertical|center_horizontal|center" |
40 | | - android:layout_width="match_parent" |
41 | | - tools:ignore="NotSibling" |
42 | | - android:text="@string/loading_app" |
43 | | - android:textSize="21sp" |
44 | | - android:textStyle="bold" |
45 | | - android:textColor="@color/cardview_light_background" |
46 | | - android:layout_marginTop="32dp" |
47 | | - android:layout_below="@+id/msw_logo" |
48 | | - android:layout_alignParentLeft="true" |
49 | | - android:layout_alignParentStart="true" /> |
| 26 | + <TextView |
| 27 | + android:id="@+id/msw_loading_text" |
| 28 | + android:layout_width="wrap_content" |
| 29 | + android:layout_height="wrap_content" |
| 30 | + android:gravity="center_vertical|center_horizontal|center" |
| 31 | + android:text="@string/loading_app" |
| 32 | + android:textColor="@color/cardview_light_background" |
| 33 | + android:textSize="21sp" |
| 34 | + android:textStyle="bold" |
| 35 | + tools:ignore="NotSibling" /> |
50 | 36 |
|
51 | 37 | </RelativeLayout> |
52 | 38 | <WebView |
|
77 | 63 | android:layout_alignParentBottom="true" |
78 | 64 | android:layout_alignParentStart="true" |
79 | 65 | android:visibility="visible" /> |
| 66 | + |
| 67 | + <RelativeLayout |
| 68 | + android:id="@+id/security_overlay" |
| 69 | + android:layout_width="match_parent" |
| 70 | + android:layout_height="match_parent" |
| 71 | + android:background="@color/colorPrimary" |
| 72 | + android:clickable="true" |
| 73 | + android:focusable="true" |
| 74 | + android:gravity="bottom|center_horizontal" |
| 75 | + android:paddingBottom="100sp" |
| 76 | + android:visibility="gone"> |
| 77 | + |
| 78 | + <Button |
| 79 | + android:id="@+id/retry_auth_button" |
| 80 | + android:layout_width="wrap_content" |
| 81 | + android:layout_height="wrap_content" |
| 82 | + android:layout_centerInParent="true" |
| 83 | + android:backgroundTint="@color/colorPrimaryDark" |
| 84 | + android:padding="21dp" |
| 85 | + android:text="@string/authenticate" |
| 86 | + android:textColor="@color/white" |
| 87 | + android:textSize="16sp" /> |
| 88 | + |
| 89 | + </RelativeLayout> |
80 | 90 | </RelativeLayout> |
81 | 91 | </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> |
0 commit comments