Skip to content

Commit 5340e82

Browse files
committed
fix android manifest for sample
1 parent e074396 commit 5340e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/Android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<application
55
android:allowBackup="true"
66
android:label="@string/app_name"
7-
android:supportsRtl="true">
7+
android:supportsRtl="true"
8+
android:theme="@style/AppTheme">
89

910
<activity
1011
android:name="software.amazon.awssdk.iotsamples.MainActivity"

0 commit comments

Comments
 (0)