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

Commit b1474958 authored by Jay Aliomer's avatar Jay Aliomer Committed by Android (Google) Code Review
Browse files

Merge "Inline notif send button dimentions fix" into sc-dev

parents 2b15c250 fcdcaa84
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@
            android:paddingTop="2dp"
            android:paddingStart="16dp"
            android:paddingEnd="12dp"
            android:layout_marginRight="20dp"
            android:layout_marginLeft="20dp"
            android:layout_marginLeft="16dp"
            android:layout_marginTop="5dp"
            android:layout_marginBottom="16dp"
            android:layout_gravity="start|center_vertical"
@@ -52,12 +51,10 @@
            android:layout_gravity="center_vertical">

        <ImageButton
        android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:layout_gravity="center"
                android:paddingLeft="10dp"
                android:layout_marginBottom="12dp"
                android:layout_marginEnd="12dp"
                android:layout_width="48dp"
                android:layout_height="48dp"
                android:layout_gravity="center_horizontal|bottom"
                android:layout_marginBottom="22dp"
                android:id="@+id/remote_input_send"
                android:src="@drawable/ic_send"
                android:contentDescription="@*android:string/ime_action_send"
@@ -69,8 +66,8 @@
                android:id="@+id/remote_input_progress"
                android:layout_width="24dp"
                android:layout_height="24dp"
                android:layout_marginBottom="12dp"
                android:layout_gravity="center_vertical"
                android:layout_marginBottom="34dp"
                android:layout_gravity="center_horizontal|bottom"
                android:visibility="invisible"
                android:indeterminate="true"
                style="?android:attr/progressBarStyleSmall" />