Add collapsing toolbar to Device Admin Add page

Test: Built the apk and see new collapsing tool bar on this page
Fix: 183689071
Change-Id: I42457fc75f2b725b39e1a1187ffa6d21f5bfe164
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 71941d1..300f795 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1491,6 +1491,7 @@
         <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
                   android:label="@string/device_admin_add_title"
                   android:exported="true"
+                  android:theme="@style/Theme.SubSettings"
                   android:clearTaskOnLaunch="true">
             <intent-filter>
                 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />