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

Commit 491ed9a6 authored by Mohit Mali's avatar Mohit Mali
Browse files

- Fixed Tabulations on Contact about entries

parent 738c39e8
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

    <Preference
        android:icon="@null"
        android:key="contacts_info"
        android:summary="@string/preferences_app_info"
        android:title="@string/preferences_app_info_title" />
@@ -32,6 +33,7 @@
    </Preference>

    <Preference
        android:icon="@null"
        android:key="about_app"
        android:title="@string/preferences_about_app">

@@ -41,19 +43,25 @@

    </Preference>

    <Preference android:title="@string/preferences_licence">
    <Preference
        android:icon="@null"
        android:title="@string/preferences_licence">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts/-/blob/v1-oreo/NOTICE" />
    </Preference>

    <Preference android:title="@string/preferences_authors">
    <Preference
        android:icon="@null"
        android:title="@string/preferences_authors">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts" />
    </Preference>

    <Preference android:title="@string/preferences_source_code">
    <Preference
        android:icon="@null"
        android:title="@string/preferences_source_code">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts" />