jaydeepw / poly-picker

Android library project for providing multiple image selection from the device.
406 stars 114 forks source link

strings.xml: No images selected #29

Closed fotock closed 9 years ago

fotock commented 9 years ago

<TextView android:id="@+id/selected_photos_empty" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="No images selected" android:textAppearance="?android:attr/textAppearanceSmall" />

Could you please update the android:text to use @string/no_images_selected ? thanks.