Skip to content

Commit

Permalink
Make no-filters message clickable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Nov 19, 2015
1 parent eb84314 commit d0edec1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
android:id="@+id/stub_no_filters"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="@dimen/spacing_huge"
android:layout_gravity="center"
android:layout="@layout/no_filters" />

Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/layout/no_filters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@

<io.plaidapp.ui.widget.BaselineGridTextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/no_filters"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/spacing_huge"
android:padding="@dimen/padding_normal"
app:topPaddingHint="@dimen/padding_normal"
android:textAlignment="center"
android:elevation="1dp"
android:background="?android:selectableItemBackground"
style="@style/Widget.Plaid.EmptyText" />

0 comments on commit d0edec1

Please sign in to comment.