|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
3 | 3 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 4 | + xmlns:tools="http://schemas.android.com/tools" |
4 | 5 | android:layout_width="match_parent"
|
5 | 6 | android:layout_height="match_parent">
|
6 | 7 |
|
|
112 | 113 | android:id="@+id/deviceListHeaderSignInWithQrCode"
|
113 | 114 | android:layout_width="0dp"
|
114 | 115 | android:layout_height="wrap_content"
|
| 116 | + android:visibility="gone" |
115 | 117 | app:layout_constraintEnd_toEndOf="parent"
|
116 | 118 | app:layout_constraintStart_toStartOf="parent"
|
117 | 119 | app:layout_constraintTop_toBottomOf="@id/deviceListOtherSessions"
|
118 |
| - app:sessionsListHeaderHasLearnMoreLink="false" |
119 | 120 | app:sessionsListHeaderDescription="@string/device_manager_sessions_sign_in_with_qr_code_description"
|
120 |
| - app:sessionsListHeaderTitle="@string/device_manager_sessions_sign_in_with_qr_code_title" /> |
| 121 | + app:sessionsListHeaderHasLearnMoreLink="false" |
| 122 | + app:sessionsListHeaderTitle="@string/device_manager_sessions_sign_in_with_qr_code_title" |
| 123 | + tools:visibility="visible" /> |
121 | 124 |
|
122 | 125 | <Button
|
123 | 126 | android:id="@+id/deviceListHeaderScanQrCodeButton"
|
|
126 | 129 | android:layout_marginHorizontal="16dp"
|
127 | 130 | android:layout_marginTop="12dp"
|
128 | 131 | android:text="@string/qr_code_login_scan_qr_code_button"
|
| 132 | + android:visibility="gone" |
129 | 133 | app:layout_constraintEnd_toEndOf="parent"
|
130 | 134 | app:layout_constraintStart_toStartOf="parent"
|
131 |
| - app:layout_constraintTop_toBottomOf="@id/deviceListHeaderSignInWithQrCode" /> |
| 135 | + app:layout_constraintTop_toBottomOf="@id/deviceListHeaderSignInWithQrCode" |
| 136 | + tools:visibility="visible" /> |
132 | 137 |
|
133 | 138 | <Button
|
134 | 139 | android:id="@+id/deviceListHeaderShowQrCodeButton"
|
|
139 | 144 | android:layout_marginTop="4dp"
|
140 | 145 | android:layout_marginBottom="12dp"
|
141 | 146 | android:text="@string/qr_code_login_show_qr_code_button"
|
| 147 | + android:visibility="gone" |
142 | 148 | app:layout_constraintEnd_toEndOf="parent"
|
143 | 149 | app:layout_constraintStart_toStartOf="parent"
|
144 |
| - app:layout_constraintTop_toBottomOf="@id/deviceListHeaderScanQrCodeButton" /> |
| 150 | + app:layout_constraintTop_toBottomOf="@id/deviceListHeaderScanQrCodeButton" |
| 151 | + tools:visibility="visible" /> |
145 | 152 |
|
146 | 153 | <include
|
147 | 154 | android:id="@+id/waiting_view"
|
|
0 commit comments