-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfloatButton.txt
More file actions
executable file
·25 lines (19 loc) · 983 Bytes
/
floatButton.txt
File metadata and controls
executable file
·25 lines (19 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout 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="com.eco.wifitoolmaster.MainActivity">
<include layout="@layout/content_main2" />
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin"
app:backgroundTint="@color/color_main"
app:srcCompat="@drawable/ic_settings_white_24dp" />
</android.support.design.widget.CoordinatorLayout>
======================================================
app:backgroundTint="@color/color_main" thay đổi màu nền