]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/appbar_spinner_item.xml
Add the option to display the password in the HTTP authentication dialog. https...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / appbar_spinner_item.xml
index 3b79130b28f7fc7cccb118626ded0e7d656ad0cd..ef6123a208fc8de0680e5074d54dffcd6e9af92a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2017-2019 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2017-2020 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
         android:id="@+id/spinner_item_textview"
         android:layout_height="wrap_content"
         android:layout_width="match_parent"
-        android:maxLines="1"
+        android:lines="1"
         android:ellipsize="end"
         android:paddingStart="10dp"
         android:paddingEnd="10dp"
         android:textSize="18sp"
-        android:textColor="?attr/spinnerHeaderTextColor" />
+        android:textColor="?android:attr/textColorPrimary" />
 </LinearLayout>
\ No newline at end of file