|
20 | 20 | android:layout_width="match_parent" |
21 | 21 | android:layout_height="match_parent" |
22 | 22 | android:fitsSystemWindows="true" |
23 | | - tools:context=".MainActivity"> |
| 23 | + tools:context=".MainActivity" |
| 24 | + tools:openDrawer="start"> |
24 | 25 |
|
25 | 26 | <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
26 | 27 | xmlns:app="http://schemas.android.com/apk/res-auto" |
|
80 | 81 |
|
81 | 82 | <androidx.constraintlayout.widget.ConstraintLayout |
82 | 83 | android:layout_width="match_parent" |
83 | | - android:layout_height="match_parent"> |
| 84 | + android:layout_height="match_parent" |
| 85 | + tools:visibility="visible"> |
84 | 86 |
|
85 | 87 | <androidx.constraintlayout.widget.ConstraintLayout |
86 | 88 | android:id="@+id/navigation_user_layout" |
87 | 89 | android:layout_width="0dp" |
88 | 90 | android:layout_height="wrap_content" |
89 | | - android:layout_marginBottom="16dp" |
| 91 | + android:background="?selectableItemBackground" |
| 92 | + android:paddingTop="16dp" |
| 93 | + android:paddingBottom="16dp" |
90 | 94 | app:layout_constraintBottom_toBottomOf="parent" |
91 | 95 | app:layout_constraintEnd_toEndOf="parent" |
92 | 96 | app:layout_constraintStart_toStartOf="parent"> |
|
124 | 128 | android:id="@+id/navigation_footer_separator" |
125 | 129 | android:layout_width="0dp" |
126 | 130 | android:layout_height="1dp" |
127 | | - android:layout_marginBottom="16dp" |
128 | 131 | android:background="@color/arduino_fog" |
129 | 132 | app:layout_constraintBottom_toTopOf="@id/navigation_user_layout" |
130 | 133 | app:layout_constraintEnd_toEndOf="parent" |
|
134 | 137 | android:id="@+id/navigation_privacy_policy" |
135 | 138 | android:layout_width="0dp" |
136 | 139 | android:layout_height="wrap_content" |
137 | | - android:layout_marginBottom="16dp" |
| 140 | + android:background="?selectableItemBackground" |
138 | 141 | android:fontFamily="@font/open_sans" |
139 | 142 | android:gravity="center" |
| 143 | + android:paddingTop="16dp" |
| 144 | + android:paddingBottom="16dp" |
140 | 145 | android:text="@string/arduino_auth_privacy" |
141 | 146 | android:textColor="@color/arduino_gris" |
142 | 147 | android:textSize="14sp" |
|
0 commit comments