We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e074396 commit 5340e82Copy full SHA for 5340e82
samples/Android/app/src/main/AndroidManifest.xml
@@ -4,7 +4,8 @@
4
<application
5
android:allowBackup="true"
6
android:label="@string/app_name"
7
- android:supportsRtl="true">
+ android:supportsRtl="true"
8
+ android:theme="@style/AppTheme">
9
10
<activity
11
android:name="software.amazon.awssdk.iotsamples.MainActivity"
0 commit comments