summaryrefslogtreecommitdiffstats
path: root/res/layout/overview_panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/overview_panel.xml')
-rw-r--r--res/layout/overview_panel.xml23
1 files changed, 20 insertions, 3 deletions
diff --git a/res/layout/overview_panel.xml b/res/layout/overview_panel.xml
index fad5ebe18..dd33cfb97 100644
--- a/res/layout/overview_panel.xml
+++ b/res/layout/overview_panel.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
- Licensed under the Apache License, Version 2.0 (the "License");
+ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -28,7 +28,8 @@
<TextView
android:id="@+id/default_screen_button"
- android:layout_width="wrap_content"
+ android:layout_weight="1"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/overview_panel_button_spacing"
android:paddingRight="@dimen/overview_panel_button_spacing"
@@ -42,7 +43,8 @@
<TextView
android:id="@+id/transition_effect_button"
- android:layout_width="wrap_content"
+ android:layout_weight="1"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:paddingLeft="@dimen/overview_panel_button_spacing"
android:paddingRight="@dimen/overview_panel_button_spacing"
@@ -54,6 +56,21 @@
android:textAllCaps="true"
android:textSize="12sp" />
+ <TextView
+ android:id="@+id/icon_pack_button"
+ android:layout_weight="1"
+ android:layout_width="0dp"
+ android:layout_height="wrap_content"
+ android:paddingLeft="@dimen/overview_panel_button_spacing"
+ android:paddingRight="@dimen/overview_panel_button_spacing"
+ android:text="@string/icon_packs_title"
+ android:drawablePadding="4dp"
+ android:drawableTop="@drawable/ic_iconpacks"
+ android:gravity="center_horizontal"
+ android:fontFamily="sans-serif-condensed"
+ android:textAllCaps="true"
+ android:textSize="12sp" />
+
</LinearLayout>
<LinearLayout