Merge "Fix notification ticker info text alignment."
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user