Use defauly android list separator for TEA_Separator

pull/14/head
Sam Bosley 14 years ago
parent b40c2d5eda
commit 56e8ed2440

@ -14,7 +14,7 @@
<View <View
android:layout_width="1px" android:layout_width="1px"
android:layout_height="fill_parent" android:layout_height="fill_parent"
style="@style/TEA_Separator" android:background="?attr/asSeparatorBackground"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:layout_marginTop="4dip"/> android:layout_marginTop="4dip"/>
@ -60,7 +60,7 @@
<View <View
android:layout_width="1px" android:layout_width="1px"
android:layout_height="fill_parent" android:layout_height="fill_parent"
style="@style/TEA_Separator" android:background="?attr/asSeparatorBackground"
android:layout_marginBottom="4dip" android:layout_marginBottom="4dip"
android:layout_marginTop="4dip"/> android:layout_marginTop="4dip"/>

@ -167,7 +167,7 @@
</style> </style>
<style name="TEA_Separator"> <style name="TEA_Separator">
<item name="android:background">?attr/asSeparatorBackground</item> <item name="android:background">?android:attr/listDivider</item>
</style> </style>
<style name="FLA_Separator" parent="TEA_Separator"> <style name="FLA_Separator" parent="TEA_Separator">

Loading…
Cancel
Save