X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fdomain_settings_fragment.xml;h=b741aed00cc72bd9900e8856d8849009eec989a2;hp=f2c8fb64fac8ac18c621a78a2a163c93e6658a28;hb=8a775f43cc1ce3a277e8875da66a57eac353088d;hpb=4ecc3c256e439e7779d1db4d84800a6b2f9b13e6 diff --git a/app/src/main/res/layout/domain_settings_fragment.xml b/app/src/main/res/layout/domain_settings_fragment.xml index f2c8fb64..b741aed0 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 +347,18 @@ android:orientation="horizontal" > - - + android:importantForAutofill="no" /> + + + + + + + + + + + + + @@ -448,24 +504,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" /> + @@ -482,31 +547,34 @@ android:orientation="horizontal" > - + + android:src="@drawable/webview_light_theme" + app:tint="@color/blue_icon_selector" + android:contentDescription="@string/webview_theme" /> + + + + + + + + + + + + + + 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:textColor="?android:textColorPrimary" /> - + 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