Skip to content

Commit 0060a3d

Browse files
committed
Creating Conversation demo.
1 parent b89b571 commit 0060a3d

File tree

7 files changed

+676
-367
lines changed

7 files changed

+676
-367
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<category android:name="android.intent.category.LAUNCHER" />
2222
</intent-filter>
2323
</activity>
24+
<activity android:name="com.chattylabs.demo.voice.ConversationCreatorActivity"
25+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
26+
android:screenOrientation="portrait"
27+
android:windowSoftInputMode="stateVisible|adjustResize"/>
2428
</application>
2529

2630
</manifest>

0 commit comments

Comments
 (0)