99 android : background =" ?attr/backgroundColor"
1010 android : layout_height =" match_parent" >
1111
12- <FrameLayout
13- android : id =" @+id/common_title_back_fav"
14- android : layout_width =" match_parent"
15- android : layout_height =" 56dp"
16- android : elevation =" 1dp"
17- android : background =" ?attr/colorSurface"
18- android : gravity =" center|center_vertical"
19- android : orientation =" horizontal"
20- app : layout_constraintTop_toTopOf =" parent" >
21-
22- <FrameLayout
23- android : id =" @+id/common_title_back_fav_color"
24- android : layout_width =" match_parent"
25- android : layout_height =" match_parent"
26- android : background =" ?attr/colorPrimary"
27- android : alpha =" 0.11" />
28-
29- <LinearLayout
30- android : gravity =" bottom"
31- android : layout_width =" match_parent"
32- android : layout_height =" match_parent"
33- android : orientation =" vertical" >
34-
35- <FrameLayout
36- android : id =" @+id/title_box"
37- android : layout_width =" match_parent"
38- android : layout_height =" 56dp" >
39-
40- <ImageButton
41- android : id =" @+id/back_btn_fav"
42- style =" ?android:attr/borderlessButtonStyle"
43- android : layout_width =" 56dp"
44- android : layout_height =" 56dp"
45- android : layout_gravity =" center_vertical"
46- android : rotation =" 180"
47- android : elevation =" 2dp"
48- app : tint =" ?attr/colorOnSecondaryContainer"
49- android : src =" @drawable/ic_arrow_back_whit" />
50-
51- <TextView
52- android : id =" @+id/favorite_set_title"
53- android : layout_width =" wrap_content"
54- android : layout_marginStart =" 70dp"
55- android : alpha =" 0.9"
56- android : layout_height =" 56dp"
57- android : gravity =" center"
58- android : paddingStart =" 0dp"
59- android : paddingEnd =" 0dp"
60- android : text =" @string/favorite_settings_title"
61- android : textAlignment =" center"
62- android : textColor =" ?attr/colorOnSecondaryContainer"
63- android : textSize =" 20sp"
64- android : textStyle =" normal" />
65- </FrameLayout >
66- </LinearLayout >
67- </FrameLayout >
68-
6912 <ScrollView
7013 android : id =" @+id/fav_set_scroll"
7114 android : layout_width =" match_parent"
688631
689632 </LinearLayout >
690633 </ScrollView >
634+
635+ <FrameLayout
636+ android : id =" @+id/common_title_back_fav"
637+ android : layout_width =" match_parent"
638+ android : layout_height =" 56dp"
639+ android : elevation =" 1dp"
640+ android : background =" ?attr/colorSurface"
641+ android : gravity =" center|center_vertical"
642+ android : orientation =" horizontal"
643+ app : layout_constraintTop_toTopOf =" parent" >
644+
645+ <FrameLayout
646+ android : id =" @+id/common_title_back_fav_color"
647+ android : layout_width =" match_parent"
648+ android : layout_height =" match_parent"
649+ android : background =" ?attr/colorPrimary"
650+ android : alpha =" 0.11" />
651+
652+ <LinearLayout
653+ android : gravity =" bottom"
654+ android : layout_width =" match_parent"
655+ android : layout_height =" match_parent"
656+ android : orientation =" vertical" >
657+
658+ <FrameLayout
659+ android : id =" @+id/title_box"
660+ android : layout_width =" match_parent"
661+ android : layout_height =" 56dp" >
662+
663+ <ImageButton
664+ android : id =" @+id/back_btn_fav"
665+ style =" ?android:attr/borderlessButtonStyle"
666+ android : layout_width =" 56dp"
667+ android : layout_height =" 56dp"
668+ android : layout_gravity =" center_vertical"
669+ android : rotation =" 180"
670+ android : elevation =" 2dp"
671+ app : tint =" ?attr/colorOnSecondaryContainer"
672+ android : src =" @drawable/ic_arrow_back_whit" />
673+
674+ <TextView
675+ android : id =" @+id/favorite_set_title"
676+ android : layout_width =" wrap_content"
677+ android : layout_marginStart =" 70dp"
678+ android : alpha =" 0.9"
679+ android : layout_height =" 56dp"
680+ android : gravity =" center"
681+ android : paddingStart =" 0dp"
682+ android : paddingEnd =" 0dp"
683+ android : text =" @string/favorite_settings_title"
684+ android : textAlignment =" center"
685+ android : textColor =" ?attr/colorOnSecondaryContainer"
686+ android : textSize =" 20sp"
687+ android : textStyle =" normal" />
688+ </FrameLayout >
689+ </LinearLayout >
690+ </FrameLayout >
691691</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments