Merge "Fix vertical alignment in history" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
14f204af54
@@ -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