2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 18:07:55 +00:00

Revert "Use AppCompatButton to avoid the round borders of M3 buttons"

This reverts commit ca71ddef34741063aa06e11a5f06a733903898a1.
This commit is contained in:
Albert Vaca Cintora 2023-03-29 20:04:05 +02:00
parent ca71ddef34
commit a0e963c893

View File

@ -58,11 +58,13 @@
</LinearLayout>
<Button
android:id="@+id/pointer_button"
android:layout_width="match_parent"
android:layout_marginBottom="6dp"
android:layout_height="wrap_content"
android:layout_weight="0.30"
android:visibility="gone"
android:text="@string/presenter_pointer"
android:theme="@style/DisableableButton" />