diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6703c2e050..087d944da2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -289,6 +289,7 @@ android:name="org.thoughtcrime.securesms.conversation.ConversationActivity" android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" android:launchMode="singleTask" + android:theme="@style/Session.DarkTheme.NoActionBar" android:parentActivityName="org.thoughtcrime.securesms.ConversationListActivity" android:windowSoftInputMode="stateUnchanged"> - - - - + + + + diff --git a/res/drawable-hdpi/ic_notification.png b/res/drawable-hdpi/ic_notification.png index 533399d126..6ef38a0b8a 100644 Binary files a/res/drawable-hdpi/ic_notification.png and b/res/drawable-hdpi/ic_notification.png differ diff --git a/res/drawable-mdpi/ic_notification.png b/res/drawable-mdpi/ic_notification.png index e8598325dd..276e9268f2 100644 Binary files a/res/drawable-mdpi/ic_notification.png and b/res/drawable-mdpi/ic_notification.png differ diff --git a/res/drawable-xhdpi/ic_notification.png b/res/drawable-xhdpi/ic_notification.png index cf00d2407a..ebcd1d56af 100644 Binary files a/res/drawable-xhdpi/ic_notification.png and b/res/drawable-xhdpi/ic_notification.png differ diff --git a/res/drawable-xxhdpi/ic_notification.png b/res/drawable-xxhdpi/ic_notification.png index b2da66255e..eac022bd0b 100644 Binary files a/res/drawable-xxhdpi/ic_notification.png and b/res/drawable-xxhdpi/ic_notification.png differ diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 42c80f875f..84051f7b96 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -15,7 +15,8 @@ app:contentInsetLeft="24dp" app:contentInsetRight="20dp" android:background="@color/action_bar_background" - android:theme="@style/Session.DarkActionBar"> + android:theme="@style/Session.DarkActionBar" + app:popupTheme="@style/Session.DarkActionBar"> @@ -56,7 +56,8 @@ android:autoLink="all" android:gravity="center" android:linksClickable="true" - android:textColor="?attr/conversation_item_update_text_color" + android:textSize="@dimen/small_font_size" + android:textColor="@color/text" tools:text="Gwen Stacy set the disappearing message timer to 1 hour" /> diff --git a/res/layout/conversation_search_nav.xml b/res/layout/conversation_search_nav.xml index 0a5cab6192..5ce5b5b575 100644 --- a/res/layout/conversation_search_nav.xml +++ b/res/layout/conversation_search_nav.xml @@ -54,20 +54,16 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> - + app:layout_constraintTop_toTopOf="parent" /> \ No newline at end of file diff --git a/res/layout/expiration_timer_menu.xml b/res/layout/expiration_timer_menu.xml index f95b562bfb..4e146fea64 100644 --- a/res/layout/expiration_timer_menu.xml +++ b/res/layout/expiration_timer_menu.xml @@ -13,6 +13,7 @@ android:layout_height="20dp" android:layout_gravity="center" android:src="@drawable/ic_timer" + android:background="@color/transparent" android:scaleType="fitCenter"/> \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 45648aa914..84ad12fff5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -496,8 +496,8 @@ %s is on Loki Messenger! You disabled disappearing messages. %1$s disabled disappearing messages. - You set the disappearing message timer to %1$s. - %1$s set the disappearing message timer to %2$s. + You set the disappearing message timer to %1$s + %1$s set the disappearing message timer to %2$s Your safety number with %s has changed. You marked your safety number with %s verified You marked your safety number with %s verified from another device diff --git a/res/values/styles.xml b/res/values/styles.xml index 6695193cde..d490519ad8 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -40,6 +40,10 @@ normal + + @@ -160,13 +166,15 @@