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

Commit b9cfb88d authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Sharesheet style updates

Bug: 178619070
Test: Manual
Change-Id: I5bdc1f46c55fdde01ebf0203c13b0af5ec5746b4
parent fc7069c1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -23,8 +23,9 @@
            android:insetRight="0dp"
            android:insetBottom="8dp">
            <shape android:shape="rectangle">
                <corners android:radius="16dp" />
                <solid android:color="@color/system_neutral2_100" />
                <corners android:radius="8dp" />
                <stroke android:width="1dp"
                    android:color="?android:attr/colorAccentPrimaryVariant"/>
            </shape>
        </inset>
    </item>
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
    android:paddingStart="12dp"
    android:paddingEnd="12dp"
    android:drawablePadding="8dp"
    android:textColor="@color/text_color_primary_device_default_light"
    android:textColor="?android:attr/textColorPrimary"
    android:textSize="12sp"
    android:maxWidth="192dp"
    android:singleLine="true"
    android:clickable="true"
    android:background="@drawable/chooser_action_button_bg"
    android:drawableTint="@color/text_color_primary_device_default_light"
    android:drawableTint="?android:attr/textColorPrimary"
    android:drawableTintMode="src_in"
    style="?android:attr/borderlessButtonStyle"
    />
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
                  android:paddingBottom="@dimen/chooser_view_spacing"
                  android:paddingLeft="24dp"
                  android:paddingRight="24dp"
                  android:visibility="gone"
                  android:layout_below="@id/drag"
                  android:layout_centerHorizontal="true"/>
    </RelativeLayout>
+1 −1
Original line number Diff line number Diff line
@@ -886,7 +886,7 @@
    <dimen name="seekbar_thumb_exclusion_max_size">48dp</dimen>

    <!-- chooser/resolver (sharesheet) spacing -->
    <dimen name="chooser_corner_radius">8dp</dimen>
    <dimen name="chooser_corner_radius">16dp</dimen>
    <dimen name="chooser_row_text_option_translate">25dp</dimen>
    <dimen name="chooser_view_spacing">18dp</dimen>
    <dimen name="chooser_edge_margin_thin">16dp</dimen>