|
@@ -6,9 +6,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="35dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
+ android:layout_height="40dp"
|
|
|
>
|
|
|
|
|
|
<ImageView
|
|
@@ -16,23 +14,21 @@
|
|
|
android:layout_width="24dp"
|
|
|
android:layout_height="24dp"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginStart="7.5dp"
|
|
|
- android:src="@drawable/settings_pulse"
|
|
|
+ android:layout_marginStart="20dp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/item_title"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_toEndOf="@id/item_icon"
|
|
|
+ android:layout_marginStart="0dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginEnd="8dp"
|
|
|
+ android:textAlignment="center"
|
|
|
android:fontFamily="Roboto"
|
|
|
- android:layout_centerVertical="true"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="12sp"
|
|
|
- android:textFontWeight="700"
|
|
|
- tools:ignore="SmallSp"
|
|
|
- />
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|