3.20
安卓drawablestate
• 所花时间:4
• 代码行数:174
• 博客容量:1
• 代码如下:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
tools:context=".drawableState"
android:orientation="vertical"
android:gravity="center">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="默认样式按钮"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="高级按钮"
android:background="@drawable/button_shape"
android:padding="5dp"
android:layout_marginTop="5dp"
/>
</LinearLayout>
浙公网安备 33010602011771号