Created by: raviagarwal7
Correct Sorting:
int[] styleable ActionBar { }
int styleable ActionBar_background 10
int styleable ActionBar_backgroundSplit 12
int styleable ActionBar_backgroundStacked 11
int styleable ActionBar_contentInsetEnd 21
...
int[] styleable ActionBarLayout { 0x7f060008 }
int styleable ActionBarLayout_android_layout_gravity 0
Incorrect Sorting
int[] styleable ActionBar { }
int[] styleable ActionBarLayout { 0x7f060008 }
int styleable ActionBarLayout_android_layout_gravity 0
int styleable ActionBar_background 10
int styleable ActionBar_backgroundSplit 12
int styleable ActionBar_backgroundStacked 11
int styleable ActionBar_contentInsetEnd 21
...