Index: webrtc/examples/androidapp/AndroidManifest.xml |
diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml |
index a8c09619c9f63f973e6692e076d5245e81b94d36..dfe8975b3144ba44a37c4cde4b54b0316dcbcc4a 100644 |
--- a/webrtc/examples/androidapp/AndroidManifest.xml |
+++ b/webrtc/examples/androidapp/AndroidManifest.xml |
@@ -22,7 +22,9 @@ |
android:allowBackup="false"> |
<activity android:name="ConnectActivity" |
- android:label="@string/app_name"> |
+ android:label="@string/app_name" |
+ android:theme="@style/Theme.AppCompat" |
+ android:windowSoftInputMode="adjustPan"> |
<intent-filter> |
<action android:name="android.intent.action.MAIN"/> |
<category android:name="android.intent.category.LAUNCHER"/> |