Split preferences into separate fragments

<img src="https://alexbakker.me/u/5phth0i1ga.png" width="300" />
This commit is contained in:
Alexander Bakker 2021-01-13 21:03:14 +01:00
parent 260a3b9c78
commit ef8c116bdc
53 changed files with 1706 additions and 1406 deletions

View file

@ -127,6 +127,7 @@ public class OverallTest extends AegisTest {
openContextualActionModeOverflowMenu();
onView(withText(R.string.action_settings)).perform(click());
onView(withId(androidx.preference.R.id.recycler_view)).perform(RecyclerViewActions.actionOnItem(hasDescendant(withText(R.string.pref_security_group_title)), click()));
onView(withId(androidx.preference.R.id.recycler_view)).perform(RecyclerViewActions.actionOnItem(hasDescendant(withText(R.string.pref_encryption_title)), click()));
onView(withId(android.R.id.button1)).perform(click());