Logo
Explore Help
Sign In
TheArchive/session-android
1
0
Fork 0
You've already forked session-android
mirror of https://github.com/oxen-io/session-android.git synced 2025-05-23 14:08:20 +00:00
Code Issues Packages Projects Releases Wiki Activity
session-android/res/drawable/compose_background_light.xml

16 lines
345 B
XML
Raw Normal View History

Improve the look of message bubbles.
2018-06-26 10:27:44 -07:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
Fix various redesign issues with Android 4.x. In particular, there were many issues with drawing corners. Unfortunately, there's no pretty way to get masking working on every Android version, so we have to switch back to using custom backgrounds and then using multiple masking methods depending on Android version. Also, I had to remove attr references in drawables. They crash on 4.x.
2018-07-18 13:53:50 -07:00
android:color="@color/core_light_10" />
Improve the look of message bubbles.
2018-06-26 10:27:44 -07:00
<solid
Fix various redesign issues with Android 4.x. In particular, there were many issues with drawing corners. Unfortunately, there's no pretty way to get masking working on every Android version, so we have to switch back to using custom backgrounds and then using multiple masking methods depending on Android version. Also, I had to remove attr references in drawables. They crash on 4.x.
2018-07-18 13:53:50 -07:00
android:color="@color/core_light_02" />
Improve the look of message bubbles.
2018-06-26 10:27:44 -07:00
<corners
android:radius="20dp" />
</shape>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 138ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API