diff options
author | sal0max <msal.coding@gmail.com> | 2022-09-21 04:57:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 04:57:42 +0000 |
commit | 269a01ed42916153e5c5e777e07724c08774c40f (patch) | |
tree | 5a1e849c261ada5e368fccf934d78edfc8a221f6 /app/src/main/res | |
parent | 3c492d262621c3f69cd03a33b12260f73aeaeba2 (diff) | |
download | infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.gz infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.bz2 infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.lz infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.xz infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.tar.zst infinity-for-reddit-269a01ed42916153e5c5e777e07724c08774c40f.zip |
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
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_search.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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"> <com.google.android.material.appbar.AppBarLayout android:id="@+id/appbar_layout_search_activity" @@ -119,7 +119,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" - app:layoutManager=".customviews.LinearLayoutManagerBugFixed" /> + app:layoutManager="ml.docilealligator.infinityforreddit.customviews.LinearLayoutManagerBugFixed" /> </LinearLayout> |