Update Private DNS Setting theme

- Use Material3 themes instead of AppCompat themes

Bug: 405316613
Flag: EXEMPT resource file only update
Test: Manual testing
Change-Id: I2517eda47bdec34eef18c791991d0c5c478f607f
diff --git a/res/layout/private_dns_mode_dialog.xml b/res/layout/private_dns_mode_dialog.xml
index bee949a..83b01da 100644
--- a/res/layout/private_dns_mode_dialog.xml
+++ b/res/layout/private_dns_mode_dialog.xml
@@ -17,9 +17,9 @@
 <ScrollView
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:theme="@style/Theme.Network"
     android:layout_width="match_parent"
-    android:layout_height="wrap_content"
-    android:theme="@style/Theme.AppCompat.DayNight">
+    android:layout_height="wrap_content">
 
     <LinearLayout
         android:layout_width="match_parent"