File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<com .google.android.material.appbar.AppBarLayout
11
11
android : layout_width =" match_parent"
12
- android : layout_height =" wrap_content" >
13
-
12
+ android : layout_height =" wrap_content"
13
+ app : elevation = " 0dp " >
14
14
15
15
<FrameLayout
16
16
android : layout_width =" match_parent"
26
26
android : id =" @+id/progressBar"
27
27
android : layout_width =" match_parent"
28
28
android : layout_height =" 14dp"
29
- android : visibility =" invisible"
30
29
android : indeterminate =" true"
31
- app : showAnimationBehavior =" outward"
32
- app : hideAnimationBehavior =" inward" />
30
+ android : visibility =" invisible"
31
+ app : hideAnimationBehavior =" inward"
32
+ app : showAnimationBehavior =" outward" />
33
33
34
34
</FrameLayout >
35
35
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <LinearLayout
3
- xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
4
3
xmlns : tools =" http://schemas.android.com/tools"
5
4
android : layout_width =" match_parent"
6
5
android : layout_height =" match_parent"
10
9
<com .google.android.material.tabs.TabLayout
11
10
android : id =" @+id/articles_list_tab_layout"
12
11
android : layout_width =" match_parent"
13
- android : layout_height =" ?attr/actionBarSize" />
12
+ android : layout_height =" ?attr/actionBarSize"
13
+ android : elevation =" 4dp" />
14
14
15
15
<androidx .viewpager.widget.ViewPager
16
16
android : id =" @+id/articles_list_pager"
You can’t perform that action at this time.
0 commit comments