Skip to content

Conversation

@Princejhabak
Copy link
Contributor

Fixed #2399

Changes: Unused drawable file ic_search_black_24dp.xml is deleted.

<item name="closeIcon">@drawable/ic_close_black_24dp</item>
<!-- Search button icon -->
<item name="searchIcon">@drawable/ic_search_black_24dp</item>
<item name="searchIcon">@drawable/ic_search_white_24dp</item>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err why did you remove it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abishekvashok, sorry but you are addressing the drawable file or styles.xml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Styles.xml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abishekvashok, if the drawable file ic_search_black_24dp is removed then referencing it in styles.xml will produce error. And drawable file ic_search_black_24dp must be deleted as it is currently not used anywhere in the project.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The drawable was being used. You removed it's use and deleted it. See the entire diff

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abishekvashok, I had to remove the use of the drawable file because of this

screenshot_20190119-102052

So I had to create ic_search_white_24dp

@mariobehling mariobehling merged commit f4a2a8b into fossasia:development Jan 20, 2019
angmas1 added a commit to angmas1/phimpme-android that referenced this pull request Jan 20, 2019
* Merging development into master (fossasia#2156)

* Fix fossasia#2151-On back press operation issue resolved. (fossasia#2152)

* Fix fossasia#2154-Fixes issues for favourite section, security feature and SingleMediaActivity. (fossasia#2155)

* chore: Accept license agreement for SDK 26 to travis ci (fossasia#2418) (fossasia#2419)

* Fix fossasia#2410 Albums get selected properly. (fossasia#2415)

* Fix fossasia#1810 LongPress works correctly for selecting multiple photos in … (fossasia#2409)

* Fix fossasia#1810 LongPress works correctly for selecting multiple photos in FavouritesActivity.

* Corrected else brackets.

* Corrected(Moved Up).

* Fix fossasia#2399 - Remove redundant drawable ic_search_black_24dp (fossasia#2400)

* Replaced Toasts with SnackBars. (fossasia#2391)

* Readme improvement (fossasia#2327)

* readme_

* readme_improved
pull bot pushed a commit to sahilsaha7773/phimpme-android that referenced this pull request Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants