add the eraser button

This commit is contained in:
tibbi
2017-08-29 16:23:07 +02:00
parent 3e46a557bc
commit 768b7ac6ab
3 changed files with 14 additions and 0 deletions

View File

@@ -11,6 +11,14 @@
android:layout_height="match_parent"
android:background="@android:color/white"/>
<ImageView
android:id="@+id/eraser"
android:layout_width="@dimen/normal_icon_size"
android:layout_height="@dimen/normal_icon_size"
android:layout_toLeftOf="@+id/color_picker"
android:padding="@dimen/normal_margin"
android:src="@drawable/ic_eraser"/>
<ImageView
android:id="@+id/color_picker"
android:layout_width="@dimen/normal_icon_size"