Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
"create" lean about screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hundeva committed Feb 2, 2018
1 parent cc8ddf0 commit 8543fd7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
8 changes: 8 additions & 0 deletions res/values/lean_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@
<string name="hide_apps_title">Hide apps</string>
<string name="hide_apps_summary">From the app drawer</string>

<string name="lean_github_url">https://github.com/hundeva/Lean-Launcher</string>

<string name="about_lean_title">Lean Launcher</string>
<string name="about_lean_summary">by hundeva</string>

<string name="about_based_on_title">Based on Rootless Pixel Launcher</string>
<string name="about_based_on_summary">by Amir Zaidi</string>

</resources>
20 changes: 18 additions & 2 deletions res/xml/launcher_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,30 @@
android:persistent="false">

<Preference
android:key="about_app_version"
android:title="@string/about_app_version"
android:key="about_lean"
android:title="@string/about_lean_title"
android:summary="@string/about_lean_summary"
android:persistent="false" >
<intent
android:action="android.intent.action.VIEW"
android:data="@string/lean_github_url" />
</Preference>

<Preference
android:key="about_based_on"
android:title="@string/about_based_on_title"
android:summary="@string/about_based_on_summary"
android:persistent="false">
<intent
android:action="android.intent.action.VIEW"
android:data="@string/app_releases_url" />
</Preference>

<Preference
android:key="about_app_version"
android:title="@string/about_app_version"
android:persistent="false"/>

<Preference
android:key="app_info"
android:title="@string/app_info_drop_target_label"
Expand Down

0 comments on commit 8543fd7

Please sign in to comment.