Add pinned listview lib
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="red_light">#ffff4444</color>
|
||||
<color name="green_light">#ff99cc00</color>
|
||||
<color name="orange_light">#ffffbb33</color>
|
||||
<color name="blue_light">#ff33b5e5</color>
|
||||
|
||||
<!-- Went to: $android-sdk > Android:v14 > res > values > colors.xml and copied the colors-->
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Pinned Section Demo</string>
|
||||
<string name="action_fastscroll">Fast scroll</string>
|
||||
<string name="action_addpadding">Add padding</string>
|
||||
<string name="action_showShadow">Show shadow</string>
|
||||
<string name="action_showHeaderAndFooter">Show Header & Footer</string>
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,20 @@
|
||||
<resources>
|
||||
|
||||
<!--
|
||||
Base application theme, dependent on API level. This theme is replaced
|
||||
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
|
||||
-->
|
||||
<style name="AppBaseTheme" parent="android:Theme.Light">
|
||||
<!--
|
||||
Theme customizations available in newer API levels can go in
|
||||
res/values-vXX/styles.xml, while customizations related to
|
||||
backward-compatibility can go here.
|
||||
-->
|
||||
</style>
|
||||
|
||||
<!-- Application theme. -->
|
||||
<style name="AppTheme" parent="AppBaseTheme">
|
||||
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user