FAB added to history view
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user