Fix button delete/deselect_all in edit_bar layout

This commit is contained in:
Margaux Clerc 2016-01-11 17:20:09 +01:00
parent 2f73b26325
commit c54b6dbc9d

View file

@ -32,16 +32,6 @@
android:layout_weight="0.2"
android:padding="15dp"/>
<ImageView
android:id="@+id/delete"
android:src="@drawable/delete"
android:background="@drawable/toolbar_button"
android:contentDescription="@string/content_description_valid"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.2"
android:padding="15dp"/>
<ImageView
android:id="@+id/deselect_all"
android:src="@drawable/deselect_all"
@ -53,4 +43,15 @@
android:visibility="gone"
android:padding="15dp"/>
<ImageView
android:id="@+id/delete"
android:src="@drawable/delete"
android:background="@drawable/toolbar_button"
android:contentDescription="@string/content_description_valid"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.2"
android:padding="15dp"/>
</LinearLayout>