Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8603d676 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5240105 from 9c046249 to qt-release

Change-Id: Ic68ceb2508a5082fb185e4db69f54a8ac08cc24d
parents 44f9b8ac 9c046249
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,7 @@
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:layout_margin="4dp"
    android:focusable="true"
    android:clickable="true">
    android:focusable="true">

    <com.google.android.material.card.MaterialCardView
        android:layout_width="match_parent"
+1 −2
Original line number Diff line number Diff line
@@ -27,8 +27,7 @@
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:layout_margin="4dp"
    android:focusable="true"
    android:clickable="true">
    android:focusable="true">

    <com.google.android.material.card.MaterialCardView
        android:layout_width="match_parent"
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
    android:layout_height="wrap_content"
    android:background="?android:attr/selectableItemBackground"
    android:focusable="true"
    android:clickable="true"
    android:orientation="horizontal" >


+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
    android:checkable="true"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginStart="@dimen/search_chip_spacing"
    android:textColor="@color/search_chip_text_color"
    app:checkedIcon="@drawable/ic_check"
    app:chipBackgroundColor="@color/search_chip_background_color"
+3 −7
Original line number Diff line number Diff line
@@ -16,19 +16,15 @@

<HorizontalScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:overScrollMode="never"
    android:scrollbars="none">
    <com.google.android.material.chip.ChipGroup
    <LinearLayout
        android:id="@+id/search_chip_group"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/search_chip_group_margin"
        android:layout_marginBottom="@dimen/search_chip_group_margin"
        android:paddingStart="@dimen/search_chip_spacing"
        android:paddingEnd="@dimen/search_chip_spacing"
        android:gravity="center"
        app:chipSpacing="@dimen/search_chip_spacing"
        app:singleLine="true"/>
        android:paddingEnd="@dimen/search_chip_spacing"/>
</HorizontalScrollView>
 No newline at end of file
Loading