]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/main_framelayout_bottom_appbar.xml
Enable searching of the logcat. https://redmine.stoutner.com/issues/381
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / main_framelayout_bottom_appbar.xml
index 3f9ac8ef2bfa59c547d6092ba554412a95c0fc5c..497a823bd3f4bdc46bd50fa7a0be9e2f0ec3c8b4 100644 (file)
                             android:background="?attr/selectableItemBackground"
                             android:contentDescription="@string/previous"
                             android:onClick="findPreviousOnPage"
-                            app:tint="?attr/findOnPageIconTintColor" />
+                            app:tint="@color/blue_icon" />
 
                         <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. -->
                         <ImageView
                             android:background="?attr/selectableItemBackground"
                             android:contentDescription="@string/next"
                             android:onClick="findNextOnPage"
-                            app:tint="?attr/findOnPageIconTintColor" />
+                            app:tint="@color/blue_icon" />
 
                         <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. -->
                         <ImageView
                             android:background="?attr/selectableItemBackground"
                             android:contentDescription="@string/close"
                             android:onClick="closeFindOnPage"
-                            app:tint="?attr/findOnPageIconTintColor" />
+                            app:tint="@color/blue_icon" />
                     </LinearLayout>
 
                     <!-- The toolbar. -->