]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/tab_custom_view.xml
Clear the logcat after every page loads in Incognito Mode. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / tab_custom_view.xml
index 17085e412e9ec716fcef01fc81150ecd6ebe819e..49f61d4b16b248210d73685c394415c9e6b59e49 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"
     <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:textColor="?android:textColorPrimary"
         android:maxLines="2"
         android:ellipsize="end" />
 </LinearLayout>
\ No newline at end of file