File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Expand file tree Collapse file tree 4 files changed +15
-1
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 4
4
<!-- login -->
5
5
<dimen name =" prologue_promo_title_size" >24sp</dimen >
6
6
<dimen name =" prologue_promo_illustration_margin_bottom" >48dp</dimen >
7
+ <dimen name =" app_bar_with_site_info_tabs_height" >174dp</dimen >
7
8
8
9
</resources >
Original file line number Diff line number Diff line change 715
715
716
716
<dimen name =" app_bar_with_site_info_height" >146dp</dimen >
717
717
<dimen name =" app_bar_with_no_site_info_height" >62dp</dimen >
718
- <dimen name =" app_bar_with_site_info_tabs_height" >206dp </dimen >
718
+ <dimen name =" app_bar_with_site_info_tabs_height" >200dp </dimen >
719
719
<dimen name =" toolbar_bottom_margin_with_no_tabs" >0dp</dimen >
720
720
<dimen name =" toolbar_bottom_margin_with_tabs" >168dp</dimen >
721
721
Original file line number Diff line number Diff line change 374
374
<item name =" tabTextColor" >?attr/wpColorOnSurfaceMedium</item >
375
375
<item name =" tabSelectedTextColor" >?attr/colorOnSurface</item >
376
376
<item name =" tabIndicatorColor" >?attr/colorPrimary</item >
377
+ <item name =" tabBackground" >@drawable/tab_indicator_color</item >
377
378
<item name =" android:layout_marginBottom" >@dimen/bottom_tabs_divider_size</item >
378
379
</style >
379
380
You can’t perform that action at this time.
0 commit comments