Merge pull request #19 from seidler2547/master
Fix classpath entries so that any user can build out of the box
This commit is contained in:
commit
19913097d6
@ -3,8 +3,8 @@
|
|||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="src" path="gen"/>
|
<classpathentry kind="src" path="gen"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="lib" path="C:/Users/fox/workspace/org.fox.ttrss/libs/gson-1.7.1.jar"/>
|
<classpathentry kind="lib" path="libs/gson-1.7.1.jar"/>
|
||||||
<classpathentry kind="lib" path="C:/Users/fox/workspace/org.fox.ttrss/libs/jsoup-1.6.1.jar"/>
|
<classpathentry kind="lib" path="libs/jsoup-1.6.1.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
|
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
|
||||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
<classpathentry kind="output" path="bin/classes"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<item>@string/theme_light</item>
|
<item>@string/theme_light</item>
|
||||||
<item>@string/theme_sepia</item>
|
<item>@string/theme_sepia</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="pref_theme_values">
|
<string-array name="pref_theme_values" translatable="false">
|
||||||
<item>THEME_DARK</item>
|
<item>THEME_DARK</item>
|
||||||
<item>THEME_DARK_GRAY</item>
|
<item>THEME_DARK_GRAY</item>
|
||||||
<item>THEME_LIGHT</item>
|
<item>THEME_LIGHT</item>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<item>@string/font_size_medium</item>
|
<item>@string/font_size_medium</item>
|
||||||
<item>@string/font_size_large</item>
|
<item>@string/font_size_large</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="pref_font_size_values">
|
<string-array name="pref_font_size_values" translatable="false">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
<item>1</item>
|
<item>1</item>
|
||||||
<item>2</item>
|
<item>2</item>
|
||||||
@ -25,11 +25,11 @@
|
|||||||
<item>@string/category_browse_headlines</item>
|
<item>@string/category_browse_headlines</item>
|
||||||
<item>@string/category_browse_articles</item>
|
<item>@string/category_browse_articles</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="pref_view_mode_values">
|
<string-array name="pref_view_mode_values" translatable="false">
|
||||||
<item>HEADLINES</item>
|
<item>HEADLINES</item>
|
||||||
<item>ARTICLES</item>
|
<item>ARTICLES</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
<string-array name="pref_offline_amounts">
|
<string-array name="pref_offline_amounts" translatable="false">
|
||||||
<item>150</item>
|
<item>150</item>
|
||||||
<item>250</item>
|
<item>250</item>
|
||||||
<item>500</item>
|
<item>500</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user