Loading app/src/debug/res/xml/about_preference.xml +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"> Loading @@ -18,6 +23,7 @@ </Preference> <Preference app:iconSpaceReserved="false" android:key="@string/key_authors" android:title="@string/label_authors"> <intent Loading @@ -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"> Loading @@ -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 Loading @@ -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 Loading Loading
app/src/debug/res/xml/about_preference.xml +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"> Loading @@ -18,6 +23,7 @@ </Preference> <Preference app:iconSpaceReserved="false" android:key="@string/key_authors" android:title="@string/label_authors"> <intent Loading @@ -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"> Loading @@ -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 Loading @@ -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 Loading