]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/domain_name_linearlayout.xml
Convert AboutViewSourceDialog to Kotlin. https://redmine.stoutner.com/issues/518
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / domain_name_linearlayout.xml
index 67a0597adc927b62b67e21e2c2a1f75fe98ef835..c80a38d85ba02b5f122f4107cf98781390ec1364 100644 (file)
@@ -24,7 +24,7 @@
     android:layout_height="wrap_content"
     android:layout_width="match_parent"
     android:orientation="horizontal"
-    android:background="?attr/domainsListSelectorColor" >
+    android:background="?attr/listSelectorDrawable" >
 
     <TextView
         android:id="@+id/domain_name_textview"
@@ -33,6 +33,6 @@
         android:textColor="?android:attr/textColorPrimary"
         android:textSize="22sp"
         android:layout_margin="10dp"
-        android:maxLines="1"
+        android:lines="1"
         android:ellipsize="end" />
 </LinearLayout>
\ No newline at end of file