pretty up the interface/colors a bit.

This commit is contained in:
Jake McGinty
2014-01-16 00:36:05 -08:00
parent 9b41675f8f
commit 556b0dec1d
11 changed files with 36 additions and 32 deletions

View File

@@ -10,6 +10,8 @@
android:layout_height="wrap_content"
android:drawSelectorOnTop="false"
android:scrollbarStyle="insideOverlay"
android:fadingEdgeLength="16dip"/>
android:fadingEdgeLength="16dip"
android:divider="@drawable/conversation_list_divider_shape"
android:dividerHeight="1px" />
</LinearLayout>