Merge "Fix actionbar text alignment"
This commit is contained in:
commit
faff1fab83
@ -38,7 +38,7 @@
|
||||
android:textColor="@color/text_primary_color"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:gravity="left|center_vertical"
|
||||
android:gravity="center_vertical"
|
||||
/>
|
||||
<TextView
|
||||
android:id="@+id/spinner_line_2"
|
||||
@ -48,7 +48,7 @@
|
||||
android:textColor="@color/text_primary_color"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:gravity="left|center_vertical"
|
||||
android:gravity="center_vertical"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user