Add delete menu item for TimerViewHolder
This commit is contained in:
@@ -47,6 +47,16 @@
|
||||
android:layout_alignParentEnd="true"
|
||||
style="@style/TimerAction"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/menu"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_overflow_24dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="@dimen/cardview_action_icon_margin"
|
||||
style="@style/TimerAction"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
Reference in New Issue
Block a user