diff --git a/app/src/main/res/layout/nav_list.xml b/app/src/main/res/layout/nav_list.xml index 9fcf9d9fc..f5e838cb5 100644 --- a/app/src/main/res/layout/nav_list.xml +++ b/app/src/main/res/layout/nav_list.xml @@ -1,80 +1,73 @@ - + + - + android:layout_height="@dimen/listitem_iconwithtext_height" + android:layout_alignParentBottom="true" + android:background="?attr/selectableItemBackground" + android:contentDescription="@string/settings_label" + android:orientation="horizontal"> - + + + + - + + - - - - - - - + + + + diff --git a/app/src/main/res/layout/subscription_item.xml b/app/src/main/res/layout/subscription_item.xml index 19b9943e4..261893a09 100644 --- a/app/src/main/res/layout/subscription_item.xml +++ b/app/src/main/res/layout/subscription_item.xml @@ -1,40 +1,38 @@ - - + + + + + + + + - - - - - - + android:ellipsize="end" + android:gravity="center" + android:background="@color/light_gray" + tools:text="@string/app_name"/> + + + +