Skip to content

Commit

Permalink
#34: updated open source libraries list
Browse files Browse the repository at this point in the history
  • Loading branch information
fasteque committed May 12, 2015
1 parent 7cf0b7d commit 11f0bc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions android-rgb-tool/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<string name="prefs_butter_knife">Butter Knife</string>
<string name="prefs_photoview">PhotoView</string>
<string name="prefs_eventbus">EventBus</string>
<string name="prefs_rxandroid">RxAndroid</string>

<!-- Swatches -->
<string name="swatch_vibrant">Accentué</string>
Expand Down
1 change: 1 addition & 0 deletions android-rgb-tool/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<string name="prefs_butter_knife">Butter Knife</string>
<string name="prefs_photoview">PhotoView</string>
<string name="prefs_eventbus">EventBus</string>
<string name="prefs_rxandroid">RxAndroid</string>

<!-- Swatches -->
<string name="swatch_vibrant">Acceso</string>
Expand Down
1 change: 1 addition & 0 deletions android-rgb-tool/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<string name="prefs_butter_knife">Butter Knife</string>
<string name="prefs_photoview">PhotoView</string>
<string name="prefs_eventbus">EventBus</string>
<string name="prefs_rxandroid">RxAndroid</string>

<!-- Swatches -->
<string name="swatch_vibrant">Vibrant</string>
Expand Down
4 changes: 4 additions & 0 deletions android-rgb-tool/src/main/res/xml/about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
<intent android:action="android.intent.action.VIEW"
android:data="https://github.com/greenrobot/EventBus" />
</Preference>
<Preference android:title="@string/prefs_rxandroid" >
<intent android:action="android.intent.action.VIEW"
android:data="https://github.com/ReactiveX/RxAndroid" />
</Preference>
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 11f0bc8

Please sign in to comment.