File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <selector xmlns : android =" http://schemas.android.com/apk/res/android" >
3
+ <item android : state_selected =" false" android : state_pressed =" false" >
4
+ <layer-list >
5
+ <item android : top =" -10dp" android : left =" -1000dp" android : right =" -1000dp" >
6
+ <shape android : shape =" rectangle" >
7
+ <stroke android : color =" @color/gray" android : width =" 0.5dp" />
8
+ </shape >
9
+ </item >
10
+ </layer-list >
11
+ </item >
12
+ </selector >
Original file line number Diff line number Diff line change 370
370
<item name =" tabTextColor" >?attr/wpColorOnSurfaceMedium</item >
371
371
<item name =" tabSelectedTextColor" >?attr/colorOnSurface</item >
372
372
<item name =" tabIndicatorColor" >?attr/colorPrimary</item >
373
+ <item name =" tabBackground" >@drawable/tab_indicator_color</item >
373
374
<item name =" android:layout_marginBottom" >@dimen/bottom_tabs_divider_size</item >
374
375
</style >
375
376
You can’t perform that action at this time.
0 commit comments