|
|
|
@ -909,6 +909,18 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvExtra" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnNotification"
|
|
|
|
|
style="?android:attr/buttonStyleSmall"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:drawableEnd="@drawable/twotone_compare_arrows_24"
|
|
|
|
|
android:drawablePadding="6dp"
|
|
|
|
|
android:text="@string/title_advanced_notifications_service"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/btnApp" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnDelete"
|
|
|
|
|
style="?android:attr/buttonStyleSmall"
|
|
|
|
@ -919,7 +931,7 @@
|
|
|
|
|
android:drawablePadding="6dp"
|
|
|
|
|
android:text="@string/title_delete_account"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/btnApp" />
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/btnNotification" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnMore"
|
|
|
|
@ -989,7 +1001,7 @@
|
|
|
|
|
android:id="@+id/grpExtra"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
app:constraint_referenced_ids="btnApp,btnDelete,btnMore" />
|
|
|
|
|
app:constraint_referenced_ids="btnApp,btnNotification,btnDelete,btnMore" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|