mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add id to avoid null pointer exception
This commit is contained in:
parent
faa4f91052
commit
f9b06100d4
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
android:orientation="vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="61dp"
|
||||
android:layout_height="61dp"
|
||||
android:layout_gravity="center"
|
||||
|
|
Loading…
Reference in a new issue