edit button with image
This commit is contained in:
@@ -51,15 +51,16 @@
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<Button
|
||||
<ImageButton
|
||||
android:id="@+id/edit"
|
||||
style="@style/SelectableItem"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/edit"
|
||||
android:focusable="false"
|
||||
android:enabled="true"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="@color/black"
|
||||
android:src="@drawable/ic_action_edit"
|
||||
android:text="@string/edit" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user