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

Commit ef25fb62 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Sharesheet - Dark theme tweaks" into qt-dev

parents 55bf4fd6 41b4852e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@
    android:viewportWidth="24"
    android:viewportHeight="24">
  <path
      android:fillColor="#F999"
      android:fillColor="?android:attr/textColorSecondary"
      android:pathData="M18,21L4,21L4,7L2,7v14c0,1.1 0.9,2 2,2h14v-2zM21,17L21,3c0,-1.1 -0.9,-2 -2,-2L8,1c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h11c1.1,0 2,-0.9 2,-2zM19,17L8,17L8,3h11v14z"/>
</vector>
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alwaysShow="true"
        android:elevation="1dp"
        android:background="@drawable/bottomsheet_background">

        <ImageView
@@ -66,6 +67,7 @@
        android:listSelector="@color/transparent"
        android:divider="@null"
        android:scrollIndicators="top"
        android:elevation="1dp"
        android:nestedScrollingEnabled="true"/>

    <TextView android:id="@+id/empty"
@@ -76,6 +78,7 @@
              android:text="@string/noApplications"
              android:padding="@dimen/chooser_edge_margin_normal"
              android:gravity="center"
              android:elevation="1dp"
              android:visibility="gone"/>

</com.android.internal.widget.ResolverDrawerLayout>
+2 −0
Original line number Diff line number Diff line
@@ -802,6 +802,8 @@ easier.
        <item name="textAppearanceListItemSmall">@style/TextAppearance.DeviceDefault.ListItem</item>
        <item name="textAppearanceListItemSecondary">@style/TextAppearance.DeviceDefault.ListItemSecondary</item>

        <item name="backgroundDimAmount">0.7</item>

        <!-- Button styles -->
        <item name="buttonCornerRadius">@dimen/config_buttonCornerRadius</item>
        <item name="buttonStyle">@style/Widget.DeviceDefault.Light.Button</item>