| | |
| | | android:background="@mipmap/bgm" |
| | | tools:context=".MainActivity"> |
| | | |
| | | <com.google.android.material.floatingactionbutton.FloatingActionButton |
| | | <!-- <com.google.android.material.floatingactionbutton.FloatingActionButton |
| | | android:id="@+id/fab" |
| | | android:visibility="gone" |
| | | android:layout_width="wrap_content" |
| | |
| | | app:elevation="20dp" |
| | | app:fabSize="normal" |
| | | app:pressedTranslationZ="5dp" |
| | | app:rippleColor="@color/DarkGray" /> |
| | | app:rippleColor="@color/DarkGray" />--> |
| | | |
| | | <ImageView |
| | | android:id="@+id/logo" |
| | | android:layout_width="100dp" |
| | | android:layout_height="100dp" |
| | | android:scaleType="center" |
| | | android:layout_marginTop="50dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginLeft="50dp" |
| | | android:src="@mipmap/logo"/> |
| | | |
| | |
| | | android:padding="0dp" |
| | | android:background="@drawable/round_button_down" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="设置" |
| | | android:onClick="toset" |
| | | android:textColor="@color/white" |
| | | android:textSize="30sp" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_margin="10dp" |
| | | android:layout_alignParentBottom="true"/> |
| | | </RelativeLayout> |