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

Commit a80495db authored by Tom Hsu's avatar Tom Hsu Committed by Automerger Merge Worker
Browse files

Merge "[Panlingual] Change Checkbox color and remove divider of listview" into...

Merge "[Panlingual] Change Checkbox color and remove divider of listview" into tm-dev am: 12873579 am: ed181bd1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17822477



Change-Id: I2f923b5b144d9c32edfca7bf28ac4129c92cb805
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d44f03e0 ed181bd1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O
        // In order to make the list view work with CollapsingToolbarLayout,
        // we have to enable the nested scrolling feature of the list view.
        getListView().setNestedScrollingEnabled(true);
        getListView().setDivider(null);
    }

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@
            android:layout_width="24dp"
            android:layout_height="24dp"
            android:src="@drawable/ic_check_24dp"
            app:tint="#0F9D58"/>
            app:tint="?attr/colorAccentPrimaryVariant"/>
    </LinearLayout>
</LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -40,6 +40,6 @@
            android:layout_width="24dp"
            android:layout_height="24dp"
            android:src="@drawable/ic_check_24dp"
            app:tint="#0F9D58"/>
            app:tint="?attr/colorAccentPrimaryVariant"/>
    </LinearLayout>
</LinearLayout>