Newer
Older
SafetyAuxiliary / app / src / main / res / layout / item_library_g.xml
<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/typeButton"
    android:layout_width="match_parent"
    android:layout_height="@dimen/dp_100"
    android:background="@drawable/button_main_selector"
    android:text="标准规范"
    android:textColor="@color/white"
    android:textSize="@dimen/sp_20" />