diff options
Diffstat (limited to 'app/src/main/res/layout/activity_search_subreddits_result.xml')
-rw-r--r-- | app/src/main/res/layout/activity_search_subreddits_result.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_search_subreddits_result.xml b/app/src/main/res/layout/activity_search_subreddits_result.xml index 3d0467d6..183104b1 100644 --- a/app/src/main/res/layout/activity_search_subreddits_result.xml +++ b/app/src/main/res/layout/activity_search_subreddits_result.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:id="@+id/coordinator_layout_search_subreddits_result_activity" android:background="?attr/backgroundColor" tools:application=".SearchSubredditsResultActivity"> |