X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings_fragment.xml;h=c6be32b203ad8e9be2791dab117983c23be903e4;hp=bcf4d03af48566b153067f3ecf45cef3add86d4c;hb=48ae68b846bb5bb035e0d86659e4736b6db6f12d;hpb=430b2b303a01cad55c8a8c69faa536f4bb228cc3 diff --git a/app/src/main/res/layout/domain_settings_fragment.xml b/app/src/main/res/layout/domain_settings_fragment.xml index bcf4d03a..c6be32b2 100644 --- a/app/src/main/res/layout/domain_settings_fragment.xml +++ b/app/src/main/res/layout/domain_settings_fragment.xml @@ -1,35 +1,34 @@ + along with Privacy Browser Android. If not, see . --> - + android:descendantFocusability="beforeDescendants" + xmlns:app="http://schemas.android.com/apk/res-auto"> - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - @@ -333,16 +341,18 @@ android:orientation="horizontal" > - - + android:layout_width="match_parent" /> + android:hint="@string/custom_user_agent" + android:importantForAutofill="no" /> + + + + + + + + + + + + + @@ -447,24 +498,33 @@ android:layout_marginTop="1dp" android:layout_marginEnd="10dp" android:layout_gravity="center_vertical" - android:src="@drawable/font_size_light" - android:tint="?attr/domainSettingsIconTintColor" + android:src="@drawable/font_size" + app:tint="@color/blue_icon" android:contentDescription="@string/font_size" /> + @@ -481,30 +541,72 @@ android:orientation="horizontal" > + + + + + + + + + + + + + + android:src="@drawable/webview_light_theme" + app:tint="@color/blue_icon_selector" + android:contentDescription="@string/webview_theme" /> - + + android:src="@drawable/wide_viewport_enabled" + app:tint="@color/blue_icon_selector" + android:contentDescription="@string/wide_viewport" /> + android:layout_marginBottom="18dp" > - + android:textSize="18sp" + tools:ignore="TooManyViews" /> - - - + android:orientation="vertical" + android:padding="10dp" > - - + android:textColor="?android:textColorPrimary" /> - + android:layout_width="match_parent" + android:layout_marginStart="32dp" + android:orientation="vertical" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - + - - - - + + android:layout_width="match_parent" + android:layout_marginStart="32dp" + android:orientation="vertical" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + - + + - - + + - + - - + - - + - - + android:orientation="vertical" + android:padding="10dp" > - - + android:textColor="?android:textColorPrimary" /> - - - - - - - - - + android:layout_marginStart="32dp" + android:textColor="@color/blue_text" /> + + - + - + - - - - + android:textColor="?android:textColorPrimary" /> + android:layout_width="match_parent" + android:layout_marginStart="32dp" + android:textColor="@color/blue_text" /> - - - - + \ No newline at end of file