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

Commit e767ee0e authored by Mohit Mali's avatar Mohit Mali Committed by Sumit Pundir
Browse files

- Fixed Tabulations on Contact about entries

parent a6122d42
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -17,6 +17,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" />
@@ -33,6 +34,7 @@
    </Preference>

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

@@ -42,19 +44,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" />