history improvements
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:orientation="horizontal"
|
||||
style="?cpp_fragment_list_view_item_style"
|
||||
a:layout_width="match_parent"
|
||||
a:layout_height="wrap_content">
|
||||
style="?cpp_fragment_list_view_item_style">
|
||||
|
||||
|
||||
<LinearLayout
|
||||
|
@@ -8,9 +8,7 @@
|
||||
|
||||
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
||||
a:orientation="vertical"
|
||||
style="?cpp_fragment_list_view_item_style"
|
||||
a:layout_width="fill_parent"
|
||||
a:layout_height="fill_parent">
|
||||
style="?cpp_fragment_list_view_item_style">
|
||||
|
||||
<TextView
|
||||
a:id="@+id/history_time"
|
||||
|
@@ -8,8 +8,15 @@
|
||||
|
||||
<menu xmlns:a="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
a:id="@+id/history_menu_toggle_datetime"
|
||||
a:icon="@drawable/kb_clock"
|
||||
a:title="@string/c_toggle_datetime"
|
||||
a:showAsAction="always" />
|
||||
|
||||
<item
|
||||
a:id="@+id/history_menu_clear_history"
|
||||
a:icon="@drawable/kb_remove"
|
||||
a:title="@string/c_clear_history"
|
||||
a:showAsAction="always" />
|
||||
|
||||
|
Reference in New Issue
Block a user