Skip to content

Commit c82a8b1

Browse files
committed
Merge branch 'feature/avs_ble_alexa_ui_changes' into 'versions/avs-ble'
- Changed LWA library. See merge request idf/esp-idf-provisioning-android!15
2 parents 4915759 + aab25ed commit c82a8b1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

app/src/main/java/com/espressif/provision/transport/BLETransport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void onServicesDiscovered(BluetoothGatt gatt, int status) {
191191
}
192192
service = gatt.getService(serviceUuid);
193193
bluetoothGatt = gatt;
194-
bluetoothGatt.requestMtu(400);
194+
// bluetoothGatt.requestMtu(400);
195195

196196
for (BluetoothGattCharacteristic characteristic:service.getCharacteristics()) {
197197
characteristic.setWriteType(BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT);

app/src/main/res/layout/content_alexa_things_to_try.xml

+7-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@
3535
android:layout_below="@id/iv_alexa_logo"
3636
android:layout_centerHorizontal="true"
3737
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"
4042
android:text="@string/alexa_examples"
4143
android:textAlignment="center"
4244
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
@@ -91,7 +93,8 @@
9193
android:layout_marginBottom="10dp"
9294
android:text="@string/alexa_example_4"
9395
android:textAlignment="center"
94-
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
96+
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
97+
android:visibility="gone" />
9598

9699
<com.espressif.ui.BookerlyItalicText
97100
android:id="@+id/alexa_example_5"
@@ -132,7 +135,7 @@
132135
android:layout_marginStart="20dp"
133136
android:layout_marginTop="15dp"
134137
android:layout_marginEnd="20dp"
135-
android:layout_marginBottom="30dp"
138+
android:layout_marginBottom="25dp"
136139
android:gravity="center"
137140
android:text="To learn more and access additional features, download the Alexa App." />
138141

login-with-amazon-sdk.jar

-59.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)