|
|
|
@ -90,22 +90,21 @@
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:cardElevation="6dp"
|
|
|
|
|
android:alpha="1"
|
|
|
|
|
android:layout_marginBottom="2dp"
|
|
|
|
|
android:layout_marginBottom="1dp"
|
|
|
|
|
app:cardPreventCornerOverlap="true"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@id/reboot_fab"
|
|
|
|
|
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Material3.FloatingActionButton"
|
|
|
|
|
android:background="@null"
|
|
|
|
|
app:strokeWidth="0dp">
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SearchView
|
|
|
|
|
android:id="@+id/search_bar"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:padding="2dp"
|
|
|
|
|
android:padding="4dp"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
app:iconifiedByDefault="true"
|
|
|
|
|
android:background="@color/transparent"
|
|
|
|
|
android:alpha="1"
|
|
|
|
|
app:useDrawerArrowDrawable="true"
|
|
|
|
|
style="@style/Widget.MaterialComponents.FloatingActionButton"
|
|
|
|
|
tools:ignore="DuplicateClickableBoundsCheck" />
|
|
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
|