]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/main_framelayout_top_appbar.xml
Combine drawable files. https://redmine.stoutner.com/issues/794
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / main_framelayout_top_appbar.xml
index 3e6f13b4b029fca2255ce782c69bf2f5834de70b..362df1a2d409e0f1bfe624ee4e9d164100d0504d 100644 (file)
                     <!-- `android:background="?attr/selectableItemBackground"` adds a ripple animation on touch. -->
                     <ImageView
                         android:id="@+id/close_find"
-                        android:src="@drawable/close_day"
+                        android:src="@drawable/close"
                         android:layout_width="35dp"
                         android:layout_height="35dp"
                         android:layout_marginStart="4dp"
                         android:layout_gravity="center_vertical"
                         android:paddingStart="10dp"
                         android:paddingEnd="10dp"
-                        android:src="@drawable/close_day"
+                        android:src="@drawable/close"
                         android:background="?attr/selectableItemBackground"
                         android:onClick="closeTab"
-                        android:contentDescription="@string/close_tab"
-                        app:tint="?attr/addTabIconTintColor" />
+                        android:contentDescription="@string/close_tab" />
 
                     <com.google.android.material.tabs.TabLayout
                         android:id="@+id/tablayout"
                         android:src="@drawable/add"
                         android:background="?attr/selectableItemBackground"
                         android:onClick="addTab"
-                        android:contentDescription="@string/add_tab"
-                        app:tint="?attr/addTabIconTintColor" />
+                        android:contentDescription="@string/add_tab" />
                 </LinearLayout>
             </com.google.android.material.appbar.AppBarLayout>