File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ android {
4141 applicationId = " com.fox2code.mmm"
4242 minSdk = 24
4343 targetSdk = 33
44- versionCode = 76
45- versionName = " 2.2.0 "
44+ versionCode = 77
45+ versionName = " 2.2.1 "
4646 vectorDrawables {
4747 useSupportLibrary = true
4848 }
Original file line number Diff line number Diff line change 9090 android : visibility =" visible"
9191 app : cardElevation =" 6dp"
9292 android : alpha =" 1"
93- android : layout_marginBottom =" 2dp "
93+ android : layout_marginBottom =" 1dp "
9494 app : cardPreventCornerOverlap =" true"
9595 app : layout_constraintStart_toStartOf =" @id/reboot_fab"
96- app : shapeAppearanceOverlay =" @style/ShapeAppearanceOverlay.Material3.FloatingActionButton "
96+ android : background =" @null "
9797 app : strokeWidth =" 0dp" >
9898
9999 <androidx .appcompat.widget.SearchView
100100 android : id =" @+id/search_bar"
101101 android : layout_width =" wrap_content"
102102 android : layout_height =" wrap_content"
103- android : padding =" 2dp "
103+ android : padding =" 4dp "
104104 android : visibility =" visible"
105105 app : iconifiedByDefault =" true"
106- android : background =" @color/transparent"
107- android : alpha =" 1"
108106 app : useDrawerArrowDrawable =" true"
107+ style =" @style/Widget.MaterialComponents.FloatingActionButton"
109108 tools : ignore =" DuplicateClickableBoundsCheck" />
110109
111110 </com .google.android.material.card.MaterialCardView>
You can’t perform that action at this time.
0 commit comments