Messaging: Style the attachments properly
* With dark theme, they suddenly don't stand out from the background anymore * Give them more rounding but not as much as the chat bubbles Change-Id: I32c1036bda348e0c58e1cb37edbe9c7fc72309e7
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@android:color/white" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
<solid android:color="@color/attachment_bg_color" />
|
||||
<corners android:radius="@dimen/attachment_rounded_corner_radius" />
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user