[cat_title](https://github.com/dakshj/TMDb_Sample/blob/master/app/src/main/res/layout/activity_movie_detail_app_bar_layout.xml#L68) is invisible in whenever we run the app in [`minifyEnabled true`](https://github.com/dakshj/TMDb_Sample/blob/master/app/build.gradle#L51). It becomes visible when we add `-dontobfuscate` to [proguard-rules.pro](https://github.com/dakshj/TMDb_Sample/blob/master/app/proguard-rules.pro).