私はアンドロイドのプログラミングには初めてです。ボタンの色を変更するにはどうすればいいですか? 背景色アドオンについてはアンドロイドスタジオのボタンの色を変更するには
android:textColor="<hex color>"
:テキストの色アドオンについては
<Button
android:id="@+id/btn"
android:layout_width="55dp"
android:layout_height="50dp"
android:layout_gravity="center"
android:text="Button Text"
android:paddingBottom="20dp"/>
をあなたがここに尋ねる前にGoogleで検索してきたはずです。 :) – theapache64