]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/requests_item_linearlayout.xml
Finish tabbed browsing. https://redmine.stoutner.com/issues/22
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / requests_item_linearlayout.xml
index 33d48cbf5d5cf881add5e784b84e89df889e835f..fee278268597a6ad143360960f39291f04c770ae 100644 (file)
@@ -26,7 +26,7 @@
     android:orientation="horizontal">
 
     <TextView
-        android:id="@+id/request_item_action"
+        android:id="@+id/request_item_disposition"
         android:layout_height="wrap_content"
         android:layout_width="wrap_content"
         android:layout_margin="10dp"
@@ -38,6 +38,6 @@
         android:layout_width="wrap_content"
         android:layout_margin="10dp"
         android:textSize="16sp"
-        android:maxLines="1"
+        android:lines="1"
         android:ellipsize="end" />
 </LinearLayout>
\ No newline at end of file