Fix vertical alignment in history
Test: visual with a ruler Fixes: 187758949 Change-Id: I337210e9052354aaec5ad93c7147d439ca0f9852
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
android:id="@+id/icon"
|
||||
android:layout_height="24dp"
|
||||
android:layout_width="24dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="14dp"
|
||||
android:layout_gravity="center_vertical|start"
|
||||
android:layout_marginEnd="14dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:scaleType="centerInside"/>
|
||||
|
||||
<LinearLayout
|
||||
@@ -44,6 +44,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/text"
|
||||
android:layout_toEndOf="@+id/icon"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_centerVertical="true"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@+id/label"
|
||||
@@ -66,6 +68,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user