This commit is contained in:
M66B 2021-03-30 18:16:34 +02:00
parent d650b5f01f
commit b89d7a76f7
1 changed files with 2 additions and 2 deletions

View File

@ -97,12 +97,12 @@
android:id="@+id/grp2"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="two,title2" />
app:constraint_referenced_ids="two,title2,tvPermissions" />
<androidx.constraintlayout.widget.Group
android:id="@+id/grp3"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="three,title3" />
app:constraint_referenced_ids="three,title3,tvDoze" />
</androidx.constraintlayout.widget.ConstraintLayout>
</eu.faircode.email.ScrollViewEx>