diff options
| author | LorDClockaN <davor@losinj.com> | 2014-03-16 16:57:55 +0100 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2014-03-16 16:57:55 +0100 |
| commit | a307434ac5d18f1da6bfdfe34f295c2a4e5c4900 (patch) | |
| tree | 70d66325851ed023d5ea3be14d37b87a9e84954e | |
| parent | 5611aa037790a78242ad8694b75e2ed54f234d96 (diff) | |
Change-Id: I89b87a24a7968d3e7ce6b4b03e87730f7174610e
| -rw-r--r-- | res/xml/infos.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/res/xml/infos.xml b/res/xml/infos.xml index 13bd1d8..e2eabf7 100644 --- a/res/xml/infos.xml +++ b/res/xml/infos.xml @@ -28,16 +28,6 @@ <PreferenceCategory android:title="Open Source Projects" > <Preference android:summary="Some classes and xmls are based on the open source projects listed below." /> <com.dsht.kerneltweaker.InfoPreference - android:key="key_du" - android:title="Dirty Unicorns" - app:image="@drawable/du" - app:button1_text="@string/b1text" - app:button2_text="@string/b2text" - app:button3_text="@string/b3text" - app:button1_link="@string/du_gplus" - app:button2_link="@string/du_github" - app:button3_link="@string/du_donate" /> - <com.dsht.kerneltweaker.InfoPreference android:key="key_aicp" android:title="AICP" app:image="@drawable/aicp" @@ -48,6 +38,16 @@ app:button2_link="@string/aicp_github" app:button3_link="@string/aicp_donate"/> <com.dsht.kerneltweaker.InfoPreference + android:key="key_du" + android:title="Dirty Unicorns" + app:image="@drawable/du" + app:button1_text="@string/b1text" + app:button2_text="@string/b2text" + app:button3_text="@string/b3text" + app:button1_link="@string/du_gplus" + app:button2_link="@string/du_github" + app:button3_link="@string/du_donate" /> + <com.dsht.kerneltweaker.InfoPreference android:key="key_aokp" android:title="AOKP" app:image="@drawable/aokp" @@ -75,4 +75,4 @@ android:title="SlidingMenu" /> </PreferenceCategory> -</PreferenceScreen>
\ No newline at end of file +</PreferenceScreen> |
