parts: Adapt to S style

Co-authored-by: LuK1337 <priv.luk@gmail.com>
Change-Id: I9eaf3d5580a756ccb56e7757590bbd4b8092277c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d22765f..0c6542a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
 <!--
 /**
  * Copyright 2016, The CyanogenMod Project
- * Copyright 2017-2020, The LineageOS Project
+ * Copyright 2017-2021, The LineageOS Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@
 
     <application android:label="@string/lineageparts_title"
             android:icon="@mipmap/ic_launcher"
-            android:theme="@style/Theme.Settings"
+            android:theme="@style/Theme.SubSettingsBase"
             android:hardwareAccelerated="true"
             android:supportsRtl="true"
             android:defaultToDeviceProtectedStorage="true"
@@ -220,7 +220,7 @@
                 android:value="com.android.settings.category.ia.my_device_info" />
             <meta-data
                 android:name="com.android.settings.order"
-                android:value="16" />
+                android:value="2" />
             <meta-data
                 android:name="com.android.settings.summary"
                 android:resource="@string/summary_empty" />