]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/tab_custom_view.xml
Switch to the new Day/Night theme. https://redmine.stoutner.com/issues/522
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / tab_custom_view.xml
index 17085e412e9ec716fcef01fc81150ecd6ebe819e..42782a8cd808e6440a351463cdb2df6c273c4968 100644 (file)
@@ -24,7 +24,7 @@
     android:layout_height="match_parent"
     android:layout_width="wrap_content"
     android:orientation="horizontal"
-    tools:ignore="UseCompoundDrawables">
+    tools:ignore="UseCompoundDrawables" >
 
     <ImageView
         android:id="@+id/favorite_icon_imageview"
@@ -38,7 +38,7 @@
     <TextView
         android:id="@+id/title_textview"
         android:layout_height="match_parent"
-        android:layout_width="120dp"
+        android:layout_width="100dp"
         android:gravity="center_vertical"
         android:text="@string/new_tab"
         android:maxLines="2"