]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/domain_settings.xml
Don't add URL redirects to the history list. Implements https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / domain_settings.xml
index 7485ef0063878a10972fd525d0f8b3bccc241ae7..00479b52e0052094794c5b3b5ba757b7670bd16b 100644 (file)
                     android:layout_marginEnd="10dp"
                     android:layout_gravity="center_vertical"
                     android:src="@drawable/user_agent"
-                    android:tint="@color/blue_800"
                     android:contentDescription="@string/user_agent" />
 
                 <Spinner
         </LinearLayout>
 
         <!-- Font Size. -->
-        <!-- We need to add an extra `android:layout_marginBottom="14dp"` to the last `LinearLayout` or the bottom of the `ScrollView` gets cutoff if API 25. -->
         <LinearLayout
             android:layout_height="wrap_content"
             android:layout_width="match_parent"
-            android:orientation="horizontal"
-            android:layout_marginBottom="14dp" >
+            android:orientation="horizontal" >
 
             <ImageView
                 android:layout_height="wrap_content"
                 android:layout_marginEnd="10dp"
                 android:layout_gravity="center_vertical"
                 android:src="@drawable/font_size"
-                android:tint="@color/blue_800"
                 android:contentDescription="@string/font_size" />
 
             <Spinner