Merge "Fix notification ticker info text alignment."

This commit is contained in:
Jeff Sharkey
2011-09-02 10:07:58 -07:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 3 deletions

View File

@@ -38,8 +38,8 @@
android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginTop="-10dp"
android:layout_marginBottom="6dip"
android:gravity="bottom"
android:singleLine="true"
/>
</LinearLayout>

View File

@@ -33,8 +33,9 @@
android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Info"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginBottom="6dip"
android:gravity="bottom"
android:singleLine="true"
android:layout_marginTop="-10dp"
/>
<ImageView android:id="@+id/icon"
android:layout_width="wrap_content"