FAB added to history view

This commit is contained in:
serso
2015-01-26 22:39:01 +01:00
parent 141741c446
commit a6577a70b7
14 changed files with 73 additions and 55 deletions

View File

@@ -22,9 +22,12 @@
<resources>
<style name="history_time" parent="math_entity_description"/>
<style name="history_time" parent="math_entity_description" />
<style name="history_item" parent="math_entity_text"/>
<style name="history_item" parent="math_entity_text">
<item name="android:maxLines">2</item>
<item name="android:ellipsize">end</item>
</style>
<style name="history_item_label" parent="math_entity_description">
<item name="android:textStyle">bold</item>

View File

@@ -60,7 +60,7 @@
<style name="cpp_default_fragment_list_view_style">
<item name="android:id">@android:id/list</item>
<item name="android:dividerHeight">1dp</item>
<item name="android:dividerHeight">1px</item>
<item name="android:divider">@color/cpp_list_divider</item>
<item name="android:cacheColorHint">@android:color/transparent</item>
<item name="android:layout_height">match_parent</item>