|
@@ -23,9 +23,13 @@
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginStart="12dp"
|
|
|
android:fontFamily="Roboto"
|
|
|
- android:textFontWeight="700"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="11dp" />
|
|
|
+ android:textFontWeight="700"
|
|
|
+ android:textSize="11dp"
|
|
|
+ android:maxWidth="80dp"
|
|
|
+ android:maxLines="2"
|
|
|
+ android:ellipsize="end"
|
|
|
+ />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/item_icon"
|
|
@@ -42,7 +46,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_toEndOf="@+id/item_title"
|
|
|
- android:layout_marginStart="12dp"
|
|
|
+ android:layout_marginStart="5dp"
|
|
|
android:fontFamily="Roboto"
|
|
|
android:textFontWeight="700"
|
|
|
android:textColor="#999999"
|
|
@@ -51,22 +55,6 @@
|
|
|
android:textAlignment="textEnd"
|
|
|
android:layout_alignEnd="@id/item_background"
|
|
|
android:layout_marginEnd="12dp"
|
|
|
- android:ellipsize="end"
|
|
|
- android:visibility="gone"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/item_switchTV"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginStart="12dp"
|
|
|
- android:fontFamily="Roboto"
|
|
|
- android:textFontWeight="700"
|
|
|
- android:textSize="10dp"
|
|
|
- android:textAlignment="textEnd"
|
|
|
- android:layout_alignEnd="@id/item_background"
|
|
|
- android:layout_marginEnd="12dp"
|
|
|
android:visibility="gone"
|
|
|
/>
|
|
|
|