OSDN Git Service

DialogAlert window changes for Micro
authorVinod Krishnan <vinodkrishnan@google.com>
Fri, 18 Apr 2014 21:35:53 +0000 (14:35 -0700)
committerVinod Krishnan <vinodkrishnan@google.com>
Tue, 29 Apr 2014 05:07:26 +0000 (22:07 -0700)
commitfa8fc41bdc36ef02e0884c785b0a906a80b7ae1d
tree7b05ebe3697877c2ce149301a8f3ff5dd05d5d05
parent6fe328c62abd3b98aceeeb99aaf5d824bd42adc6
DialogAlert window changes for Micro

Bug: 13243004

- The only difference between alert_dialog_micro.xml and alert_dialog_holo.xml is:
<     android:layout_height="match_parent"
---
>     android:layout_height="wrap_content"
>     android:layout_marginStart="8dip"
>     android:layout_marginEnd="8dip"

Change-Id: I84f9a88099a37aa7f5868e128b19cb1e812cb745
core/res/res/layout/alert_dialog_micro.xml [new file with mode: 0644]
core/res/res/values-watch/themes.xml [new file with mode: 0644]
core/res/res/values-watch/themes_device_defaults.xml [new file with mode: 0644]
core/res/res/values/colors.xml
core/res/res/values/styles_micro.xml
core/res/res/values/symbols.xml
core/res/res/values/themes_micro.xml
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java