is PercentRelativeLayout replacement of LinearLayout weights ? probably yes.
but how can we make sure that we have optimized our app if we remove linear layouts and reduce layout hierarchy by replacing linear layout with percent relative layout and by removing weight attribute from views but add percentWidth and percentHeight instead of using weights.