|
35 | 35 | android:layout_below="@id/iv_alexa_logo"
|
36 | 36 | android:layout_centerHorizontal="true"
|
37 | 37 | android:layout_gravity="center"
|
38 |
| - android:layout_margin="30dp" |
39 |
| - android:layout_marginBottom="90px" |
| 38 | + android:layout_marginStart="30dp" |
| 39 | + android:layout_marginTop="15dp" |
| 40 | + android:layout_marginEnd="30dp" |
| 41 | + android:layout_marginBottom="15dp" |
40 | 42 | android:text="@string/alexa_examples"
|
41 | 43 | android:textAlignment="center"
|
42 | 44 | android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
|
91 | 93 | android:layout_marginBottom="10dp"
|
92 | 94 | android:text="@string/alexa_example_4"
|
93 | 95 | android:textAlignment="center"
|
94 |
| - android:textAppearance="@style/TextAppearance.AppCompat.Medium" /> |
| 96 | + android:textAppearance="@style/TextAppearance.AppCompat.Medium" |
| 97 | + android:visibility="gone" /> |
95 | 98 |
|
96 | 99 | <com.espressif.ui.BookerlyItalicText
|
97 | 100 | android:id="@+id/alexa_example_5"
|
|
132 | 135 | android:layout_marginStart="20dp"
|
133 | 136 | android:layout_marginTop="15dp"
|
134 | 137 | android:layout_marginEnd="20dp"
|
135 |
| - android:layout_marginBottom="30dp" |
| 138 | + android:layout_marginBottom="25dp" |
136 | 139 | android:gravity="center"
|
137 | 140 | android:text="To learn more and access additional features, download the Alexa App." />
|
138 | 141 |
|
|
0 commit comments