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

Commit c38bfb9b authored by Matt Pietal's avatar Matt Pietal Committed by android-build-merger
Browse files

Merge "Sharesheet - Talkback fixes" into qt-dev am: df7e984c

am: 4dcabdc5

Change-Id: Ib4c3ac07d6e0881b645edbcfb8266bcc79994360
parents 0a9fe8a7 4dcabdc5
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2585,6 +2585,20 @@ public class ChooserActivity extends ResolverActivity {
            return maxTargets;
        }

        @Override
        public boolean areAllItemsEnabled() {
            return false;
        }

        @Override
        public boolean isEnabled(int position) {
            int viewType = getItemViewType(position);
            if (viewType == VIEW_TYPE_CONTENT_PREVIEW) {
                return false;
            }
            return true;
        }

        @Override
        public int getCount() {
            return (int) (
+1 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@
            android:layout_width="24dp"
            android:layout_height="4dp"
            android:src="@drawable/ic_drag_handle"
            android:clickable="true"
            android:layout_marginTop="@dimen/chooser_edge_margin_thin"
            android:layout_marginBottom="@dimen/chooser_edge_margin_thin"
            android:tint="@color/lighter_gray"
            android:layout_centerHorizontal="true"
            android:layout_alignParentTop="true" />
@@ -50,7 +50,6 @@
                  android:textSize="20sp"
                  android:textColor="?attr/textColorPrimary"
                  android:gravity="center"
                  android:paddingTop="@dimen/chooser_edge_margin_thin"
                  android:paddingBottom="@dimen/chooser_view_spacing"
                  android:paddingLeft="24dp"
                  android:paddingRight="24dp"