commit
e73b94bdd0
3 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
android:layout_height="wrap_content" android:textSize="20sp" />
|
||||
|
||||
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="@drawable/reset"
|
||||
android:contentDescription="@string/default_buttons_delete"
|
||||
android:paddingLeft="2dp" android:paddingRight="2dp"
|
||||
android:paddingTop="2dp" android:layout_height="wrap_content" />
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/remove"
|
||||
android:contentDescription="@string/default_buttons_delete"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/reset"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
android:layout_height="wrap_content" android:textSize="20sp" />
|
||||
|
||||
<ImageButton android:id="@+id/remove" android:layout_width="wrap_content" android:background="@drawable/reset"
|
||||
android:contentDescription="@string/default_buttons_delete"
|
||||
android:paddingLeft="2dp" android:paddingRight="2dp"
|
||||
android:paddingTop="2dp" android:layout_height="wrap_content" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue