Skip to content
This repository was archived by the owner on Oct 23, 2020. It is now read-only.

Commit e22cfa6

Browse files
committed
Merge pull request #242 from Clans/dev
Undo changes.
2 parents 8f5776c + 8235c97 commit e22cfa6

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

sample/src/main/res/layout/home_fragment.xml

+1-41
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,6 @@
1717
android:layout_marginBottom="12dp"
1818
android:layout_marginRight="16dp"
1919
android:src="@drawable/ic_menu"
20-
app:fab_elevationCompat="4dp"
21-
android:visibility="gone"/>
22-
23-
<com.github.clans.fab.FloatingActionMenu
24-
android:id="@+id/menu_green"
25-
android:layout_width="match_parent"
26-
android:layout_height="match_parent"
27-
android:layout_gravity="bottom|right"
28-
android:paddingRight="16dp"
29-
android:paddingBottom="16dp"
30-
app:menu_icon="@drawable/ic_star"
31-
app:menu_animationDelayPerItem="0"
32-
app:menu_colorNormal="#43A047"
33-
app:menu_colorPressed="#2E7D32"
34-
app:menu_colorRipple="#1B5E20"
35-
app:menu_labels_maxLines="2"
36-
app:menu_labels_ellipsize="end"
37-
app:menu_backgroundColor="#ccffffff">
38-
39-
<com.github.clans.fab.FloatingActionButton
40-
android:layout_width="wrap_content"
41-
android:layout_height="wrap_content"
42-
android:src="@drawable/ic_edit"
43-
app:fab_label="Menu item 1"
44-
style="@style/MenuButtonsSmall.Green" />
45-
46-
<com.github.clans.fab.FloatingActionButton
47-
android:layout_width="wrap_content"
48-
android:layout_height="wrap_content"
49-
android:src="@drawable/ic_edit"
50-
app:fab_label="Menu item 2"
51-
style="@style/MenuButtonsSmall.Green" />
52-
53-
<com.github.clans.fab.FloatingActionButton
54-
android:layout_width="wrap_content"
55-
android:layout_height="wrap_content"
56-
android:src="@drawable/ic_edit"
57-
app:fab_label="@string/lorem_ipsum"
58-
style="@style/MenuButtonsSmall.Green" />
59-
60-
</com.github.clans.fab.FloatingActionMenu>
20+
app:fab_elevationCompat="4dp" />
6121

6222
</FrameLayout>

0 commit comments

Comments
 (0)