Merge "Asset updates for tablet notifications and layout fixes to quicksettings" into ics-mr1
|
Before Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
@@ -32,7 +32,7 @@
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:baselineAlignedChildIndex="0"
|
||||
android:layout_marginLeft="32dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
>
|
||||
@@ -138,40 +138,28 @@
|
||||
android:contentDescription="@string/accessibility_notifications_button"
|
||||
/>
|
||||
|
||||
<View
|
||||
android:id="@+id/title_divider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"
|
||||
android:layout_marginLeft="32dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginBottom="64dip"
|
||||
android:background="@android:drawable/divider_horizontal_dark"
|
||||
/>
|
||||
|
||||
<com.android.systemui.statusbar.tablet.HoloClock
|
||||
android:id="@+id/clock"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_above="@id/title_divider"
|
||||
android:layout_marginRight="6dip"
|
||||
android:layout_marginBottom="8dip"
|
||||
android:layout_marginRight="16dip"
|
||||
android:layout_marginTop="16dip"
|
||||
>
|
||||
<TextView android:id="@+id/time_bg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="right"
|
||||
android:singleLine="true"
|
||||
android:textSize="78sp"
|
||||
android:textColor="#999999" />
|
||||
android:textSize="92sp"
|
||||
android:textColor="#ffffff" />
|
||||
<TextView android:id="@+id/time_fg"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="right"
|
||||
android:singleLine="true"
|
||||
android:textSize="78sp"
|
||||
android:textColor="#666666" />
|
||||
android:textSize="92sp"
|
||||
android:textColor="#ffffff" />
|
||||
</com.android.systemui.statusbar.tablet.HoloClock>
|
||||
|
||||
<com.android.systemui.statusbar.policy.DateView
|
||||
@@ -182,7 +170,8 @@
|
||||
android:layout_alignBottom="@id/clock"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:gravity="left"
|
||||
android:layout_marginLeft="32dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:textColor="#ffffff"
|
||||
/>
|
||||
|
||||
</com.android.systemui.statusbar.tablet.NotificationPanelTitle>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</style>
|
||||
|
||||
<style name="StatusBarPanelSettingsRow">
|
||||
<item name="android:paddingRight">48dp</item>
|
||||
<item name="android:paddingRight">16dp</item>
|
||||
<item name="android:layout_height">64dp</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:orientation">horizontal</item>
|
||||
@@ -45,7 +45,7 @@
|
||||
</style>
|
||||
|
||||
<style name="StatusBarPanelSettingsPanelSeparator">
|
||||
<item name="android:layout_marginRight">48dp</item>
|
||||
<item name="android:layout_marginRight">0dp</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">1dp</item>
|
||||
<item name="android:background">@android:drawable/divider_horizontal_dark</item>
|
||||
|
||||