一、activity_main.xml代码:文章来源地址https://www.toymoban.com/news/detail-770931.html
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:backgroundTint="#D8A91B"
tools:context=".MainActivity">
<Button
android:id="@+id/but1"
android:layout_width="211dp"
android:layout_height="60dp"
android:layout_marginStart="16dp"
android:layout_marginTop="32dp"
android:layout_marginEnd="16dp"
android:backgroundTint="#DAC82A"
android:text="Button"
文章来源:https://www.toymoban.com/news/detail-770931.html
到了这里,关于Android studio 花式按键的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!