Fix overlapped problem in SuW two panes mode

- The previous preview page will overlap the right pane in RTL language.
- The root cause is the false value of the clipToPadding and
  clipChildren.
- Use the TTheme.DeviceDefault.Settings.

Fixes: 204955818
Test: manual test
Change-Id: I75c7f419cf93ebe9c4e9e3cb24835163a6b01e11
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ffac933..67f74be 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1882,6 +1882,7 @@
 
         <activity
             android:name=".accessibility.AccessibilityScreenSizeForSetupWizardActivity"
+            android:theme="@android:style/Theme.DeviceDefault.Settings"
             android:exported="false"/>
 
         <activity