File tree Expand file tree Collapse file tree
java/com/sparkleseditor/fragments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .sparkleseditor .fragments ;
22
3- import static android .R .color .transparent ;
4-
53import android .annotation .SuppressLint ;
64import android .graphics .Color ;
75import android .os .Bundle ;
8- import android .util .TypedValue ;
96import android .view .LayoutInflater ;
107import android .view .View ;
118import android .view .ViewGroup ;
129
1310import androidx .annotation .NonNull ;
14- import androidx .core .graphics .Insets ;
1511import androidx .core .view .GravityCompat ;
16- import androidx .core .view .ViewCompat ;
17- import androidx .core .view .WindowInsetsCompat ;
1812import androidx .fragment .app .Fragment ;
1913
20- import com .google .android .material .floatingactionbutton .FloatingActionButton ;
2114import com .sparkleseditor .R ;
2215import com .sparkleseditor .components .ExpandableLayout ;
2316import com .sparkleseditor .databinding .FragmentMainBinding ;
Original file line number Diff line number Diff line change 100100 android : layout_width =" match_parent"
101101 android : layout_height =" wrap_content"
102102 android : id =" @+id/scroll"
103- android : scrollbars =" none" >
103+ android : scrollbars =" none"
104+ android : background =" ?colorSurface" >
104105 <io .github.rosemoe.sora.widget.SymbolInputView
105106 android : id =" @+id/inputer"
106107 android : layout_width =" match_parent"
107- android : layout_height =" wrap_content"
108- android : background =" @android:color/transparent" />
108+ android : layout_height =" wrap_content" />
109109 </HorizontalScrollView >
110110
111111
You can’t perform that action at this time.
0 commit comments