]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/databaseview_spinner_dropdown_items.xml
Finish tabbed browsing. https://redmine.stoutner.com/issues/22
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / databaseview_spinner_dropdown_items.xml
index 5e3c1ff0b603abf47a49c5a89077c12c00534be4..9efa9ef146a339d97cd2a9c1fa6b2b4f7fcf4612 100644 (file)
 
     <!-- A `CheckedTextView` allows the color of the text to be changed when it is selected (checked). -->
     <CheckedTextView
-        xmlns:android="http://schemas.android.com/apk/res/android"
         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="20dp"
         android:paddingEnd="20dp"