mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Add basic profile spoofing detection.
This commit is contained in:
5
app/src/main/res/drawable/review_card_outline_dark.xml
Normal file
5
app/src/main/res/drawable/review_card_outline_dark.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="10dp" />
|
||||
<stroke android:color="@color/core_grey_80" android:width="1dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/review_card_outline_light.xml
Normal file
5
app/src/main/res/drawable/review_card_outline_light.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="10dp" />
|
||||
<stroke android:color="@color/core_grey_15" android:width="1dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user