|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <androidx.constraintlayout.widget.ConstraintLayout 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 | android:background="@color/arduino_white"> |
|
20 | 21 | android:layout_width="40dp" |
21 | 22 | android:layout_height="40dp" |
22 | 23 | android:layout_marginStart="18dp" |
23 | | - android:background="@null" |
| 24 | + android:background="?selectableItemBackgroundBorderless" |
24 | 25 | android:contentDescription="@null" |
25 | 26 | android:scaleType="centerInside" |
26 | 27 | android:src="@drawable/ic_arduino_auth_close" |
|
47 | 48 | android:layout_width="0dp" |
48 | 49 | android:layout_height="wrap_content" |
49 | 50 | android:layout_marginStart="15dp" |
50 | | - android:layout_marginEnd="30dp" |
| 51 | + android:layout_marginEnd="15dp" |
51 | 52 | android:ellipsize="end" |
52 | 53 | android:fontFamily="@font/open_sans_bold" |
53 | 54 | android:gravity="center" |
|
117 | 118 | android:visibility="gone" |
118 | 119 | app:layout_constraintEnd_toEndOf="parent" |
119 | 120 | app:layout_constraintStart_toStartOf="parent" |
120 | | - app:layout_constraintTop_toBottomOf="@id/section_arduino_account_email"> |
| 121 | + app:layout_constraintTop_toBottomOf="@id/section_arduino_account_email" |
| 122 | + tools:visibility="visible"> |
121 | 123 |
|
122 | 124 | <View |
123 | 125 | android:id="@+id/section_google_drive_sync_separator" |
|
178 | 180 | android:visibility="gone" |
179 | 181 | app:layout_constraintEnd_toEndOf="parent" |
180 | 182 | app:layout_constraintStart_toStartOf="parent" |
181 | | - app:layout_constraintTop_toBottomOf="@id/section_google_drive_switch_layout"> |
| 183 | + app:layout_constraintTop_toBottomOf="@id/section_google_drive_switch_layout" |
| 184 | + tools:visibility="visible"> |
182 | 185 |
|
183 | 186 | <TextView |
184 | 187 | android:id="@+id/section_google_drive_switch_change" |
|
0 commit comments