Merge "Ellipsize titles in middle, otherwise end." into klp-dev
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
android:layout_weight="0.5"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="middle"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Medium" />
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
android:layout_weight="0.25"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
android:layout_marginEnd="12dp"
|
||||
android:minWidth="70dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewEnd"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
android:layout_marginEnd="12dp"
|
||||
android:minWidth="70dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewEnd"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="middle"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Medium" />
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0.5"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
android:layout_weight="0.5"
|
||||
android:layout_marginStart="8dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="middle"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Medium" />
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
android:layout_width="90dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="8dp"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Medium" />
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="end"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Small" />
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="marquee"
|
||||
android:ellipsize="middle"
|
||||
android:textAlignment="viewStart"
|
||||
style="@style/TextAppearance.Medium" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user