history improvements
This commit is contained in:
BIN
android-app-core/res/drawable-xhdpi/kb_clock.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/kb_clock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
android-app-core/res/drawable-xhdpi/kb_remove.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/kb_remove.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 679 B |
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="cpp_list_divider">#ffffffffff2e2e2e</color>
|
||||
<color name="cpp_default_text_color">#ffffffff</color>
|
||||
<color name="cpp_display_error_text_color">#ff393939</color>
|
||||
<color name="cpp_button_text_color">#ffffffff</color>
|
||||
|
@@ -113,6 +113,7 @@
|
||||
<string name="c_calc_color_display_summary">Toggles colouring and styling in calculator editor</string>
|
||||
<string name="c_calc_theme_summary">Sets the theme for calculator</string>
|
||||
<string name="c_clear_history">Clear history</string>
|
||||
<string name="c_toggle_datetime">Show/hide date</string>
|
||||
<string name="c_simplify_instead_of_numeric">Next constants are undefined: {0}!</string>
|
||||
|
||||
<string name="p_grouping_separator_no">No grouping separator</string>
|
||||
|
@@ -31,12 +31,17 @@
|
||||
<item name="android:padding">6dp</item>
|
||||
</style>
|
||||
|
||||
<style name="cpp_default_fragment_list_view_item_style"></style>
|
||||
<style name="cpp_default_fragment_list_view_item_style">
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:minHeight">50dp</item>
|
||||
<item name="android:gravity">center_vertical|left</item>
|
||||
</style>
|
||||
|
||||
<style name="cpp_default_fragment_list_view_style">
|
||||
<item name="android:id">@android:id/list</item>
|
||||
<item name="android:divider">@null</item>
|
||||
<item name="android:dividerHeight">0dp</item>
|
||||
<item name="android:dividerHeight">1dp</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>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
|
Reference in New Issue
Block a user