hrukudah #15

Closed
bodqhrohro wants to merge 30 commits from hrukudah into master
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 635e5675d1 - Show all commits

View file

@ -2517,8 +2517,8 @@ public class ConversationFragment extends XmppFragment
if (activity != null && conversation != null) {
Uri uri = ChatBackgroundHelper.getBgUri(activity, conversation.getUuid());
if (uri != null) {
binding.backgroundImage.setImageURI(uri);
binding.backgroundImage.setVisibility(View.VISIBLE);
// binding.backgroundImage.setImageURI(uri);
binding.backgroundImage.setVisibility(View.GONE);
} else {
binding.backgroundImage.setVisibility(View.GONE);
}

View file

@ -86,6 +86,7 @@
android:layout_above="@+id/snackbar"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:background="@android:color/holo_blue_bright"
android:divider="@null"
android:listSelector="@android:color/transparent"
android:stackFromBottom="true"