force dslv background color

This commit is contained in:
Adrian Ulrich 2015-04-03 11:39:57 +02:00
parent 49b5de26f5
commit 0c3650ce15
5 changed files with 5 additions and 0 deletions

View File

@ -25,4 +25,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:scrollbarStyle="outsideInset"
dslv:drag_enabled="false"
dslv:drag_start_mode="onMove"
dslv:float_background_color="@color/float_color"
dslv:drag_handle_id="@+id/dragger"/>

View File

@ -10,6 +10,7 @@
android:divider="@null"
dslv:drag_enabled="true"
dslv:drag_start_mode="onMove"
dslv:float_background_color="@color/float_color"
dslv:drag_handle_id="@+id/dragger"
dslv:remove_enabled="true"
dslv:remove_mode="flingRemove"

View File

@ -37,6 +37,7 @@ THE SOFTWARE.
android:choiceMode="multipleChoice"
dslv:drag_enabled="true"
dslv:drag_start_mode="onMove"
dslv:float_background_color="@color/float_color"
dslv:drag_handle_id="@+id/dragger" />
<LinearLayout
style="?android:attr/buttonBarStyle"

View File

@ -24,6 +24,7 @@ THE SOFTWARE.
<!-- Color used in LibraryActivity list dividers -->
<color name="divider_color">#f888</color>
<color name="overlay_color">#feee</color>
<color name="float_color">#fccc</color>
<!-- Material design primary colors -->
<color name="vanillaPrimary">#607D8B</color>

View File

@ -24,6 +24,7 @@ THE SOFTWARE.
<!-- Color used in LibraryActivity list dividers -->
<color name="divider_color">#f444</color>
<color name="overlay_color">#a000</color>
<color name="float_color">#f222</color>
<!-- styles -->
<style name="Dialog" parent="android:Theme.Holo.Dialog" />