Android Studio Refresh Layout without Rebuilding Project

According to: Android Studio: How to 'Refresh' after adding file?

There is no refresh option for do that on AndroidStudio

There is only an option for Make project in Build -> Build Project.

But, i think this option will do the refresh option:

File->Synchronize. Or equivalently, Ctrl+Alt+Y or the little circle with arrows menu button.

Update: In the new Android Studio, This feature is available. Thanks to jason.


Because the answer isn't stated anywhere in this thread even though it's marked as accepted:

Click on your preview and press R

Source: How to refresh preview on Android Studio 2.2?