Add center view button.
This commit is contained in:
parent
826f32beca
commit
f821f49b94
8 changed files with 25 additions and 1 deletions
BIN
app/src/main/res/drawable-hdpi/ic_center_focus_weak_black.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_center_focus_weak_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 504 B |
BIN
app/src/main/res/drawable-mdpi/ic_center_focus_weak_black.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_center_focus_weak_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 341 B |
BIN
app/src/main/res/drawable-xhdpi/ic_center_focus_weak_black.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_center_focus_weak_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 659 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_center_focus_weak_black.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_center_focus_weak_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 995 B |
BIN
app/src/main/res/drawable-xxxhdpi/ic_center_focus_weak_black.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_center_focus_weak_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -93,6 +93,15 @@
|
|||
fab:fab_title="Add new part"
|
||||
fab:fab_colorPressed="@color/white_pressed"/>
|
||||
|
||||
<com.getbase.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/center_view_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
fab:fab_icon="@drawable/ic_center_focus_weak_black"
|
||||
fab:fab_colorNormal="@color/white"
|
||||
fab:fab_title="Center view"
|
||||
fab:fab_colorPressed="@color/white_pressed" />
|
||||
|
||||
<com.getbase.floatingactionbutton.FloatingActionButton
|
||||
android:id="@+id/set_user_mode_button"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue