From 269a01ed42916153e5c5e777e07724c08774c40f Mon Sep 17 00:00:00 2001 From: sal0max Date: Wed, 21 Sep 2022 06:57:42 +0200 Subject: Allow parallel installation of debug and release versions (#636) * Allow parallel installation of debug and release versions ...by adding '.debug' suffix to application id * add separate app name resource for debug build --- app/src/main/res/layout/activity_search.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml index 3e68d158..f6269887 100644 --- a/app/src/main/res/layout/activity_search.xml +++ b/app/src/main/res/layout/activity_search.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/coordinator_layout_search_activity" - tools:application=".SearchActivity"> + tools:application="ml.docilealligator.infinityforreddit.activities.SearchActivity"> + app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" /> -- cgit v1.2.3