Theme switching
This commit is contained in:
@@ -73,9 +73,10 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/conversationTitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:fontFamily="@font/tt_commons_medium"
|
||||
android:singleLine="true"
|
||||
android:textColor="?itemTitleColor"
|
||||
@@ -107,10 +108,10 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/conversationText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="4dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:baselineAligned="false"
|
||||
android:gravity="center_vertical"
|
||||
android:singleLine="true"
|
||||
|
||||
Reference in New Issue
Block a user