summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-19 09:22:03 -0700
committerYorke Lee <yorkelee@google.com>2013-07-22 19:36:56 -0700
commitd99993213962df64c9d76005df86c2fb83fca074 (patch)
treef8c1d5a39e4d64968e63026227e4a9a1be2a3871 /AndroidManifest.xml
parent7025bfa554aabaf1824c208481eea4963bc4c425 (diff)
Style and layout changes to match redlines
* Swapped out some icons with newly added assets. * Changed search view into edit text with accompanying close button so that it can be more easily styled. * Changed various background colors. * Tweaked padding values to match redlines * Removed margins from PhoneFavoriteRegularRowView and PhoneFavoriteTileView and instead use a standardized set of margins for all rows in PhoneFavoritesTileAdapter * Added bottom_border_background drawable to create a bordered background. * Remove PhoneFavoritesTileAdapter.ViewTypes.STARRED/STARRED_PHONE since they are no longer relevant Change-Id: I65dfd5adf6cfbcb2c9d283aef2bd10e5d2a82dc7
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 273429ca6..e66733c62 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -175,12 +175,11 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.TAB" />
</intent-filter>
- -->
-
+ -->
</activity>
<activity android:name="com.android.dialer.calllog.NewCallLogActivity"
- android:label="@string/recentCallsIconLabel"
+ android:label="@string/call_log_activity_title"
android:theme="@style/NewDialtactsTheme"
android:screenOrientation="portrait"
android:icon="@mipmap/ic_launcher_phone">