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

Commit 5c7d9bc7 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Remove reservered icon space in about page

parent cb21dc11
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <Preference
        app:iconSpaceReserved="false"
        android:summary="@string/app_name"
        android:title="@string/label_app_name" />

    <Preference
        app:iconSpaceReserved="false"
        android:key="@string/key_build_version"
        android:title="@string/label_build_version" />

    <Preference
        app:iconSpaceReserved="false"
        android:key="@string/key_license"
        android:summary="@string/summary_license"
        android:title="@string/label_license">
@@ -18,6 +23,7 @@
    </Preference>

    <Preference
        app:iconSpaceReserved="false"
        android:key="@string/key_authors"
        android:title="@string/label_authors">
        <intent
@@ -26,6 +32,7 @@
    </Preference>

    <Preference
        app:iconSpaceReserved="false"
        android:key="@string/key_source_code"
        android:summary="@string/url_source_code"
        android:title="@string/label_source_code">
@@ -34,6 +41,7 @@
            android:data="@string/url_source_code" />
    </Preference>
    <Preference
        app:iconSpaceReserved="false"
        android:key="@string/key_privacy_policy"
        android:title="@string/label_privacy_policy">
        <intent
@@ -41,6 +49,7 @@
            android:data="@string/url_privacy_policy" />
    </Preference>
    <Preference
        app:iconSpaceReserved="false"
        android:key="@string/key_terms_of_service"
        android:title="@string/label_terms_of_services">
        <intent