]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/domain_settings_fragment.xml
Add X-Requested-With settings. https://redmine.stoutner.com/issues/819
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / domain_settings_fragment.xml
index b741aed00cc72bd9900e8856d8849009eec989a2..0f43c16e54bc2df51564ce04c4f2ff9046b12cb3 100644 (file)
                 android:layout_marginStart="45dp"
                 android:layout_marginEnd="36dp"
                 android:textSize="13sp" />
+
+            <TextView
+                android:id="@+id/x_requested_with_header_explanation_textview"
+                android:layout_height="wrap_content"
+                android:layout_width="match_parent"
+                android:layout_marginTop="8dp"
+                android:layout_marginStart="45dp"
+                android:layout_marginEnd="36dp"
+                android:textSize="11sp"
+                android:text="@string/x_requested_with_header_explanation" />
         </LinearLayout>
 
         <!-- Font Size. -->