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

Commit db3fcfb7 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Settings tweaks" into nyc-dev

parents 1d464b96 be8d5aa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:orientation="vertical"
        android:paddingStart="16dp"
        android:background="?android:attr/colorAccent"
        android:elevation="3dp"
        android:elevation="2dp"
        android:clickable="true">

        <LinearLayout
+0 −5
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@
    android:background="@color/card_background"
    android:importantForAccessibility="noHideDescendants">

    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="?android:attr/listDivider" />

    <TextView android:id="@android:id/title"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@

<View xmlns:android="http://schemas.android.com/apk/res/android"
        android:layout_width="match_parent"
        android:layout_height="10dp" />
        android:layout_height="6dp" />
+2 −0
Original line number Diff line number Diff line
@@ -125,4 +125,6 @@

    <color name="seek_bar_preference_preview_text">#fff</color>

    <color name="usage_graph_dots">#B0BEC5</color>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
            android:enabled="false"
            android:selectable="true" />

        <PreferenceCategory
        <com.android.settings.DividedCategory
            android:key="recent_location_requests"
            android:title="@string/location_category_recent_location_requests" />

Loading