Cannot use Strapi to send comments, upvote or downvote in RPAN.

This commit is contained in:
Alex Ning
2021-07-07 22:13:56 +08:00
parent 571e1003aa
commit 6eecaaccfa
9 changed files with 22 additions and 64 deletions

View File

@@ -36,7 +36,8 @@
android:configChanges="orientation|screenSize|layoutDirection"
android:label="@string/rpan_activity_label"
android:parentActivityName=".activities.MainActivity"
android:theme="@style/AppTheme.TranslucentStatusBar" />
android:theme="@style/AppTheme.TranslucentStatusBar"
android:windowSoftInputMode="adjustPan" />
<activity
android:name=".activities.MotionTestActivity"
android:theme="@style/AppTheme.NoActionBar" />