Commit 59c5d01c authored by Mygod's avatar Mygod

Fix ImageView app:srcCompat

parent ae4e57ab
......@@ -27,7 +27,7 @@
android:gravity="center_vertical"
android:maxLines="2"
android:ellipsize="end"/>
<ImageView android:id="@+id/edit"
<android.support.v7.widget.AppCompatImageView android:id="@+id/edit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="4dp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment