mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 22:25:46 +01:00
Implement initial support for foldables in calling.
This commit is contained in:
committed by
Greyson Parrelli
parent
927b6096c6
commit
5229e24397
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient android:type="linear"
|
||||
android:angle="90"
|
||||
android:startColor="@color/transparent_black_60" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user