File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
app : layout_constraintLeft_toLeftOf =" parent"
15
15
app : layout_constraintRight_toRightOf =" parent"
16
16
app : menu =" @menu/bottom_nav_menu"
17
- style =" @style/Widget.MaterialComponents.BottomNavigationView"
18
17
/>
19
18
20
19
<fragment
Original file line number Diff line number Diff line change 9
9
android : layout_height =" wrap_content"
10
10
android : orientation =" vertical" >
11
11
12
- <androidx .cardview.widget.CardView
13
- style =" @style/Card" >
12
+ <androidx .cardview.widget.CardView style =" @style/Card" >
14
13
15
14
<com .google.android.material.textfield.TextInputLayout
16
15
android : id =" @+id/settings_textInputLayout_api"
17
16
android : layout_width =" match_parent"
18
17
android : layout_height =" wrap_content"
19
18
app : endIconMode =" custom"
20
19
android : hint =" @string/api_key"
21
- app : endIconDrawable =" @drawable/ic_help_black_24dp "
22
- >
20
+ android : layout_marginBottom =" @dimen/size_2dp "
21
+ app : endIconDrawable = " @drawable/ic_help_black_24dp " >
23
22
24
23
<com .google.android.material.textfield.TextInputEditText
25
24
android : id =" @+id/settings_edit_api"
Original file line number Diff line number Diff line change 34
34
cardView : layout_constrainedWidth =" true"
35
35
android : ellipsize =" end"
36
36
android : lines =" 1"
37
- android : textSize =" @dimen/text_24sp "
37
+ android : textSize =" @dimen/text_22sp "
38
38
/>
39
39
40
40
<TextView
Original file line number Diff line number Diff line change 22
22
<dimen name =" text_15sp" >15sp</dimen >
23
23
<dimen name =" text_16sp" >16sp</dimen >
24
24
<dimen name =" text_18sp" >18sp</dimen >
25
+ <dimen name =" text_20sp" >20sp</dimen >
26
+ <dimen name =" text_22sp" >22sp</dimen >
25
27
<dimen name =" text_24sp" >24sp</dimen >
26
28
<dimen name =" text_32sp" >32sp</dimen >
27
29
<dimen name =" text_37sp" >37sp</dimen >
Original file line number Diff line number Diff line change 7
7
<item name =" postSplashScreenTheme" >@style/AppTheme</item >
8
8
</style >
9
9
10
- <style name =" AppTheme" parent =" Theme.MaterialComponents .NoActionBar" >
10
+ <style name =" AppTheme" parent =" Theme.Material3.Dark .NoActionBar" >
11
11
<item name =" colorPrimary" >@color/colorPrimary</item >
12
12
<item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
13
13
<item name =" colorAccent" >@color/colorAccent</item >
You can’t perform that action at this time.
0 commit comments