mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 17:02:21 -05:00
Translucent background for conversations
This commit is contained in:
parent
c89acdb4bc
commit
b100a9935b
@ -22,9 +22,12 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<shape
|
<shape
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
|
<solid
|
||||||
|
android:color="#ee000000" />
|
||||||
<corners
|
<corners
|
||||||
android:bottomRightRadius="10dp"
|
android:bottomRightRadius="10dp"
|
||||||
android:bottomLeftRadius="10dp"
|
android:bottomLeftRadius="10dp"
|
||||||
android:topLeftRadius="10dp"
|
android:topLeftRadius="10dp"
|
||||||
android:topRightRadius="10dp" />
|
android:topRightRadius="10dp" />
|
||||||
|
|
||||||
</shape>
|
</shape>
|
Loading…
Reference in New Issue
Block a user