Browse Source
fix dm item layout colours
renovate/androidx.fragment-fragment-ktx-1.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
0 additions and
2 deletions
-
app/src/main/res/layout/layout_dm_base.xml
-
app/src/main/res/layout/layout_dm_story_share.xml
|
|
@ -113,7 +113,6 @@ |
|
|
|
android:paddingEnd="@dimen/dm_message_card_radius" |
|
|
|
android:paddingBottom="4dp" |
|
|
|
android:singleLine="true" |
|
|
|
android:textColor="@color/white" |
|
|
|
app:layout_constraintBottom_toTopOf="@id/chat_message_layout" |
|
|
|
app:layout_constraintEnd_toEndOf="@id/chat_message_layout" |
|
|
|
app:layout_constraintHorizontal_bias="0" |
|
|
|
|
|
@ -41,6 +41,5 @@ |
|
|
|
android:layout_gravity="start|fill_horizontal" |
|
|
|
android:padding="8dp" |
|
|
|
android:textAppearance="@style/TextAppearance.MaterialComponents.Body2" |
|
|
|
android:textColor="@color/white" |
|
|
|
tools:text="Some text " /> |
|
|
|
</LinearLayout> |