Merge "Add a footer to Location Settings page"

This commit is contained in:
Maggie Wang
2018-02-06 02:35:24 +00:00
committed by Android (Google) Code Review
4 changed files with 450 additions and 2 deletions

View File

@@ -49,5 +49,9 @@
<PreferenceCategory
android:key="location_services"
android:title="@string/location_category_location_services" />
android:title="@string/location_category_location_services"/>
<PreferenceCategory
android:key="location_footer"
settings:allowDividerAbove="false"/>
</PreferenceScreen>