Skip to content

Commit

Permalink
IDE-110 Change "Delete Project" button to Material Design 3 Standard (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
samurai-g authored Nov 25, 2024
1 parent f073a63 commit 11ad848
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions catroid/src/main/res/layout/fragment_project_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

</LinearLayout>

<Button
<com.google.android.material.button.MaterialButton
android:id="@+id/project_options_delete"
android:layout_width="220dp"
android:layout_height="wrap_content"
Expand All @@ -232,7 +232,9 @@
android:layout_marginTop="@dimen/material_design_spacing_x_large"
android:backgroundTint="@color/red"
android:text="@string/project_options_delete_project"
android:textAllCaps="true" />
android:textAllCaps="true"
android:textColor="@color/white"
app:cornerRadius="360dp" />

</LinearLayout>
</ScrollView>

0 comments on commit 11ad848

Please sign in to comment.