Settings Visuals

Update the layouts to be more final, and support tablets better.

Move about to always be last.

Always see everything.

Change-Id: I4b804c9bfcd4d3b7f978a2617d5c2c2b1cdfa6e4
This commit is contained in:
Jason Monk
2016-02-04 14:35:49 -05:00
parent 0eb0d9bfe3
commit 322cfe8be0
10 changed files with 8 additions and 47 deletions

View File

@@ -79,6 +79,7 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
mSuggestionsChecks = new SuggestionsChecks(mContext);
setHasStableIds(true);
setShowingAll(true);
}
public void setSuggestions(SuggestionParser suggestionParser) {
@@ -167,7 +168,6 @@ public class DashboardAdapter extends RecyclerView.Adapter<DashboardAdapter.Dash
tile.intent.getComponent().getClassName()), NS_ITEMS);
}
}
countItem(null, R.layout.see_all, true, NS_ITEMS);
notifyDataSetChanged();
}