[android] Migrate send note button to Material 3

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-11-14 18:48:48 +01:00
committed by x7z4w
parent 3b4ab0da89
commit 72920bb930
2 changed files with 30 additions and 4 deletions

View File

@@ -51,9 +51,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:background="?accentButtonBackground"
android:layout_marginTop="@dimen/margin_base"
android:enabled="true"
android:enabled="false"
android:text="@string/editor_report_problem_send_button"
app:backgroundTint="@null"/>
android:textColor="?android:textColorPrimaryInverse" />
</LinearLayout>