-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Delete rooms in the device connect fragment #2289
Conversation
@iamareebjamal please review it. |
PRF |
@liveHarshit can you please review it. : ) |
IMO alert dialog should display. |
We are approaching in the way present in google home. There no alert box is shown. So we have not used it here. |
app/src/main/res/values/dimens.xml
Outdated
@@ -137,4 +138,8 @@ | |||
<dimen name="height_minimum">2dp</dimen> | |||
<dimen name="height_room_recycler">20dp</dimen> | |||
<dimen name="width_room_recycler">20dp</dimen> | |||
<dimen name="room_image_weight">1</dimen> | |||
<dimen name="room_name_weight">4</dimen> | |||
<dimen name="room_delete_weight">1</dimen> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to declare weight here, these are not dimensions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Please review now
@iamareebjamal please review it now |
Fixes #2287
Changes:
User can now delete the name of the rooms he added before
Screenshots for the change:
![ezgif com-video-to-gif](https://user-images.githubusercontent.com/43731599/60385494-6e2a6980-9aa7-11e9-933c-266f819192b7.gif)
Apk:
app-fdroid-debug.apk.zip