summaryrefslogtreecommitdiff
path: root/res/layout/new_phone_favorites_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/new_phone_favorites_fragment.xml')
-rw-r--r--res/layout/new_phone_favorites_fragment.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout/new_phone_favorites_fragment.xml b/res/layout/new_phone_favorites_fragment.xml
index 33a3eb43a..90d0aacd2 100644
--- a/res/layout/new_phone_favorites_fragment.xml
+++ b/res/layout/new_phone_favorites_fragment.xml
@@ -46,9 +46,10 @@
android:textAppearance="?android:attr/textAppearanceLarge"/>
</FrameLayout>
<FrameLayout
- android:layout_height="?android:attr/actionBarSize"
+ android:layout_height="48dp"
android:layout_width="match_parent"
- android:id="@+id/fake_action_bar">
+ android:id="@+id/fake_action_bar"
+ android:background="@color/actionbar_background_color">
<ImageButton
android:id="@+id/call_history_button"
android:layout_width="@dimen/fake_menu_button_min_width"
@@ -56,7 +57,7 @@
android:layout_gravity="bottom|start"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/description_search_button"
- android:src="@drawable/ic_dial_action_search"/>
+ android:src="@drawable/ic_dialer_menu_history_dk"/>
<ImageButton
android:id="@+id/dialpad_button"
android:layout_width="@dimen/fake_menu_button_min_width"
@@ -64,13 +65,13 @@
android:layout_gravity="bottom|center"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/description_search_button"
- android:src="@drawable/ic_dial_action_search"/>
+ android:src="@drawable/ic_dialer_menu_dialpad_dk"/>
<ImageButton
android:id="@+id/overflow_menu"
android:layout_width="@dimen/fake_menu_button_min_width"
android:layout_height="match_parent"
android:layout_gravity="bottom|end"
- android:src="@drawable/ic_menu_overflow"
+ android:src="@drawable/ic_menu_overflow_dark"
android:contentDescription="@string/action_menu_overflow_description"
android:background="?android:attr/selectableItemBackground"/>
</FrameLayout>